[FFmpeg-devel] [PATCH] avformat: remove FF_API_ASS_SSA dead code
Rainer Hochecker
fernetmenta at online.de
Thu Sep 25 20:18:45 CEST 2014
Clément Bœsch <u <at> pkh.me> writes:
>
> I'm seeing timestamps set in the packets with:
> ffprobe -show_packets -show_data -select_streams s:0
~/samples/Test_File-01.mkv
>
> Same with other streams
>
Thanks, making use of ffprobe was a good idea. Now I see the difference.
With version < 2.4 we got one packet with multiple "Dialogue: ..."
http://paste.ubuntu.com/8426844/
Now we get multiple packets with equal pts. This requires an additional
change for us.
http://paste.ubuntu.com/8426767/
Thanks again,
Rainer
More information about the ffmpeg-devel
mailing list