Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to Convert all files in directory using FFMPEG
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to Convert all files in directory using FFMPEG

munni69munni69 Member
edited February 2017 in Help

Now im convert single file for using.......
ffmpeg -i ../input/file.mp4 -i logo.png -filter_complex 'overlay=x=main_w-overlay_w-30:y=main_h-overlay_h-20' ../output/video4.mp4

Now how can i convert all files of ../input/ this directory with same name .

Comments

Sign In or Register to comment.