mp4fpsmod
mp4fpsmod copied to clipboard
Feature Request: AAC track timecode extraction
It would be useful if mp4fpsmod could also extract the timecodes of an aac track. Currently I am remuxing video files to mkv and then use mkvextract just to delete the mkv file again. mp4fpsmod looked promising, but it seems it extracts the h264 timecodes only, right?
it seems it extracts the h264 timecodes only, right?
Strictly speaking, mp4fpsmod works only on the first video track. I don't understand how timecode for audio track is useful and interesting, though. Isn't it just constantly increasing depending on the sample rate? If you rewrite timecode of audio track (stts time_delta), I guess many of players will just ignore it.
I dont know much about the details, but I have some video files that loose a/v sync after some time if I demux and remux them without the timecode file
Technically, you can always achieve A/V sync by editing video timecode only, right? If your audio is too fast, you can either slow down the audio or speed up the video to keep audio and video in sync.
Since speed of audio is usually determined by the sample rate, modifying timecode of audio is not a good idea (it involves resampling or special time-stretching technique), and can be ignored by the player anyway.