Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ffmpeg(input)
- .outputOptions([
- '-profile:v high',
- '-level 3.0',
- '-preset veryfast',
- '-crf 26',
- '-movflags +faststart',
- '-vf format=yuv420p',
- '-c:a aac',
- '-c:v libx264',
- '-filter:v fps=24',
- '-ar 44100',
- '-b:v 19900',
- '-b:a 125000',
- '-aspect 16:9',
- '-s 1280x720',
- ])
Advertisement
RAW Paste Data
Copied
Advertisement