Page 1 of 1

H.264 interlace

Posted: 26 Mar 2009 11:28
by aviz
Hi,

I have three questions, regarding h.264 playing.

1. I have seen that the vlc player uses the FFMPEG decoder for playing h.264 streams. Are there any more decoders that can be used?

2. Regarding h.264 and any other format: Is there a way to choose which decoder to use, either at run time or at compile time?

3. I am trying to play an "h.264 interlace" stream, in the activex plugin, and it crushes the plugin. The same stream plays fine on the vlc exe player.
Do you know about this issue? Is there a fix for that?

Thanks,
Avi

Re: H.264 interlace

Posted: 28 Mar 2009 23:33
by Jean-Baptiste Kempf
Hi,

I have three questions, regarding h.264 playing.

1. I have seen that the vlc player uses the FFMPEG decoder for playing h.264 streams. Are there any more decoders that can be used?

2. Regarding h.264 and any other format: Is there a way to choose which decoder to use, either at run time or at compile time?

3. I am trying to play an "h.264 interlace" stream, in the activex plugin, and it crushes the plugin. The same stream plays fine on the vlc exe player.
Do you know about this issue? Is there a fix for that?

Thanks,
Avi
1. With normal VLC, not really (QT doesn't work)
2. Both.
3. Very weird. VLC version?

Re: H.264 interlace

Posted: 29 Mar 2009 11:44
by aviz
Thanks for your answer.

Can you please be more specific regarding question no. 2?

Regarding question no. 3, VLC version is 0.9.8a.

Re: H.264 interlace

Posted: 29 Mar 2009 13:01
by Jean-Baptiste Kempf
Well, difficult, since I don't know exactly what you are trying to do.

You can choose the decoder with --codec and the demuxer with --demux, but on Windows, I believe the only H264 decoder is avcodec.

Re: H.264 interlace

Posted: 30 Mar 2009 08:15
by aviz
Thanks.

I am using the activex plugin.
Can you please tell me how do I configure the plugin to use a certain decoder (I need this for other decoders, not just h264), at compile time?

Re: H.264 interlace

Posted: 30 Mar 2009 09:52
by Jean-Baptiste Kempf
Change the capability score.