[FFmpeg-user] ffmpeg how to output multiple file
Huang Soho
soho123.2012 at gmail.com
Wed Oct 9 15:41:56 CEST 2013
Hi All,
Can ffmpeg output to multiple file?
for example:
if the command line is :
ffmpeg -sn -f video4linux2 -r 30 -s 1280x720 -input_format h264 -i
/dev/video1 -f alsa -ar 48000 -ac 2 -i hw:0 -vcodec copy -acodec copy -map
0:0 -map 1:0 http://localhost:8090/feed2.ffm
I can capture video and audio from device, then output to feed2.ffm,
Can ffmpeg output the video and audio data to local file? for example .avi
or others?
More information about the ffmpeg-user
mailing list