View Single Post
Old 21st March 2019, 09:28   #6  |  Link
Sharc
Registered User
 
Join Date: May 2006
Posts: 3,997
Quote:
Originally Posted by cagali View Post
Thanks Selur.

Anyway it is just a side question.
The main one is "How to encode 1080i source with x265 interlaced (using avisynth)?"

You could try
Code:
AssumeTFF()
separatefields()
Now encode with x265 using --interlace tff --sar 1:2

From the doc:
https://x265.readthedocs.io/en/defau...utable-options

HEVC encodes interlaced content as fields. Fields must be provided to the encoder in the correct temporal order. The source dimensions must be field dimensions and the FPS must be in units of fields per second. The decoder must re-combine the fields in their correct orientation for display.

Last edited by Sharc; 21st March 2019 at 09:43.
Sharc is offline   Reply With Quote