Please Help - can't change settings on "audio device"

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
a-biddy
New Cone
New Cone
Posts: 5
Joined: 14 Jun 2009 19:36

Please Help - can't change settings on "audio device"

Postby a-biddy » 15 Jun 2009 05:45

I am have a huge problem with setting the "audio device" default to "stereo." My default is currently "5.1" on release 0.9.9.

When I play a DVD I can manually change the setting from the audio choice on the menu from "5.1" to "stereo" while it is playing. But I can't do this when I am converting the same DVD to MP4 format - video records fine but I get no sound and cannot change the setting manually during conversion like I can while playing the same DVD.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Please Help - can't change settings on "audio device"

Postby VLC_help » 15 Jun 2009 17:06

video records fine but I get no sound
That stereo/5.1 options shouldn't matter to video conversions because the audio device option is only for playback not for transcoding. When you transcode, you can use channels=2 to make audio stereo.

a-biddy
New Cone
New Cone
Posts: 5
Joined: 14 Jun 2009 19:36

Re: Please Help - can't change settings on "audio device"

Postby a-biddy » 16 Jun 2009 13:55

Sorry - I'm a novice. How do I use channels=2?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Please Help - can't change settings on "audio device"

Postby VLC_help » 16 Jun 2009 15:41

When you select the transcoding profile, you should see Generated stream output string, add channels=2 after ab=???, so for example if you now have

Code: Select all

ab=128,
change it to

Code: Select all

ab=128,channels=2,

a-biddy
New Cone
New Cone
Posts: 5
Joined: 14 Jun 2009 19:36

Re: Please Help - can't change settings on "audio device"

Postby a-biddy » 17 Jun 2009 03:22

Thanks for the suggestion - It doesn't seem to work

This is what the Generated stream output string looked like:

:sout=#duplicate{dst=std{access=file,mux=mp4,dst=C:\Documents and Settings\Andy Banks\Desktop\chicago 10.mp4}}

This is what I changed it to look like:

:sout=#duplicate{dst=std{access=file,mux=mp4,ab=128,channels=2,dst=C:\Documents and Settings\Andy Banks\Desktop\chicago 10.mp4}}


Is this what you meant me to do?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Please Help - can't change settings on "audio device"

Postby VLC_help » 17 Jun 2009 17:43

You aren't doing any transcoding. You cannot put AC3 or DTS audio to MP4 container with VLC. If you want to copy, use ts instead of MP4, so

Code: Select all

:sout=#duplicate{dst=std{access=file,mux=ts,dst=C:\Documents and Settings\Andy Banks\Desktop\chicago 10.ts}}
If you want MP4 file

Code: Select all

:sout=#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mp4a,ab=128,channels=2}:duplicate{dst=std{access=file,mux=mp4,dst=c:\video2.mp4}}


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: dahaihai and 28 guests