deinterlace generic error: doubling the frame rate ...

About encoding, codec settings, muxers and filter usage
natanael
Blank Cone
Blank Cone
Posts: 14
Joined: 30 Mar 2010 16:25

deinterlace generic error: doubling the frame rate ...

Postby natanael » 06 Apr 2010 13:36

I'm using Ubuntu 9.10 Server and VLC 1.0.5 compiled by me + FFMPEG SVN-r19352.

I'm trying to use the deinterlace video filter for transcoding in realtime with several modes, however only discard,blend,mean,x modes work ok.
The rest of modes : bob,linear,yadif,yadif2x don't work and send the error "deinterlace generic error: doubling the frame rate is not supported yet" Segmentation fault.

How can I use bob or yadif modes to deinterlace (mabbe piping) ?

Thanks and regards

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: deinterlace generic error: doubling the frame rate ...

Postby Rémi Denis-Courmont » 07 Apr 2010 10:38

Please retry with 1.1.0.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

natanael
Blank Cone
Blank Cone
Posts: 14
Joined: 30 Mar 2010 16:25

Re: deinterlace generic error: doubling the frame rate ...

Postby natanael » 08 Apr 2010 00:35

Nope, the same problem with 1.1.0-pre1 from Git repository.

I have seen at vlc/modules/video_filter/deinterlace.c this code:

Code: Select all

case DEINTERLACE_BOB: #if 0 RenderBob( p_vout, pp_outpic[0], p_pic, 0 ); RenderBob( p_vout, pp_outpic[1], p_pic, 1 ); break; #endif case DEINTERLACE_LINEAR: #if 0 RenderLinear( p_vout, pp_outpic[0], p_pic, 0 ); RenderLinear( p_vout, pp_outpic[1], p_pic, 1 ); #endif msg_Err( p_vout, "doubling the frame rate is not supported yet" ); picture_Release( p_pic_dst ); picture_Release( p_pic ); return NULL;
And this code is the same at versions 1.0.x, so these modes are apparently not supported yet. The code is from Sam Hocevar, the Debian leader.

Rémi, do you know if this modes are going to be activated in 1.1.0 stable ?

Thanks and regards

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: deinterlace generic error: doubling the frame rate ...

Postby Rémi Denis-Courmont » 08 Apr 2010 17:07

Frame rate doubling modes involve extra intricacies that are not resolved this far. That won't get fixed before 1.2.0 at the earliest. YADIF modes should work though.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

BloodZeed
Blank Cone
Blank Cone
Posts: 79
Joined: 28 Dec 2011 16:54

Re: deinterlace generic error: doubling the frame rate ...

Postby BloodZeed » 15 Feb 2013 04:21

this is still a prob with vlc 1.1.9

at the moment my source is 50fps i use 50fps as the frame rate and its doing this

main debug: looking for video blending module: 1 candidate
blend debug: chroma: YUVA -> I420
main debug: using video blending module "blend"

which im sure is for 25fps? i did try bob and yardif they just crashed my vlc on all versions i have tested none of the doubler deinterlace modes work!

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: deinterlace generic error: doubling the frame rate ...

Postby Rémi Denis-Courmont » 15 Feb 2013 17:15

1.1.x is no longer supported. Please use 2.0.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

BloodZeed
Blank Cone
Blank Cone
Posts: 79
Joined: 28 Dec 2011 16:54

Re: deinterlace generic error: doubling the frame rate ...

Postby BloodZeed » 15 Feb 2013 21:17

and every version of 2.0 vlc dose not work when doing 50fps streaming but i can do 50fps streaming fine on any vlc thats on vlc 1.1+ but any version on vlc2+ is broken

and its not my cpu i have an i7 3770k cpu is around 25 percent when doing it

please check my other post viewtopic.php?f=14&t=107595 ta


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 7 guests