How to use FFMPEG on multiple files | Apply bulk / batch ffmpeg effects on multiple videos #FFMPEG

preview_player
Показать описание
Today, we show how to apply FFMPEG video effects (VFX) on multiple files so that you can take care of hundreds of videos in 1 single batch and 1 single command. So, no more need to spend hours doing tedious work and handling each videos individually: you can now use ffmpeg on multiple files in 1 go. All parameters shown can be of course fully customized to suit your needs. Enjoy!

ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
EXAMPLE
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ

BUT, WHAT IF we now need to apply the same FFMPEG command to 100+ files???
Well, simply use the following batch conversion command at the DOS command (cmd) or "FF prompt":

with:
* %f = Our filename variable
* ffmpeg -i "%f" -crf 17 -ar 48000 -s 1920x1080 -r 29.97 = … execute the "ffmpeg conversion to .mp4" command seen earlier…

MORE OPTIONS
with:
* INPUT/ = Specify input folder for *.avi files (relative path)

with:
* OUTPUT/ = Specify output folder for *.mp4 files (relative path)

with:
* C:\INPUT\ = Specify full path to output files
* C:\OUTPUT\ = Specify full path to input files
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
→ Catch up with the FFMPEG guy Channel
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
MUSIC
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
→ One More Time - Ofshane
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
An FFMPEG question?
Ask the FFMPEG guy
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
Рекомендации по теме
Комментарии
Автор

Is there a way to bring back 1 segment or more videos at a certain time in the video. Kind of like a fastback. Of course it will increase the length of the video but it is quite interesting to add effects.

Chumtex.profile
Автор

Is there a way to remove 2 seconds from every clip? I have a folder with 200 clips and I need to remove 2 seconds from each.

-SP.