DEV Community

Oscar Nevárez
Oscar Nevárez

Posted on

Movie Maker

My Workflow

This project uses GithubActions to assemble a random movie clip every hour or so. Each of the frames is an image taken from the Unsplash Dataset.

The movie clip is available in the form of an artifact available in the release section.

There is no release history. The artifacts are replaced every time the workflow runs. Making the movie clip unique.

Submission Category:

  • Wacky Wildcards

Yaml File or Link to Code

Movie maker

# +---------------------------------+
# |                                 |
# +---------------------------------+
# |                                 |
# |             Action!             |
# |                                 |
# +---------------------------------+
Enter fullscreen mode Exit fullscreen mode

About

This project uses GithubActions to assemble a random movie clip every hour or so. Each of the frames is an image taken from the Unsplash Dataset.

The movie clip is available in the form of an artifact available in the release section.

There is no release history.The artifacts are replaced every time the workflow runs. Making the movie clip unique.

This is a submission for the 2021 GitHub Actions Hackathon on DEV

Actions used

  • actions/checkout@v2
  • actions/cache@v2
  • FedericoCarboni/setup-ffmpeg@v1
  • actions/upload-artifact@v2
  • ncipollo/release-action@v1

Tech




Additional Resources / Info

Actions used

  • actions/checkout@v2
  • actions/cache@v2
  • FedericoCarboni/setup-ffmpeg@v1
  • actions/upload-artifact@v2
  • ncipollo/release-action@v1

Tech

Top comments (0)