[FFmpeg-user] Command line to create mpeg ( or anything ) from testsrc
Stefano Sabatini
stefasab at gmail.com
Fri Jan 6 21:22:08 CET 2012
On date Friday 2012-01-06 20:26:13 +0100, Stefano Sabatini encoded:
> On date Friday 2012-01-06 19:13:14 +0000, Roger Berk encoded:
> > Hello,
> >
> > Can someone direct me how to use the ffmpeg,exe command line to
> > record the testsrc source filter into an mpeg, h264 or other format
> > video file ?
> >
> > ffplay -f lavfi testsrc=duration=10:size=1280x720:rate=30 will play the test pattern to the screen.
>
> ffmpeg -i lavfi testsrc=... OUTPUT
the correct command:
ffmpeg -f lavfi -i testsrc=... OUTPUT
More information about the ffmpeg-user
mailing list