capturing legacy code

This commit is contained in:
2024-04-27 14:15:32 -05:00
parent 2599791283
commit 9e02eeb5c9
8 changed files with 59 additions and 0 deletions

11
audio-only.sh Normal file
View File

@@ -0,0 +1,11 @@
docker run --rm -it \
-v /var/www/show.turnsys.com/recordings:/config \
linuxserver/ffmpeg \
-i /config/$1 \
-vn -ar 44100 -ac 2 -ab 129k -f mp3 \
/config/PublishedAudio/output2.mp4
#ffmpeg -i source_video.avi -vn -ar 44100 -ac 2 -ab 192k -f mp3 sound.mp3