Page 1 of 1

HELP! 2.0.5 and 2.1.0 difference

Posted: 13 Jun 2014 15:55
by AviatorCJ
Hello everyone, please help:

When I had installed VLC 2.0.5 I used the following code to organize live video stream:

Code: Select all

:sout=#transcode{vfilter={canvas{width=1280,height=720,aspect=16:9}},venc=x264{vbv-bufsize=10000,vbv-maxrate=3504,ref=1,subme=1,keyint=25,idrint=25},vcodec=h264,vb=3000,fps=25,scale=1,acodec=mp3,ab=96,channels=2,samplerate=44100,deinterlace,sfilter={logo{file=C:\1\logo.png,position=6,opacity=230,x=0,y=8}:logo{file=C:\1\001.png,position=9,opacity=250}:logo{file=C:\1\003.png,position=9,opacity=0,x=0,y=70}:marq{marquee={.},position=5,size=18,opacity=190,y=0}}}:std{access=http,mux=ts,dst=:11341/}} :sout-all
After updating to version 2.1.0 the code stopped working, tell me what has changed in the new version and how do I fix the code?

Thanks.

Re: HELP! 2.0.5 and 2.1.0 difference

Posted: 14 Jun 2014 22:38
by Pentium100
Canvas plugin seems to be broken in 2.1.x, I have the same problem - (my thread here). Versions 2.0.x had good canvas plugin, but broken deinterlacing (bob doesn't work for me, anyway), while 2.1.x has working deinterlacing but broken resizing.

Re: HELP! 2.0.5 and 2.1.0 difference

Posted: 15 Jun 2014 01:39
by AviatorCJ
Can you suggest how to fix the code? Or the size does not change?

Re: HELP! 2.0.5 and 2.1.0 difference

Posted: 15 Jun 2014 01:53
by Pentium100
I do not know (that's why I created the thread). I did not I manage to get the aspect ratio to change with version 2.1.x.

Re: HELP! 2.0.5 and 2.1.0 difference

Posted: 15 Jun 2014 17:10
by AviatorCJ
Administrators, maybe you can help? plz

Re: HELP! 2.0.5 and 2.1.0 difference

Posted: 20 Jun 2014 12:49
by AviatorCJ
Any variants?