transcode and get video-file as output

About encoding, codec settings, muxers and filter usage
bnp322@yandex.ru
Blank Cone
Blank Cone
Posts: 22
Joined: 29 May 2008 17:36

transcode and get video-file as output

Postby bnp322@yandex.ru » 29 May 2008 18:32

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+

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: transcode and get video-file as output

Postby Arite » 30 May 2008 18:44

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.
Don't use PMs for support questions.

bnp322@yandex.ru
Blank Cone
Blank Cone
Posts: 22
Joined: 29 May 2008 17:36

Re: transcode and get video-file as output

Postby bnp322@yandex.ru » 02 Jun 2008 05:23

this is work, but randomly.
frequently only get audio output!

This problem of the container!?
MP4 - stabiliti

How install system decoding this mp4?

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: transcode and get video-file as output

Postby Arite » 02 Jun 2008 12:51

Have you tried with the WMV1 video codec?

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

Arite.
Don't use PMs for support questions.

bnp322@yandex.ru
Blank Cone
Blank Cone
Posts: 22
Joined: 29 May 2008 17:36

Re: transcode and get video-file as output

Postby bnp322@yandex.ru » 02 Jun 2008 18:29

Install! but WMV2 not work

bnp322@yandex.ru
Blank Cone
Blank Cone
Posts: 22
Joined: 29 May 2008 17:36

Re: transcode and get video-file as output

Postby bnp322@yandex.ru » 02 Jun 2008 18:32

NO! No!

Install! but MP4 not decodering with WMP.

bnp322@yandex.ru
Blank Cone
Blank Cone
Posts: 22
Joined: 29 May 2008 17:36

Re: transcode and get video-file as output

Postby bnp322@yandex.ru » 03 Jun 2008 07:12

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


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 3 guests