Am Fr., 13. März 2020 um 02:59 Uhr schrieb penguin flying <[email protected]>: > > i want the pts of the output file begins with 0. > > using this cmd: > ffmpeg -i 0.flv -c:v libx264 -vf setpts=PTS-STARTPTS -acodec libfdk_aac -f > mp4 -y out.mp4
Complete, uncut console output missing, try -movflags +negative_cts_offsets (or -movflags -negative_cts_offsets). Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
