Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
Thread Tools | Search this Thread | Display Modes |
20th May 2023, 13:05 | #1 | Link |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,885
|
How to force flac audio codec in ffmpeg when output extension is not .flac?
Following attempts do not work
Code:
"ffmpeg.exe" -i "C:\Temp\AUDIO1.avs" -ac 8 -f wav - | "ffmpeg.exe" -y -i - -acodec flac "C:\Temp\Encoded_Audio_1.dtsma" Code:
"ffmpeg.exe" -i "C:\Temp\AUDIO1.avs" -ac 8 -f wav - | "ffmpeg.exe" -y -i - -c:a flac "C:\Temp\Encoded_Audio_1.dtsma"
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
21st May 2023, 11:55 | #3 | Link |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,885
|
Thanks Selur for help!
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
Thread Tools | Search this Thread |
Display Modes | |
|
|