[Bug 750341] Not able to play video clip with tsdemux with HEVC video clip with ts file format

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 8 23:29:10 PDT 2015


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

--- Comment #13 from ris.lim.siew.hoon at gmail.com ---
I'm using 1 of this "bbb-1280x720-cfg02.mkv" from
http://www.libde265.org/downloads-videos/ 

1) 
command pipeline: not working
gst-launch-1.0 filesrc location=bbb-1280x720-cfg02.mkv ! matroskademux !
h265parse ! avdec_h265 ! xvimagesink

2)
command pipeline: working
gst-launch-1.0 filesrc location=bbb-1280x720-cfg02.mkv ! matroskademux !
h265parse ! libde265dec ! xvimagesink


I'm using mkvextract,exe from
"https://www.bunkus.org/videotools/mkvtoolnix/index.html" extract to
'bbb-1280x720-cfg02.265' bitstream h265.

command: 
mkvextract.exe tracks hevc.mkv -f 0:bbb-1280x720-cfg02.265


Re-run it using the following command with bitstream h265.
1) 
command pipeline: not working
gst-launch-1.0 filesrc location=bbb-1280x720-cfg02.265 ! h265parse ! avdec_h265
! xvimagesink

2)
command pipeline: working
gst-launch-1.0 filesrc location=bbb-1280x720-cfg02.265 ! h265parse !
libde265dec ! xvimagesink

-- 
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