Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > High Efficiency Video Coding (HEVC)

Reply
 
Thread Tools Search this Thread Display Modes
Old 30th November 2020, 05:17   #1  |  Link
Ceppo
Registered User
 
Join Date: Feb 2016
Location: Nonsense land
Posts: 339
YUV444 source "Converting input clip to YUV420"

I'm trying to encode a 444 16bit clip with x265 but it gets converted to YUV420. How do avoid this?

Quote:
C:\Users\eric\Desktop>avs2yuv64.exe -depth 16 "file444.avs" -o - | x265.exe --fps 23.976 --input-res 1280x720 -o file
444.mkv --input - --y4m
file444.avs: 1280x720, YUV444P16, 16-bits, progressive, 24000/1001 fps, 35040 frames
converting input clip to YUV420
y4m [info]: 1280x720 fps 23976/1000 i420p16 unknown frame count
raw [info]: output file: file444.mkv
x265 [info]: HEVC encoder version 3.4+26-ga82c6c7a7
x265 [info]: build info [Windows][GCC 10.2.1][64 bit] 10bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x265 [info]: Main 10 profile, Level-3.1 (Main tier)
x265 [info]: Thread pool created using 4 threads
x265 [info]: Slices : 1
x265 [info]: frame threads / pool features : 2 / wpp(12 rows)
x265 [info]: Coding QT: max CU size, min CU size : 64 / 8
x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra
x265 [info]: ME / range / subpel / merge : hex / 57 / 2 / 3
x265 [info]: Keyframe min / max / scenecut / bias : 23 / 250 / 40 / 5.00
x265 [info]: Lookahead / bframes / badapt : 20 / 4 / 2
x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 0
x265 [info]: References / ref-limit cu / depth : 3 / off / on
x265 [info]: AQ: mode / str / qg-size / cu-tree : 2 / 1.0 / 32 / 1
x265 [info]: Rate Control / qCompress : CRF-28.0 / 0.60
x265 [info]: tools: rd=3 psy-rd=2.00 early-skip rskip mode=1 signhide tmvp
x265 [info]: tools: b-intra strong-intra-smoothing lslices=4 deblock sao
7 frames: 1.17 fps, 103.12 kb/s
Ceppo is offline   Reply With Quote
Old 30th November 2020, 06:07   #2  |  Link
Blue_MiSfit
Derek Prestegard IRL
 
Blue_MiSfit's Avatar
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 5,989
Try adding

--intput-csp i444

https://x265.readthedocs.io/en/maste...tion-input-csp
Blue_MiSfit is offline   Reply With Quote
Old 30th November 2020, 09:37   #3  |  Link
Ceppo
Registered User
 
Join Date: Feb 2016
Location: Nonsense land
Posts: 339
Quote:
Originally Posted by Blue_MiSfit View Post
I tried adding --input-csp i444 but with no changes.
Ceppo is offline   Reply With Quote
Old 30th November 2020, 12:34   #4  |  Link
Boulder
Pig on the wing
 
Boulder's Avatar
 
Join Date: Mar 2002
Location: Finland
Posts: 5,731
Maybe you should try setting the profile accordingly with the --profile switch?
__________________
And if the band you're in starts playing different tunes
I'll see you on the dark side of the Moon...
Boulder is offline   Reply With Quote
Old 30th November 2020, 13:14   #5  |  Link
Ceppo
Registered User
 
Join Date: Feb 2016
Location: Nonsense land
Posts: 339
Quote:
Originally Posted by Boulder View Post
Maybe you should try setting the profile accordingly with the --profile switch?
With --profile main444-10 --input-csp i444 still no luck.
Ceppo is offline   Reply With Quote
Old 30th November 2020, 21:23   #6  |  Link
Boulder
Pig on the wing
 
Boulder's Avatar
 
Join Date: Mar 2002
Location: Finland
Posts: 5,731
The problem is in your avs2yuv call. You have to use --csp i444 as the default is i420.
__________________
And if the band you're in starts playing different tunes
I'll see you on the dark side of the Moon...
Boulder is offline   Reply With Quote
Old 1st December 2020, 00:50   #7  |  Link
Ceppo
Registered User
 
Join Date: Feb 2016
Location: Nonsense land
Posts: 339
Quote:
Originally Posted by Boulder View Post
The problem is in your avs2yuv call. You have to use --csp i444 as the default is i420.
Thank you that fixed it
Ceppo is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:56.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.