Skip to content

AndyA/timewarp

Repository files navigation

Effects processing on ffmpeg yuv4mpegpipe

$ ./setup.sh && ./configure && make test

Requires: https://github.com/AndyA/jsondata

$ ffmpeg -i infile.mov -f yuv4mpegpipe - | \
    timewarp config.json | \
    ffmpeg -y -f yuv4mpegpipe -i - -c:v libx264 -b:v 3000k outfile.ts

Andy Armstrong, andy@hexten.net

About

Perform basic temporal resampling on an ffmpeg yuv4mpeg2 stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published