[FFmpeg-user] Problems dumping H264 stream from Axis camera
Roger Pack
rogerdpack2 at gmail.com
Fri Aug 31 22:11:30 CEST 2012
>> So if you revert just that revision is starts working again?
>>
>
>
> Yep, it does.
So if you build current git head, it doesn't work. Then you revert
2107009e7d351ff83a87fda161cc5269d2752428 from head and it starts
working? That commit looks totally benign...odd.
I wonder if the "1.1e-05" is the problem:
demuxer -> ist_index:0 type:video next_dts:NOPTS next_dts_time:NOPTS
next_pts:NOPTS
next_pts_time:NOPTS pkt_pts:NOPTS pkt_pts_time:NOPTS pkt_dts:NOPTS
pkt_dts_time:NOPTS off:-99878
demuxer -> ist_index:0 type:video next_dts:11 next_dts_time:1.1e-05 next_pts:11
next_pts_time:1.1e-05 pkt_pts:0 pkt_pts_time:0 pkt_dts:NOPTS
pkt_dts_time:NOPTS off:-
99878
[mp4 @ 0xaa9f360] pts (0) < dts (1) in stream 0
I wonder if the 1.1e-05 is "actually" 0 but something rounding up?
Also try with
-analyzeduration 0
-r
More information about the ffmpeg-user
mailing list