Page 1 of 1

Problems with --sout=#display

Posted: 21 Jan 2010 19:37
by ktoto256
I'm not sure whether it is Windows specific or not.
I'm watching IPTV with VLC. When I run it without any command line parameters except source stream, it's alright - the video resolution is 720x576. But when I run it with "--sout=#display", the resolution becomes 1280x576. And when I try to watch and record it in the same time with #duplicate, video being played is in 1280x576 and the file is in 720x576.
What's the reason and what can I do with it?

Re: Problems with --sout=#display

Posted: 22 Jan 2010 10:14
by ktoto256
I found that the same problem is when I open the recorded file. Here is a sample: http://www.sendspace.com/file/ymcbni

Re: Problems with --sout=#display

Posted: 28 Jan 2010 18:01
by skirmish75
Hi,
I have a problem using the plug-in for VLC.

In practice, with version 0.8.6 with the string

:sout=#transcode{vcodec=MP4V,vb=256,acodec=mp3,ab=32,soverlay}:duplicate{dst=display,dst=std{access=file,mux=mp4,dst=c:\\output.avi}}

I could record any source into a MP4 file

Now with version 1.0.3 the file is no longer created. What is wrong? What is the syntax for the new version?

Thanks in advance

Re: Problems with --sout=#display

Posted: 28 Apr 2010 23:08
by tres
hi,

im using this ( playing locally, converting to flv )
vlc input_stream --sout=#transcode{vcodec=FLV1,acodec=mp3}:duplicate{dst=std{access=http,dst=0.0.0.0:8081/stream.flv},dst=display}


best ~peter