indianax.blogg.se

Ffmpeg map audio channels
Ffmpeg map audio channels













If I switch Audio channels to "Keep original" I get the following command line and error:Ĭode: C:\Program Files (x86)\Serviio\lib>ffmpeg.exe -i "C:\movie.mp4" -y -vcodec wmv2 -b 1800k -maxrate 1800k -bufsize 5097k -r 23.98 -g 15 -copyts -acodec wmav2 -ab 192k -sn -f asf C:\Windows\TEMP\Serviio\transcoding-temp-33-ASF.stf Resampling with input channels greater than 2 unsupported.Ĭan not resample 6 channels 48000 Hz to 2 channels 48000 Hz You may try recompiling using gcc >= 4.2.ĭo not report crashes to FFmpeg developers.

ffmpeg map audio channels

This is not a bug in libavcodec,īut in the compiler. Libavcodec has been miscompiledĪnd may be very slow or crash. Stream #0.1(eng): Audio: wmav2, 48000 Hz, 2 channels, s16, 192 kb/sĬompiler did not align stack variables. Output #0, asf, to 'C:\Windows\TEMP\Serviio\transcoding-temp-33-ASF.stf': Impossible bitrate constraints, this will fail

ffmpeg map audio channels ffmpeg map audio channels

Code: C:\Program Files (x86)\Serviio\lib>ffmpeg.exe -i "C:\movie.mp4" -y -vcodec wmv2 -b 1800k -maxrate 1800k -bufsize 5097k -r 23.98 -g 15 -copyts -acodec wmav2 -ab 192k -ac 2 -sn -f asf C:\Windows\TEMP\Serviio\transcoding-temp-33-ASF.stf















Ffmpeg map audio channels