Gstreamer MPEG4 encode and decode plun-in

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

Gstreamer MPEG4 encode and decode plun-in

mingcheng hu
Hi all,
      I am facing difficulty to choose the correct encode and decode for my requirement. My requirement is to hav a live capture through video camera and stream in on Client player.I want to know what plun-in can encode and decode MPEG4 format.

Thanks.

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer MPEG4 encode and decode plun-in

Sudarshan Bisht
Hi ,
     You can use ffenc_mpeg4 and ffdec_mpeg4 plugins for your purpose .  And if you want to capture audio also then use muxer like ffenc_mp4 .

On Wed, Dec 24, 2008 at 7:51 AM, mingcheng hu <[hidden email]> wrote:
Hi all,
      I am facing difficulty to choose the correct encode and decode for my requirement. My requirement is to hav a live capture through video camera and stream in on Client player.I want to know what plun-in can encode and decode MPEG4 format.

Thanks.

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer MPEG4 encode and decode plun-in

Sudarshan Bisht
Hi ,
         It is ffmux_mp4 , not ffenc_mp4 .  

On Wed, Dec 24, 2008 at 10:11 AM, sudarshan bisht <[hidden email]> wrote:
Hi ,
     You can use ffenc_mpeg4 and ffdec_mpeg4 plugins for your purpose .  And if you want to capture audio also then use muxer like ffenc_mp4 .

On Wed, Dec 24, 2008 at 7:51 AM, mingcheng hu <[hidden email]> wrote:
Hi all,
      I am facing difficulty to choose the correct encode and decode for my requirement. My requirement is to hav a live capture through video camera and stream in on Client player.I want to know what plun-in can encode and decode MPEG4 format.

Thanks.

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht



--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer MPEG4 encode and decode plun-in

mingcheng hu
Thank you very much!

2008/12/24 sudarshan bisht <[hidden email]>
Hi ,
         It is ffmux_mp4 , not ffenc_mp4 .  

On Wed, Dec 24, 2008 at 10:11 AM, sudarshan bisht <[hidden email]> wrote:
Hi ,
     You can use ffenc_mpeg4 and ffdec_mpeg4 plugins for your purpose .  And if you want to capture audio also then use muxer like ffenc_mp4 .

On Wed, Dec 24, 2008 at 7:51 AM, mingcheng hu <[hidden email]> wrote:
Hi all,
      I am facing difficulty to choose the correct encode and decode for my requirement. My requirement is to hav a live capture through video camera and stream in on Client player.I want to know what plun-in can encode and decode MPEG4 format.

Thanks.

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht



--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer MPEG4 encode and decode plun-in

mingcheng hu
Hi,
     I would like to connect to the camera and obtain video with gstreamer, how to do it? Please excuse my poor English。
Thanks.
    

2008/12/24 mingcheng hu <[hidden email]>
Thank you very much!

2008/12/24 sudarshan bisht <[hidden email]>

Hi ,
         It is ffmux_mp4 , not ffenc_mp4 .  

On Wed, Dec 24, 2008 at 10:11 AM, sudarshan bisht <[hidden email]> wrote:
Hi ,
     You can use ffenc_mpeg4 and ffdec_mpeg4 plugins for your purpose .  And if you want to capture audio also then use muxer like ffenc_mp4 .

On Wed, Dec 24, 2008 at 7:51 AM, mingcheng hu <[hidden email]> wrote:
Hi all,
      I am facing difficulty to choose the correct encode and decode for my requirement. My requirement is to hav a live capture through video camera and stream in on Client player.I want to know what plun-in can encode and decode MPEG4 format.

Thanks.

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht



--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer MPEG4 encode and decode plun-in

Sudarshan Bisht
Hi ..
          Use these pipelines .
       
        To capture :- 
        gst-launch v4lsrc ! 'video/x-raw-yuv,width=320,height=240' ! ffenc_mpeg4 !  avimux ! filesink location=test.avi
 
       To play :-
        gst-launch filesrc location=test.avi ! avidemux ! ffdec_mpeg4 ! sdlvideosink       
  
        

2008/12/24 mingcheng hu <[hidden email]>
Hi,
     I would like to connect to the camera and obtain video with gstreamer, how to do it? Please excuse my poor English。
Thanks.
    

2008/12/24 mingcheng hu <[hidden email]>

Thank you very much!

2008/12/24 sudarshan bisht <[hidden email]>

Hi ,
         It is ffmux_mp4 , not ffenc_mp4 .  

On Wed, Dec 24, 2008 at 10:11 AM, sudarshan bisht <[hidden email]> wrote:
Hi ,
     You can use ffenc_mpeg4 and ffdec_mpeg4 plugins for your purpose .  And if you want to capture audio also then use muxer like ffenc_mp4 .

On Wed, Dec 24, 2008 at 7:51 AM, mingcheng hu <[hidden email]> wrote:
Hi all,
      I am facing difficulty to choose the correct encode and decode for my requirement. My requirement is to hav a live capture through video camera and stream in on Client player.I want to know what plun-in can encode and decode MPEG4 format.

Thanks.

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht



--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer MPEG4 encode and decode plun-in

mingcheng hu
Hi,
    Could you speak Chinese. I must play the video in a window ,how to do it?  Do I need embedded  a media player in the window ?

2008/12/24 sudarshan bisht <[hidden email]>
Hi ..
          Use these pipelines .
       
        To capture :- 
        gst-launch v4lsrc ! 'video/x-raw-yuv,width=320,height=240' ! ffenc_mpeg4 !  avimux ! filesink location=test.avi
 
       To play :-
        gst-launch filesrc location=test.avi ! avidemux ! ffdec_mpeg4 ! sdlvideosink       
  
        

2008/12/24 mingcheng hu <[hidden email]>
Hi,
     I would like to connect to the camera and obtain video with gstreamer, how to do it? Please excuse my poor English。
Thanks.
    

2008/12/24 mingcheng hu <[hidden email]>

Thank you very much!

2008/12/24 sudarshan bisht <[hidden email]>

Hi ,
         It is ffmux_mp4 , not ffenc_mp4 .  

On Wed, Dec 24, 2008 at 10:11 AM, sudarshan bisht <[hidden email]> wrote:
Hi ,
     You can use ffenc_mpeg4 and ffdec_mpeg4 plugins for your purpose .  And if you want to capture audio also then use muxer like ffenc_mp4 .

On Wed, Dec 24, 2008 at 7:51 AM, mingcheng hu <[hidden email]> wrote:
Hi all,
      I am facing difficulty to choose the correct encode and decode for my requirement. My requirement is to hav a live capture through video camera and stream in on Client player.I want to know what plun-in can encode and decode MPEG4 format.

Thanks.

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht



--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel