Even less asking for confirmation
This commit is contained in:
parent
1947eeb785
commit
168a4ba1df
2
merge.sh
2
merge.sh
|
@ -16,7 +16,7 @@ ffmpeg -y -vaapi_device /dev/dri/renderD128 \
|
||||||
echo reencoding intro to enable fast concat...
|
echo reencoding intro to enable fast concat...
|
||||||
|
|
||||||
function reencode_for_demux_compatibility() {
|
function reencode_for_demux_compatibility() {
|
||||||
ffmpeg -i "$1" \
|
ffmpeg -y -i "$1" \
|
||||||
-pix_fmt yuv420p \
|
-pix_fmt yuv420p \
|
||||||
-r $framerate \
|
-r $framerate \
|
||||||
-video_track_timescale $timescale \
|
-video_track_timescale $timescale \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user