VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. I used mkvtoolnix to change the frame rate of a HEVC mkv. My understanding is this only affects the container, not the HEVC stream. Is that a problem or do most or all players ignore the video stream timing? (It worked with the one player I tried).
    Quote Quote  
  2. Not all players respect the container level frame rate flags. Especially outside a computer (like the media players built into some TVs and Blu-ray players).
    Quote Quote  
  3. Do you know of any utility that can change the frame rate of an HEVC stream?
    Quote Quote  
  4. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    You could try NVHSP
    Quote Quote  
  5. Thank you! This seems to work (for 25fps):

    Code:
    ffmpeg -i input.mkv -c copy -bsf:v hevc_metadata=tick_rate=25:num_ticks_poc_diff_one=1 output.mkv
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!