Page 1 of 1

transcode and get video-file as output

Posted: 29 May 2008 18:32
by bnp322@yandex.ru
Hello,
I downloaded and installed the newest VLC Player.
Several times in different ways I tried to transcode , I frequently(randomly) only get audio output!!! :]
vlc -vvv udp:@224.1.1.1:11111 :program=2 --sout #transcode{vcodec=DIV3,vb=256,fps=12.5,scale=0.5,acodec=mp3,ab=32,samplerate=32000,channels=1}:std{access=file,mux=asf,dst=c:\123.asf}

this is work ok:
vlc -vvv udp:@224.1.1.1:11111 :program=2 --sout #transcode{vcodec=mp4v,vb=256,fps=12.5,scale=0.5,acodec=mp3,ab=32,samplerate=32000,channels=1}:std{access=file,mux=ts,dst-delay=2000,dst=c:\123.avi}

but I need ASF for WMP
mux=ts for WMP not view


amd atlon5000+

Re: transcode and get video-file as output

Posted: 30 May 2008 18:44
by Arite
Try muxing into an ASF container with e.g. WMV2 video and MP3 audio:

Code: Select all

#transcode{vcodec=WMV2,vb=1024,scale=1,acodec=mp3,ab=192,channels=2}:duplicate{dst=std{access=file,mux=asf,dst="OUTPUT.asf"}}
Where OUTPUT.asf is the destination of you output file. Modify the string accordingly for e.g. 12.5 fps etc.

Arite.

Re: transcode and get video-file as output

Posted: 02 Jun 2008 05:23
by bnp322@yandex.ru
this is work, but randomly.
frequently only get audio output!

This problem of the container!?
MP4 - stabiliti

How install system decoding this mp4?

Re: transcode and get video-file as output

Posted: 02 Jun 2008 12:51
by Arite
Have you tried with the WMV1 video codec?

MP4 with e.g. ffdshow might work for Windows Media Player.

Arite.

Re: transcode and get video-file as output

Posted: 02 Jun 2008 18:29
by bnp322@yandex.ru
Install! but WMV2 not work

Re: transcode and get video-file as output

Posted: 02 Jun 2008 18:32
by bnp322@yandex.ru
NO! No!

Install! but MP4 not decodering with WMP.

Re: transcode and get video-file as output

Posted: 03 Jun 2008 07:12
by bnp322@yandex.ru
all ok! :
#transcode{vcodec=mp4v,vb=192,fps=12.5,scale=0.8,acodec=vorbis,mono,ab=32,samplerate=32000,deinterlace}:std{access=file,mux=ogg,dst="c:\%mymonth%\%mydate%\%mytime%.ogg"} - this only work! and WMP - ok