Search found 7 matches

Go to advanced search

by bullyellis
22 Mar 2012 14:19
Forum: VLC stream-output (sout)
Topic: Transcoding from .ogg to .wav error
Replies: 3
Views: 1469

Re: Transcoding from .ogg to .wav error

Jean. You are my new hero.

Keep up the great work.
by bullyellis
21 Mar 2012 16:58
Forum: VLC stream-output (sout)
Topic: Transcoding from .ogg to .wav error
Replies: 3
Views: 1469

Transcoding from .ogg to .wav error

I am trying to transcode a .ogg file to a .wav file and am having issues. I am using the following command line: vlc.exe -v -I dummy "lrjimsqh.ogg" --sout=#transcode{acodec=s161,channels=2}:standard{access=file,mux=wav,dst="lrjimsqh.ogg.wav"} It is not working. I am getting the f...
by bullyellis
29 Feb 2012 23:03
Forum: VLC media player for Windows Troubleshooting
Topic: Command line convert from .ogg vorbis file to .mp3
Replies: 7
Views: 6561

Re: Command line convert from .ogg vorbis file to .mp3

Hey VLC_help,

That worked! Is there a way to know which arguments (channels, samplerate) are available to each "acodec" ?

For example, which arguments are available if I choose acodec=s161, acodec=mp3?

Or are the same arguments available to each one, regardless of acodec ?
by bullyellis
04 Jan 2012 17:30
Forum: VLC media player for Windows Troubleshooting
Topic: Command line convert from .ogg vorbis file to .mp3
Replies: 7
Views: 6561

Command line convert from .ogg vorbis file to .mp3

Hello, I am trying to do a command line convert from a .ogg file to a .mp3 file. Here is my command line: vlc -I dummy 0.ogg --sout=#transcode{acodec=mp3,channels=2,samplerate=44100}:standard{access=file,mux=raw,dst=0.mp3} I am getting the following error: main stream out error: Failed to create aud...
by bullyellis
08 Feb 2011 14:51
Forum: VLC media player for Windows Troubleshooting
Topic: Increase volume by decibles using command line
Replies: 0
Views: 191

Increase volume by decibles using command line

I am currently using the command line to transcode .wma -> .mp3s

Is there a command line option I can use to increase the volume specified in decibels? If not, what is the best way to increase volume?

Thanks...this program is sweet.
by bullyellis
18 Jan 2011 22:25
Forum: VLC media player for Windows Troubleshooting
Topic: Calling command line conversion with space in file name
Replies: 2
Views: 1519

Calling command line conversion with space in file name

Hello, I am using the following script to convert all .wma files in a given directory to mp3s. for %%a in (*.wma) do cmd /c "C:\Program Files\videoLAN\VLC\vlc" -I dummy -vvv %%a --sout=#transcode{acodec=mp3,ab=64}:standard{access=file,dst=%%a.mp3} vlc://quit It works fine, except when ther...

Go to advanced search