[gstreamer-bugs] [Bug 506163] New: gst-launch creates an empty file when trying to transcode from .mkv to .mp4
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Fri Dec 28 14:38:29 PST 2007
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=506163
GStreamer | gstreamer (core) | Ver: 0.10.15
Summary: gst-launch creates an empty file when trying to
transcode from .mkv to .mp4
Product: GStreamer
Version: 0.10.15
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: andreas.tunek at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: 2.19/2.20
GNOME milestone: Unspecified
Please describe the problem:
When running the following pipeline:
gst-launch -v filesrc
location=Shrek.the.Halls.720p.HDTV.AVC.AC3-GB.mkv ! matroskademux
name=d ffmux_mp4 name=m ! filesink location=test.mp4 d.video_00 !
queue ! identity ! m.video_00 d.audio_00 ! queue ! identity !
m.audio_00
I get the following output:
** (gst-launch-0.10:9581): WARNING **: Add decoder amv (111) please
//similar stuff
** (gst-launch-0.10:9581): WARNING **: Add decoder adpcm_thp (69650) please
Ställer in rörledningen till PAUSED...
Rörledningen utför PREROLL...
/pipeline0/identity0: last-message = "event ******* (identity0:sink)
E (type: 102, GstEventNewsegment, update=(boolean)false,
rate=(double)1, applied_rate=(double)1,
format=(GstFormat)GST_FORMAT_TIME, start=(gint64)0,
stop=(gint64)1279776000000, position=(gint64)0;) 0x92b0ca0"
/pipeline0/identity0: last-message = "event ******* (identity0:sink)
E (type: 118, taglist, video-codec=(string)H264,
language-code=(string)und;) 0x92b0cc8"
/pipeline0/queue0.sink: caps = video/x-h264,
codec_data=(buffer)014d4033ffe10016674d40339a7602802dd0800001f480005dc0478c189c01000468eebc80,
width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1,
framerate=(fraction)1580417221/65891899
/pipeline0/queue0.src: caps = video/x-h264,
codec_data=(buffer)014d4033ffe10016674d40339a7602802dd0800001f480005dc0478c189c01000468eebc80,
width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1,
framerate=(fraction)1580417221/65891899
/pipeline0/identity0.src: caps = video/x-h264,
codec_data=(buffer)014d4033ffe10016674d40339a7602802dd0800001f480005dc0478c189c01000468eebc80,
width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1,
framerate=(fraction)1580417221/65891899
/pipeline0/identity0.sink: caps = video/x-h264,
codec_data=(buffer)014d4033ffe10016674d40339a7602802dd0800001f480005dc0478c189c01000468eebc80,
width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1,
framerate=(fraction)1580417221/65891899
/pipeline0/identity0: last-message = "chain *******
(identity0:sink)i (1320 bytes, timestamp: 0:00:00.000000000, duration:
0:00:00.041692724, offset: -1, offset_end: -1, flags: 33) 0x9421618"
/pipeline0/m.video_0: caps = video/x-h264,
codec_data=(buffer)014d4033ffe10016674d40339a7602802dd0800001f480005dc0478c189c01000468eebc80,
width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1,
framerate=(fraction)1580417221/65891899
Here it stops, test.mp4 is created but is zero bytes large.
Pressing ctrl-c gives the following:
Caught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
FEL: rörledningen vill inte utföra preroll.
Ställer in rörledningen till NULL...
/pipeline0/m.video_0: caps = NULL
/pipeline0/identity0.src: caps = NULL
/pipeline0/identity0.sink: caps = NULL
/pipeline0/queue0.src: caps = NULL
/pipeline0/queue0.sink: caps = NULL
/pipeline0/d.audio_00: caps = NULL
/pipeline0/d.video_00: caps = NULL
FRIGÖR rörledning...
Steps to reproduce:
1. Try to transcode a .mkv to a .mp4
Actual results:
Nothing.
Expected results:
A mp4 file should be produced.
Does this happen every time?
Yes.
Other information:
See email exchange on gst-devel list:
http://sourceforge.net/mailarchive/forum.php?thread_name=cc102fb20711281017v17c151f6s15ace7bb50aac176%40mail.gmail.com&forum_name=gstreamer-devel
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=506163.
More information about the Gstreamer-bugs
mailing list