Another segmentation fault
Posted: 04 Jul 2009 01:34
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:
The command was:
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.
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
Code: Select all
vlc movie.mp4 --sout '#transcode{vcodec=mp2v,acodec=mp3,deinterlace}:rtp{mux=ts,dst=ff02::1%eth0,port=1234}'
Only with using 'no-deinterlace' it works.