Hi,
2009/11/15 Chris G cl@isbd.net:
I want to concatenate five or six MPEG videos and play them, by default on Windows this means they have to be MPEG1. I'm trying to convert them using ffmpeg but at present I'm failing miserably.
Can you not slap VLC or mplayer on a pen drive and use that?
Or liveCD a linux distro and play that way?
Bring your wife's laptop and use that with VLC/Mplayer?
I'm currently trying:-
ffmpeg -i 'Head In The Clouds.mpg' -target vcd -y /home/chris/tmp/maxine/hitc.mpg
but this produces a zero length output file, do I need something more to get it to work?
Do you have better luck with mencoder? What about 'transcode'?
Srdjan