Gstreamer HD Supported Codecs

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

Gstreamer HD Supported Codecs

Ash-25
Is there a way to find out all HD formats supported by gstreamer plugins? Such as WMV-HD or h264-Hd. 720p and 1080p? I've been trying to search but can't find anything useful. For example the wmv plugin from ffmpeg-gstreamer supports 1080 content but theres no way of knowing as far as i know until you try to play a 1080 file.

Use video conversation to talk face-to-face with Windows Live Messenger. Get started.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer HD Supported Codecs

Christopher Halse Rogers
On Fri, 2008-08-01 at 16:57 +0000, Ash wrote:
> Is there a way to find out all HD formats supported by gstreamer
> plugins? Such as WMV-HD or h264-Hd. 720p and 1080p? I've been trying
> to search but can't find anything useful. For example the wmv plugin
> from ffmpeg-gstreamer supports 1080 content but theres no way of
> knowing as far as i know until you try to play a 1080 file.

Codecs rarely care about the size of their input (except for often
requiring the input sizes to be multiples of two).  If ffmpeg can decode
320x240 wmv, it can decode 2048x2048 wmv, too.

The decoder might not be fast enough to decode 1080p content in
real-time, but that's a limitation of the system you are using it on,
not the decoder itself.  It's also difficult to work out without trying
to decode; some streams using identical codecs are more CPU intensive
than others.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

signature.asc (204 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer HD Supported Codecs

Ash-25
Is there a way to see all gstreamer plugins/codecs available out there? I seem to have a hard time to find one if it is not in my package manager's source repositories.

> From: [hidden email]
> To: [hidden email]
> Date: Sat, 2 Aug 2008 13:57:37 +1000
> Subject: Re: [gst-devel] Gstreamer HD Supported Codecs
>
> On Fri, 2008-08-01 at 16:57 +0000, Ash wrote:
> > Is there a way to find out all HD formats supported by gstreamer
> > plugins? Such as WMV-HD or h264-Hd. 720p and 1080p? I've been trying
> > to search but can't find anything useful. For example the wmv plugin
> > from ffmpeg-gstreamer supports 1080 content but theres no way of
> > knowing as far as i know until you try to play a 1080 file.
>
> Codecs rarely care about the size of their input (except for often
> requiring the input sizes to be multiples of two). If ffmpeg can decode
> 320x240 wmv, it can decode 2048x2048 wmv, too.
>
> The decoder might not be fast enough to decode 1080p content in
> real-time, but that's a limitation of the system you are using it on,
> not the decoder itself. It's also difficult to work out without trying
> to decode; some streams using identical codecs are more CPU intensive
> than others.


Keep your kids safer online with Windows Live Family Safety. Help protect your kids.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer HD Supported Codecs

Felipe Contreras
On Sat, Aug 2, 2008 at 8:11 AM, Ash <[hidden email]> wrote:
> Is there a way to see all gstreamer plugins/codecs available out there? I
> seem to have a hard time to find one if it is not in my package manager's
> source repositories.

http://gstreamer.freedesktop.org/documentation/plugins.html

--
Felipe Contreras

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer HD Supported Codecs

Ash-25
But these are only the ones in the good/bad/ugly packages. What about other ones out there, like pitfdll or ffmpeg-gstreamer?

> Date: Sat, 2 Aug 2008 16:33:48 +0300
> From: [hidden email]
> To: [hidden email]
> Subject: Re: [gst-devel] Gstreamer HD Supported Codecs
>
> On Sat, Aug 2, 2008 at 8:11 AM, Ash <[hidden email]> wrote:
> > Is there a way to see all gstreamer plugins/codecs available out there? I
> > seem to have a hard time to find one if it is not in my package manager's
> > source repositories.
>
> http://gstreamer.freedesktop.org/documentation/plugins.html
>
> --
> Felipe Contreras
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


Get Windows Live and get whatever you need, wherever you are. Start here.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel