Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interlaced 4:2:2 not implemented #14

Open
FranceBB opened this issue Oct 30, 2021 · 0 comments
Open

Interlaced 4:2:2 not implemented #14

FranceBB opened this issue Oct 30, 2021 · 0 comments

Comments

@FranceBB
Copy link

When trying to encode interlaced 4:2:2 files with the --tff flag, x262 says that such a thing has not been implemented.
Please introduce 4:2:2 interlaced encoding as this is what professional formats like IMX50 and XDCAM-50 use.

How to reproduce:

x262_64.exe "D:\Temp\AVS Script.avs" --mpeg2 --preset medium --level high --profile 422 --bitrate 50000 --vbv-maxrate 50000 --vbv-bufsize 17825792 --keyint 12 --bframes 2 --no-scenecut --open-gop --deblock -1:-1 --overscan show --colormatrix bt709 --range tv --transfer bt709 --colorprim bt709 --videoformat component --nal-hrd cbr --output-csp i422 --tff --asm 1 --output "\\mibctvan000\Ingest\MEDIA\temp\raw_video.m2v"

to which, x262 replies with:

avs [info]: 1920x1080i 0:0 @ 25/1 fps (cfr)
x262 [error]: interlaced 4:2:2 not implemented
x264 [error]: x264_encoder_open failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant