[FFmpeg-user] ffmpeg rtmp with multiple file sources

John Saturday stozher at gmail.com
Tue Feb 21 22:18:10 CET 2012


Use pipe:

cat *.mov | ffmpeg -f mov -i - -f flv -vcodec libx264 ...


More information about the ffmpeg-user mailing list