Hi, Like I explained in another topic, I'm trying to add a logo on a video and transcode it. I use this command line : vlc --logo-file logo.png video.mpg --sout "#transcode{vcodec=mp2v,acodec=mpga,vb=1024,ab=128,sfilter=logo}:std{access=file,dst=new_video.mpg}" I tried to find the best qua...