Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AviSynth Script:
- AVISource("framedump0.avi")
- PointResize(last.width * 2, last.height * 2)
- ConvertToYV24(matrix="Rec709", chromaresample="point")
- ConvertToYV12(matrix="Rec709", chromaresample="point")
- Command window parameters for x264:
- 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