Page 1 of 1

Another segmentation fault

Posted: 04 Jul 2009 01:34
by Snjezana
Just a few minutes ago I updated vlc on an openSUSE 11.0 system from rc3 to rc4.
I tried to stream a movie with the same command as I did with rc3 (used the command history) and now a segmentation fault is generated with the following error message:

Code: Select all

deinterlace generic error: doubling the frame rate is not supported yet
The command was:

Code: Select all

vlc movie.mp4 --sout '#transcode{vcodec=mp2v,acodec=mp3,deinterlace}:rtp{mux=ts,dst=ff02::1%eth0,port=1234}'
Even without using 'deinterlace' and with disabled deinterlacing in the video filter setting menu vlc generates the "deinterlace generic error".
Only with using 'no-deinterlace' it works.