How to merge several TS files file to one TS file with correct timestamps? I can just merge the files to one without touching data. This will produce a playable file, but with incorrect timestamps, so timeline will not be shown (in VLC for example). So I need to recalculate timestamps, somehow using gstreamer/ffmpeg or any command line tool for that and possibly prevent unnecessary reencoding. Thanks!
Asked
Active
Viewed 2,015 times
1 Answers
2
I assume you are talking about PTS/DTS that you might have to tweak:
- Check
setpts
andasetpts
from ffmpeg doc - An example of how to use it in this related question