Advertisement
sroller

encode interlaced video

Sep 25th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.11 KB | None | 0 0
  1. REM encode interlaced video and keep the interlace
  2. ffmpeg -i %1 -c:v libx264 -crf 23 -flags +ildct+ilme output.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement