6 ms·
With ffmpeg, use the below command to calculate maximum timestamps ffmpeg -i INPUT -map 0:v -map 0:a -enc_time_base -1 -c copy -f null - Note the time= va
by _Gyan_ 5y ago
With ffmpeg, use the below command to calculate maximum timestamps
ffmpeg -i INPUT -map 0:v -map 0:a -enc_time_base -1 -c copy -f null -
Note the time= value at the end of the process.