[vlc] Re: --sout(#transcode ...) and vlc:quit

CUTMAN ~CW~ cutmancw at hotmail.com
Wed Jul 20 07:28:19 CEST 2005


>From: jmzorko at mac.com
>Reply-To: vlc at videolan.org
>To: vlc at videolan.org
>Subject: [vlc] Re: --sout(#transcode ...) and vlc:quit
>Date: Tue, 19 Jul 2005 10:45:38 -0700
>
>
>Oops ... I meant this:
>
>>./VLC ~/work/Preview1713420.trp vlc:quit --sout  '#transcode{acodec=a52}: 
>>std{mux=ts,access=file,url=Preview1713420_transcoded.trp}' --noloop
>>
>>... which doesn't work (the transcoding never happens).  So I tried  this:
>>
>>./VLC ~/work/Preview1713420.trp --sout  '#transcode{acodec=a52}: 
>>std{mux=ts,access=file,url=Preview1713420_transcoded.trp}' --noloop  
>>vlc:quit
>>
>>... which still doesn't work.  Can anyone illuminate me as to how to  do 
>>this?  Can vlc:quit and --sout coexist on the same command  invocation 
>>(and have both function as expected)?
>>
>>Regards,
>>
>>John
>>
>>Falling You - exploring the beauty of voice and sound
>>New album, "Touch", available now
>>http://www.magnatune.com/artists/falling_you
>>** now available on iTunes, doncha know **
>
>--
>This is the vlc mailing-list, see http://www.videolan.org/vlc/
>To unsubscribe, please read http://www.videolan.org/support/lists.html
>

if you can't get the transcoding to happen, just work on that first.. ;)

then figure out the other part, but start with something you know.

This is a similar situation I used, this works:

C:\vlc-0.8.4-svn\vlc.exe beck.asf 
:sout=#transcode{acodec=mp3,ab=192,channels=2}:duplicate{dst=display,dst=std{access=file,mux=raw,url="C:\vlc-0.8.4-svn\beckconversion.mp3"}} 
vlc:quit

so shouldn't be too hard to figure.. To be honest, I don't understand the 
line I used(but it did successfully make a conversion from .asf to .mp3), 
nor the one you are trying to use, but it seems like this:

:sout=#transcode

should probably be together and not delimited by any ", or '.

and maybe the:

std{mux=ts,access=file...

part should be directly connected to the : in front of it?

definately the (')'s seem to break the line though.

maybe you are looking for this?

./VLC ~/work/Preview1713420.trp 
--sout=#transcode{acodec=a52}:std{mux=ts,access=file,url=Preview1713420_transcoded.trp} 
--noloop vlc:quit

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list