Even less asking for confirmation

This commit is contained in:
Kuba Orlik 2023-12-28 14:32:59 +01:00
parent 1947eeb785
commit 168a4ba1df
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ffmpeg -y -vaapi_device /dev/dri/renderD128 \
echo reencoding intro to enable fast concat...
function reencode_for_demux_compatibility() {
ffmpeg -i "$1" \
ffmpeg -y -i "$1" \
-pix_fmt yuv420p \
-r $framerate \
-video_track_timescale $timescale \