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 > MPEG-4 AVC / H.264

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 18th January 2021, 11:31   #1  |  Link
dvbrain
Registered User
 
Join Date: Jan 2021
Posts: 3
Bad macro block when using cavlc encoding

When using x264 do intra encoding with tune fastdecode, we found some frames got wrong outputs.

When using command line:
x264 -o x264_test_sample_2.264 --input-fmt raw --input-res 3840x2160 --fps 50 --input-depth 10 --input-csp i422 --output-depth 10 --output-csp i422 --preset ultrafast --tune fastdecode --qp 12 --keyint 1 --slices 8 --no-cabac --threads 1 x264_test_sample_2.yuv
We got this:
When using command line:
x264 -o x264_test_sample_2.264 --input-fmt raw --input-res 3840x2160 --fps 50 --input-depth 10 --input-csp i422 --output-depth 10 --output-csp i422 --preset ultrafast --tune fastdecode --qp 11 --keyint 1 --slices 8 --no-cabac --threads 1 x264_test_sample_2.yuv
We got this:
It seems the first micro block of slice 6 is corrupt encoded. The gray bar will disappear if we modify the Y value of pixel (0, 1344) from 721 to 711.

The source YUV file:
https://drive.google.com/file/d/1Wx3...ew?usp=sharing

Hope somebody can help us to fix this problem.
Thanks.
dvbrain is offline   Reply With Quote
 

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 16:57.


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