mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 02:53:03 +08:00
more
This commit is contained in:
parent
f2f53dbfbd
commit
50e8eb516a
@ -2,5 +2,5 @@
|
||||
src="${1}"
|
||||
dst="${1}.2x.mp4"
|
||||
|
||||
ffmpeg -i "${src}" -bsf:a aac_adtstoasc -acodec copy -vcodec libx264 -g 15 -bf 2 -vf "scale=iw*2:ih*2:flags=neighbor" -vb 15000000 -preset superfast -pix_fmt yuv420p -y -f mp4 "${dst}"
|
||||
ffmpeg -i "${src}" -acodec copy -vcodec libx264 -g 15 -bf 2 -vf "scale=iw*2:ih*2:flags=neighbor" -vb 15000000 -preset superfast -g 15 -bf 2 -crf 8 -pix_fmt yuv422p -y -f mov "${dst}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user