rescale
This commit is contained in:
parent
9c3261a4cf
commit
fecd8dbbd8
0
append_avidemux.sh
Executable file → Normal file
0
append_avidemux.sh
Executable file → Normal file
@ -1 +1,4 @@
|
||||
cat 2023*.jpg | ffmpeg -framerate 25 -i - -c:v libx264 -crf 0 output.mp4
|
||||
cat 2023*.jpg | ffmpeg -framerate 25 -i - -c:v libx264 -crf 0 output.mp4
|
||||
|
||||
# re scale to 720p
|
||||
cat 2023*.jpg | ffmpeg -framerate 25 -i - -c:v libx264 -vf "scale=-2:720" -crf 0 output.mp4
|
||||
|
0
flac_to_mp3.sh
Executable file → Normal file
0
flac_to_mp3.sh
Executable file → Normal file
0
flip_horizontal
Executable file → Normal file
0
flip_horizontal
Executable file → Normal file
0
join_avi_files.sh
Executable file → Normal file
0
join_avi_files.sh
Executable file → Normal file
0
join_avi_mencoder.sh
Executable file → Normal file
0
join_avi_mencoder.sh
Executable file → Normal file
0
m4a_to_flac.sh
Executable file → Normal file
0
m4a_to_flac.sh
Executable file → Normal file
0
m4a_to_mp3.sh
Executable file → Normal file
0
m4a_to_mp3.sh
Executable file → Normal file
0
m4a_to_ogg.sh
Executable file → Normal file
0
m4a_to_ogg.sh
Executable file → Normal file
0
make_pdfs_from_odt.sh
Executable file → Normal file
0
make_pdfs_from_odt.sh
Executable file → Normal file
0
my_diff.sh
Executable file → Normal file
0
my_diff.sh
Executable file → Normal file
0
pdf_to_csv_mt.sh
Executable file → Normal file
0
pdf_to_csv_mt.sh
Executable file → Normal file
0
pdf_to_csv_mt_annual.sh
Executable file → Normal file
0
pdf_to_csv_mt_annual.sh
Executable file → Normal file
0
simmning/sim.sh
Executable file → Normal file
0
simmning/sim.sh
Executable file → Normal file
Loading…
Reference in New Issue
Block a user