VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. How, if at all would I do this? When just demuxing with tsMuxeR and then muxing with My MP4Box, I get desyncing audio, and I'm almost certain it's because of the VFR. Any advice would be appreciated.
    Last edited by TBMNY; 19th Jun 2018 at 22:01.
    Quote Quote  
  2. I would agree you dropping the time codes (timing information) seems to be the problem.
    Extract the time codes using ffmpeg or other tools that are capable of doing so and add them afterwards using mp4fpsmod or similar.
    Alternatively use ffmpeg for the whole remuxing while keeping the time codes.
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  3. First one won't work because the remuxed file actually becomes a constant 25fps so all those extra frames are lost. As for the second one, not sure how to do that.
    Quote Quote  
  4. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    Something like (may need more options depending on your muxer):
    Code:
    ffmpeg -i myinput -c copy -copyts myoutput
    Quote Quote  
  5. My input file is TS and that just outputs TS.
    Quote Quote  
  6. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    The output format is either specified on the command line with the -f option or it is guessed from the extension of the output filename. The fine manual may be read here.
    Quote Quote  



Similar Threads

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