Pipeline for converting H264 bytestream to mp4 container format?

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Pipeline for converting H264 bytestream to mp4 container format?

ssrk
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Pipeline for converting H264 bytestream to mp4 container format?

Sudarshan Bisht
Try,

gst-launch filesrc location=test.264 ! h264parse ! x264enc  !  mp4mux( or qtmux )   ! filesink location=test.mp4


On Wed, Jan 5, 2011 at 1:40 PM, ssrk <[hidden email]> wrote:
Hi all,

Can some one give the pipeline to convert a h264 bytestream file .264 to mp4 container format?
Please help. Thanks in advance.

--
Regards,
ssrk


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Pipeline for converting H264 bytestream to mp4 container format?

ssrk
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Pipeline for converting H264 bytestream to mp4 container format?

ssrk
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Pipeline for converting H264 bytestream to mp4 container format?

Sudarshan Bisht
Oh yes, I am sorry . Its already an encoded file so encoder ( x264enc ) is not required in pipeline.
 
But when you try the other pipeline what error you got, can you elaborate log   ?

 
On Thu, Jan 6, 2011 at 10:48 AM, ssrk <[hidden email]> wrote:
Hi,

ERROR " h264parse  x264enc " could not be linked..
If try the below pipeline :

gst-launch-0.10 filesrc location=test.264 ! h264parse !  qtmux ! filesink location=test.mp4

I get this ERROR : gstqtmux.c(1347): gst_qt_mux_add_buffer (): /GstPipeline:pipeline0/GstQTMux:qtmux0:

tried debuggin using the sources, looks like its because of timestamp issues.

Any help on this?

--
Regards,
ssrk


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Pipeline for converting H264 bytestream to mp4 container format?

Sudarshan Bisht
Give one try to this pipeline; 
 
gst-launch-0.10 filesrc location=test.264 ! h264parse output-format=sample access-unit=true  !  qtmux ! filesink location=test.mp4



On Thu, Jan 6, 2011 at 4:47 PM, sudarshan bisht <[hidden email]> wrote:
Oh yes, I am sorry . Its already an encoded file so encoder ( x264enc ) is not required in pipeline.
 
But when you try the other pipeline what error you got, can you elaborate log   ?

 
On Thu, Jan 6, 2011 at 10:48 AM, ssrk <[hidden email]> wrote:
Hi,

ERROR " h264parse  x264enc " could not be linked..
If try the below pipeline :

gst-launch-0.10 filesrc location=test.264 ! h264parse !  qtmux ! filesink location=test.mp4

I get this ERROR : gstqtmux.c(1347): gst_qt_mux_add_buffer (): /GstPipeline:pipeline0/GstQTMux:qtmux0:

tried debuggin using the sources, looks like its because of timestamp issues.

Any help on this?

--
Regards,
ssrk


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht



--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Pipeline for converting H264 bytestream to mp4 container format?

ssrk
CONTENTS DELETED
The author has deleted this message.