I have a camera with HD, which records one MPG each time I press stop recording… so, let’s say, I recorder 5 minute sequence from 3 start-stop clicks. I will get 3 MPG files.
if I do:
$ cat 1.mpg 2.mpg 3.mpg > final_movie.mpg
it will join files, and it will play.
However, “length” of the movie in player will be length of 1st MPG file, even though it will play till the end.
In linux, no problem, but when I send video file to a friend who has Windows (media player usually), it has problem with playback.
Question is: how can I join video files, where final product will have duration properly set (and not making problems on windows players)
I saw a demo of kdenlive a few weeks ago; I believe it also uses ffmpeg on
the backend but it was pretty nice (though a beta version demo’s, so a
little buggy).
Good luck.
microchip8 wrote:
> mencoder file1.mpg file2.mpg file3.mpg -ovc copy -oac copy -of mpeg -o
> output.mpg
>
> ffmpeg can do a similar thing
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/