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

Reply
 
Thread Tools Search this Thread Display Modes
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
Old 21st January 2021, 11:34   #2  |  Link
dvbrain
Registered User
 
Join Date: Jan 2021
Posts: 3
Below is the differences between qp 11 and qp 12:

Dequantized for qp 11:


Dequantized for qp 12:


Transform for qp 11:


Transform for qp 12:


Residual for qp 11:


Residual for qp 12:


Decoded for qp 11:


Decoded for qp 12:


Hope these can help to solve the problem.
dvbrain is offline   Reply With Quote
Old 21st January 2021, 17:18   #3  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,309
I suggest you post here the issue, if it's not allready posted.
__________________
My github.
jpsdr is offline   Reply With Quote
Old 22nd January 2021, 07:33   #4  |  Link
dvbrain
Registered User
 
Join Date: Jan 2021
Posts: 3
The bug has been fixed with patch BugMaster/x264@133c700b.

Thanks.
dvbrain is offline   Reply With Quote
Old 23rd January 2021, 23:34   #5  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,531
Good find !
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."
Emulgator is offline   Reply With Quote
Old 24th January 2021, 11:25   #6  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,309
Not merged yet, probably in the next official release.
__________________
My github.
jpsdr 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 19:58.


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