Advertisement
Guest User

Untitled

a guest
Feb 9th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ffmpeg -y -i file.m3u8 -sws_flags spline -sn -vf yadif=0:0,crop=1276:716:2:2 -s 1280x720 -c:v libx264 -preset slow -profile:v high -level 4.1 -crf 23 -r 29.970 -x264opts colormatrix=bt709 -acodec copy webripoutput.mkv
  2.  
  3. and
  4.  
  5. ffmpeg -y -i file.m3u8 -sws_flags spline -sn -vf crop=1276:716:2:2 -s 1280x720 -c:v libx264 -preset slow -profile:v high -level 4.1 -crf 23 -r 29.970 -x264opts colormatrix=bt709 -acodec copy webripoutput.mkv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement