ffmpeg convert to 720p with x264
This commit is contained in:
parent
a253df0f48
commit
67009e4cd9
4
bash/ffmpeg_convert_to_x264_720p.sh
Executable file
4
bash/ffmpeg_convert_to_x264_720p.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
infile=$1
|
||||
outfile=$2
|
||||
ffmpeg -i $1 -map 0 -c:v libx264 -crf 18 -vf format=yuv420p,scale=1280x720 -c:a copy $2
|
Loading…
Reference in New Issue
Block a user