TimpZ

Untitled

Nov 29th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. AviSynth Script:
  2.  
  3. AVISource("framedump0.avi")
  4. PointResize(last.width * 2, last.height * 2)
  5. ConvertToYV24(matrix="Rec709", chromaresample="point")
  6. ConvertToYV12(matrix="Rec709", chromaresample="point")
  7.  
  8. Command window parameters for x264:
  9. x264.exe --qp 0 --keyint infinite --input-range tv --range tv --colormatrix bt709 --output Replay-x264.mkv Replay.avs
Advertisement
Add Comment
Please, Sign In to add comment