This website works better with JavaScript.
Home
Explore
Help
Sign In
virtubox
/
bashrc
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Improve audio transfer
master
VirtuBox
3 months ago
parent
8eab3a647f
commit
462a773889
Signed by:
virtubox
GPG Key ID:
22EB296C97BAD476
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mybashrc
+ 1
- 0
mybashrc
View File
@ -763,6 +763,7 @@ _TRANSFER_AUDIO() {
if [ -f "${1%.*}.aac" ]; then
rm -f "${2%.*}-sound.mp4"
ffmpeg -i "$2" -i "${1%.*}.aac" -map 0:v -map 1:a -c copy -y "${2%.*}-sound.mp4"
rm -f "${1%.*}.aac"
fi
fi
}
Write
Preview
Loading…
Cancel
Save