flash - Combine several flv in one video -


i recording several video on server using flash plugin , fms (flash media server). combine them 1 big video can been played later. looking in ffmpeg solution requirements generate video via php script. love hear options or guide lines.

there 2 different way concatenate video file ffmpeg, but 1 work flv files.

create text file store flv file list, example:

file 'file1.flv' file 'file2.flv' etc... 

so can use concat demux method:

ffmpeg -f concat -i concat.txt -c copy concat.flv 

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -