Advertisement
fant0men

Revolution OS rip

Feb 27th, 2020
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. crop=570:272:42:102
  2. crop=718:272:0:102
  3.  
  4. ffmpeg -i REVOLUTION_OS1-1.mkv -vf bwdif=mode=send_field:parity=auto:deint=interlaced,dejudder,crop=718:272:0:102 -r 29.97 -c:v ffv1 -c:a copy REVOLUTION_OS_edit.mkv
  5.  
  6. ffmpeg -i REVOLUTION_OS_edit.mkv -vf "scale=1920:-1,setsar=sar=1/1,pad=in_w:in_h+1:0:0" -c:v ffv1 -c:a copy REVOLUTION_OS_edit_upscaled1080p.mkv
  7.  
  8. ***
  9.  
  10. ffmpeg -i REVOLUTION_OS_edit.mkv -c:v ffv1 -an -to 00:02:00.000 'revolutionos_blendtest_pt1.mkv'
  11.  
  12. ffmpeg -i REVOLUTION_OS_edit2.mkv -c:v ffv1 -an -to 00:02:00.000 'revolutionos_blendtest_pt2.mkv'
  13.  
  14. ffmpeg -i 'REVOLUTION_OS_edit.mkv' -i 'REVOLUTION_OS_edit2.mkv' -filter_complex blend=all_mode=difference:eof_action=pass -c:v ffv1 -an 'revolutionos_blendtest_difference.mkv'
  15.  
  16. ***
  17.  
  18. ffmpeg -i 'REVOLUTION_OS_edit.mkv' -vf "setsar=sar=1/1" -c:v libx265 -crf 20 -preset slow -tune grain -profile:v main10 -c:a copy 'REVOLUTION_OS_edit_x265.mkv'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement