Originally posted by vonkuttenberg
View Post
AE has poor chroma upsampling (it uses a point resize) , so color edges look very blocky but upsampling from 4:2:2 isn't too bad in AE. Upsampling from 4:2:0 in AE looks very bad. Using ffmpeg or avisynth to upsample to 4:4:4 (RGB) is even better, but there are no 10-bit RGB intermediates readily available yet through ffmpeg
8bit TIFF would be ok, but I would use PNG for slightly smaller filesize if you were going that route. AE treats it as 8-bit (so even in 32bpc you will get more histogram irregularities than v210) . If you are only doing minor grading, it won't make a difference what you choose.
Another reason why you want to use a YUV intermediate like v210 , is full range is preserved. So superbrights are retained in this workflow. If you converted to RGB and didn't specify a full range conversion , this usually specifies a Rec601 conversion, you lose data on both ends 0-15, 236-255 Y' (in 8-bit values) i.e. you clip the data
Comment