Custom FFmpeg Script in FFAStrans
Posted: Fri Mar 03, 2017 3:55 pm
Regards,
I'm new to FFAStrans,I would like to execute a command of ffmpeg through FFAStrans.
Should I use the Command Excutor or Custom FFmpeg?
Could you give me an example, where and with what variables do I put my ffmpeg script?
My script
What is the correct workflow?
1. Folder-->Custom FFmpeg --->Folder
2. Folder-->Command Executor --->Folder
Thank you a lot
I'm new to FFAStrans,I would like to execute a command of ffmpeg through FFAStrans.
Should I use the Command Excutor or Custom FFmpeg?
Could you give me an example, where and with what variables do I put my ffmpeg script?
My script
Code: Select all
for %%a in ("C:\Users\POST\Desktop\IN-MP4\*.*") do ffmpeg -i "%%a" -vf yadif=0:-1 -threads 0 -c:v libx264 -pix_fmt yuv420p -r 29.97 -b:v 3000k -s 1280x720 -preset:v slow -profile:v Main -level 3.1 -bf 2 -movflags faststart "C:\Users\POST\Desktop\OUT-MP4\%%~na.mp4"
1. Folder-->Custom FFmpeg --->Folder
2. Folder-->Command Executor --->Folder
Thank you a lot