x265-Yuuki-Asuna icon indicating copy to clipboard operation
x265-Yuuki-Asuna copied to clipboard

Documentation

Open wisewtf opened this issue 5 years ago • 3 comments

I would love to try out this fork for my experiments, but I can't find any documentation for it anywhere, maybe I've found something but it's all in chinese so I've got no idea how to forward. Can I use the same encoding flags I use on regular x265 or is there something more I should be made aware of when I use this fork that might be beneficial for me while encoding japanese animation?

wisewtf avatar Jan 10 '20 13:01 wisewtf

Try --tune lp or --tune vcbs which are optimized by VCB-S group leader LittlePox for Animes.

Most of the modifications are for convenience, such as output as MP4 format or you can try GOP-based output. With GOP-based output you can replace a single GOP if you later want to partially re-encode the clips. Also in case of a power outage you can continue from the break point. You can also cut clips into half and distribute the encoding to multiple CPUs or servers, and later mux them back into one.

msg7086 avatar Jan 10 '20 14:01 msg7086

Any in-depth detail on what those two tune flags actually do? Like what do they activate

wisewtf avatar Jan 10 '20 15:01 wisewtf

https://github.com/msg7086/x265-Yuuki-Asuna/blob/Yuuki/source/common/param.cpp#L597

You can check here. A few are for speed optimization, and a few are for anime efficiency.

msg7086 avatar Jan 11 '20 05:01 msg7086