[Bug 728771] New: Mp4 files created are not in playable format
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Apr 22 22:12:03 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=728771
GStreamer | gst-plugins-good | 0.10.0
Summary: Mp4 files created are not in playable format
Classification: Platform
Product: GStreamer
Version: 0.10.0
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: elites.shilpa at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I tried creating multiple mp4 files with index incremented when file size has
reached to 1GB using multifilesink. But I am not able to play the mp4 files
created using multifilesink.
Command used
gst-launch-0.10 -e rtspsrc location=rtsp://XYZ name=rtsp ! queue !
rtph264depay ! video/x-h264, width=1920, height=1080, framerate=30/1 ! mp4mux
name=mp4 ! multifilesink location=%ds.mp4 next-file=4 max-file-size=1073741824
I tried the same with videotestsrc too, but files created are not in playable
state.
Command used
gst-launch-0.10 -e videotestsrc ! x264enc ! video/x-h264, width=1920,
height=1080, framerate=30/1 ! mp4mux name=mp4 ! multifilesink location=%ds.avi
next-file=4 max-file-size=1073741824
I have seen people facing similar issue in the GStreamer community. Is there a
fix for the same ?
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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