[FFmpeg-user] Outputting files to C RTMP Server

Roger Pack rogerdpack2 at gmail.com
Fri Aug 10 00:32:09 CEST 2012


> ffmpeg -re -i file1 -s 640x360 -r 29.97 -vcodec libx264 -bf 0 -acodec
> libfaac -async 1 -f mpegts udp://127.0.0.1:11111
> ffmpeg -re -i file2 -s 640x360 -r 29.97 -vcodec libx264 -bf 0 -acodec
> libfaac -async 1 -f mpegts udp://127.0.0.1:11111

Maybe try it with the concat filter instead of one at a time.
http://ffmpeg.org/faq.html#How-can-I-join-video-files_003f


More information about the ffmpeg-user mailing list