[FFmpeg-user] Correct fps value for h.264 stream

Gabri Nurtinaz Shally gabri.ns at gmail.com
Wed Apr 10 10:22:56 CEST 2013


On Apr 2, 2013 1:15 AM, "Oliver Fromme" <oliver at fromme.com> wrote:
>
> Hello,
>
> This is probably a very special problem, but maybe someone
> has an answer ...
>
> I've got an .m4v file that contains a h.264 video stream.
> First thing I did is to convert it to .mkv because I can
> handle Matroska files much better.  So far, so good.
>

since your purpose is canging container, have you try to use the m4v file
directly?!

ffmpeg -i input.m4v -c:a copy -c:v copy output.mkv

or you can use mkvtoolnix to muxing stream into mkv container


More information about the ffmpeg-user mailing list