Log in

View Full Version : Matroska FPS question


microchip8
14th March 2008, 08:24
Hi,

I'm having a bit of a problem here with the MKV container. I have a raw H.264 stream and a HE-AAC audio file which I would like to merge with mkvmerge. After going through the manual of mkvmerge I could not really find anything that relates to setting the FPS value. The only thing I found that comes close to this is the --default-duration option. However, it doesn't seem to work for me. When I do...

mkvmerge video.h264 audio.aac --default-duration 0:23.976fps -o output.mkv

I get A/V sync issues. does anyone knows how to set the FPS value with mkvmerge?

thanks in advance :)

Dark Shikari
14th March 2008, 08:31
--default-duration 0:24000/1001fps

microchip8
14th March 2008, 08:37
--default-duration 0:24000/1001fps

still no luck. I still get 25 fps and A/V sync issues