Code: Select all
#transcode{acodec=alac,channels=2,samplerate=44100}:raop{host=<ip address of airport express>,volume=175}
Code: Select all
#duplicate{dst="transcode{acodec=alac,channels=2,samplerate=44100}:raop{host=<ip address of airport express>,volume=175}",dst=display{delay=1000}}
Code: Select all
#duplicate{dst="transcode{acodec=alac,channels=2,samplerate=44100}:raop{host=<ip address of airport express>,volume=175}",dst=display{no-audio,delay=1000}}
Code: Select all
#duplicate{dst="transcode:raop",dst=display}
I am using #transcode{acodec=alac,channels=2,samplerate=44100} as above, but the single-channel input is not being converted to the two-channel output required by the raop module.stream_out_raop error: The Apple Lossless audio stream must be encoded with 44100 Hz and 2 channels
mpeg_audio debug: MPGA channels:1 samplerate:48000 bitrate:128
stream_out_transcode debug: creating audio transcoding from fcc=`mpga' to fcc=`alac'
stream_out_transcode debug: Looking for filter (mpga->s16l, channels 1->1, rate 48000->44100)
mpgatofixed32 debug: mpga->f32l, bits per sample: 0
bandlimited_resampler debug: f32l/48000KHz/1->f32l/44100KHz/1
audio_format debug: f32l->s16l, bits per sample: 32->16
stream_out_transcode debug: Got complete audio filter chain
stream_out_raop error: The Apple Lossless audio stream must be encoded with 44100 Hz and 2 channels
Force channels to 2?Thanks crzyhanko, that was very helpful.
But the above doesn't work for me when the input audio stream only has one channel. When I try to play a video with a mono audio stream, I get the following error message:I am using #transcode{acodec=alac,channels=2,samplerate=44100} as above, but the single-channel input is not being converted to the two-channel output required by the raop module.stream_out_raop error: The Apple Lossless audio stream must be encoded with 44100 Hz and 2 channels
Does anyone know how to transcode a mono audio stream to a stereo audio stream? Is it even possible with VLC?
Here's a larger excerpt from my log messages:mpeg_audio debug: MPGA channels:1 samplerate:48000 bitrate:128
stream_out_transcode debug: creating audio transcoding from fcc=`mpga' to fcc=`alac'
stream_out_transcode debug: Looking for filter (mpga->s16l, channels 1->1, rate 48000->44100)
mpgatofixed32 debug: mpga->f32l, bits per sample: 0
bandlimited_resampler debug: f32l/48000KHz/1->f32l/44100KHz/1
audio_format debug: f32l->s16l, bits per sample: 32->16
stream_out_transcode debug: Got complete audio filter chain
stream_out_raop error: The Apple Lossless audio stream must be encoded with 44100 Hz and 2 channels
How can I do this?Force channels to 2?
Sorry, no idea. I can't find anything that suggests a way to upmix. The only thought I have is maybe you could force something out of the headphone surround effect, but I don't know enough about it to even begin to guess if that is actually doable.Does anyone know how to transcode a mono audio stream to a stereo audio stream? Is it even possible with VLC?
Code: Select all
#duplicate{dst=display{noaudio,delay=4000},dst="transcode{acodec=alac,channels=2,samplerate=44100}:
raop{host=10.0.1.1,volume=175}"}
Return to “VLC media player for macOS Troubleshooting”
Users browsing this forum: No registered users and 9 guests