We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b46d3 commit e1c51ddCopy full SHA for e1c51dd
1 file changed
davinci-audio-adjustment@schorschii/files/davinci-audio-adjustment@schorschii/davinci-audio.sh
@@ -11,7 +11,7 @@ for file in "$@"; do
11
12
filePath="file://$file"
13
14
- ffmpeg -i "$filePath" -acodec pcm_s16le -vcodec copy "$filePath.converted.mov" \
+ ffmpeg -i "$filePath" -map 0:v -map 0:a -acodec pcm_s16le -vcodec copy "$filePath.converted.mov" \
15
| zenity --progress --text "Please wait...\n$filePath" --auto-close --pulsate --auto-kill --no-cancel
16
17
if [ "$overwrite" == "YES" ]; then
0 commit comments