[FFmpeg-devel] [PATCH 1/1] h264: remove skip of h264 parsing independent of skip_frame
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Dec 16 21:54:53 CET 2013
Joakim Plate <elupus <at> ecce.se> writes:
> Current code would end up providing invalid timestamps
> if always run with NONREF since has_b_frames would be
> setup wrongly, so calculated dts from pts would be wrong.
I just tested transcoding with -skip_frame noref and the
resulting file played in-sync. But that probably wasn't
what you meant?
> Also, having AVDISCARD_ALL be less discarding than
> NONREF seem a bit strange.
I don't disagree but I think making a feature slower
which is only there to speed decoding up is not ideal.
Carl Eugen
More information about the ffmpeg-devel
mailing list