adding rubberband and some script changes
This commit is contained in:
parent
2a5ba0665a
commit
b92e14159c
5 changed files with 10 additions and 1 deletions
6
scripts/transcode-video.sh
Executable file
6
scripts/transcode-video.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
for filename in *.mov; do
|
||||
ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i "${filename}" -c:v hevc_nvenc -c:a aac -crf 22 "${filename%.*}".mp4
|
||||
rm $filename
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue