9
votes
3answers
4k views

How to concatenate two flv files?

I want to concatenate two flv files(downloaded from Youtube.com) by linux command line tools. The ffmpeg tutorial is too complicated, so I tried the mencode tutorial. But I get a empty output. I don't ...
0
votes
1answer
3k views

wmv to flv using mencoder

I am trying to convert .wmv video files to .flv format, .flv will be played in JW Player I use the following command -of lavf -oac pcm -lameopts abr:br=48 -ovc lavc -lavcopts vcodec=flv:vbitrate=480 ...