Skip to content

knmurphy/nf-video

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nf-video

What is it?

Nextflow is an open source tool that "allows scalable and reproducible scientific workflows". It allows data scientists to process and work on large data sets without causing huge headaches.

It also simplifies much of the workflow for complex pipelines that need to process some data in parallel locally or in the cloud.

I thought this sounded very similar to a video processing pipeline! Especially when encoding large video files. So I've written nf-video as a Nextflow pipeline wrapper just for video processing that uses ffmpeg behind the scenes. Now we can encode chucks in parallel without wiring up too much infrastructure or complex workflows.

How to use it:

USAGE:
  ./nf-video.sh [FLAGS] [SUBCOMMAND]
FLAGS:
  -c  CRF Number for ffmpeg
  -h  Prints help information
  -i  Video to Process (Required.)
  -w  Adds a watermark (Defaults to upper left.)
  -x  X location for the watermark
  -y  Y location for the watermark

Currently only supports conversion to MP4. Currently only runs locally. More features to be added soon!

If nextflow is not installed you will be prompted.

About

Use Nextflow as a video pipeline :D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 70.7%
  • Nextflow 29.3%