0% found this document useful (0 votes)
10 views1 page

4Zf 21by9 Light Zoomed Preload

The document provides a command line for ffmpeg, which processes video and audio files. It includes various filters for scaling, cropping, overlaying video, and applying complex audio effects. The output is configured to be in MP4 format with specific metadata and encoding settings.

Uploaded by

yk9679019
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

4Zf 21by9 Light Zoomed Preload

The document provides a command line for ffmpeg, which processes video and audio files. It includes various filters for scaling, cropping, overlaying video, and applying complex audio effects. The output is configured to be in MP4 format with specific metadata and encoding settings.

Uploaded by

yk9679019
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

ffmpeg -y -ss 4 -i "{input}.*" -i "{input}.

*" -filter_complex
"[0:v]scale=trunc(trunc(iw*(4/3))/2)*2:ih,setdar=21/9[v2];[1:v]crop=iw/1.5:ih/
1.5,scale=trunc(iw*2):trunc(ih*1.5),setdar=21/9[v1];[v2]
[v1]overlay=1:enable='gte(mod(t,5),3)':x=0:y=0;
[0:a]atempo=1,bass=frequency=200:gain=-
90,volume=+20dB,aecho=1:0.6:2:0.4,bass=g=3:f=110:w=20,bass=g=10:f=500:w=20,bass=g=3
:f=300:w=30,bass=g=10:f=110:w=20,bass=g=20:f=110:w=40,firequalizer=gain_entry='entr
y(0,-23);entry(250,-
11.5);entry(6000,0);entry(12000,8);entry(16000,16)',compand=attacks=7:decays=1:poin
ts=-90/-90 -70/-60 -15/-15 0/-10:soft-knee=1:volume=-70:gain=3,pan=stereo| FL < FL
+ 0.5*FC + 0.6*BL + 0.6*SL | FR < FR + 2*FC + 1*BR +
2*SR,highpass=f=300,lowpass=f=700,volume=6[a1];amovie=aud/bg4.mp4:loop=9999,volume=
1[a2];[a1][a2]amix=duration=shortest" -vcodec libx264 -pix_fmt yuv420p -r 30 -g 60
-b:v 1550k -shortest -acodec aac -b:a 128k -ar 44100 -metadata title="" -metadata
album_artist="" -metadata album="" -metadata date="" -metadata track="" -metadata
genre="" -metadata publisher="" -metadata encoded_by="" -metadata copyright="" -
metadata composer="" -metadata performer="" -metadata TIT1="" -metadata TIT3="" -
metadata disc="" -metadata TKEY="" -metadata TBPM="" -metadata language="eng" -
metadata encoder="" -threads 0 -preset ultrafast -crf 30 "{output}.mp4"

You might also like