[Bug 774716] vlc does not play mp4 file that was merged using splitmuxsrc and splitmuxsink

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 21 13:24:41 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=774716

--- Comment #4 from sonntex <sonntex at gmail.com> ---
Are you sure that the reason is incorrect file, and not qtdemux? I see that
ffprobe shows me correct dts and pts for all packets.

sonntex at home ~/video1 $ ffprobe -loglevel 8 -show_packets video-chunk-00.mp4 |
head -n 30
[PACKET]
codec_type=video
stream_index=0
pts=0
pts_time=0.000000
dts=0
dts_time=0.000000
duration=N/A
duration_time=N/A
convergence_duration=N/A
convergence_duration_time=N/A
size=4188
pos=48
flags=K
[/PACKET]
[PACKET]
codec_type=video
stream_index=0
pts=384
pts_time=0.038400
dts=384
dts_time=0.038400
duration=N/A
duration_time=N/A
convergence_duration=N/A
convergence_duration_time=N/A
size=15
pos=4236
flags=_
[/PACKET]

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list