mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
errors while decoding h264 #175
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lintaov587 on GitHub (May 7, 2025).
When playing video files encoded with h264_rkmpp, it display this things:
[h264 @ 0x7f3c3547a0] corrupted macroblock 8 67 (total_coeff=-1)
[h264 @ 0x7f3c3547a0] error while decoding MB 8 67
[h264 @ 0x7f3c3547a0] concealing 161 DC, 161 AC, 161 MV errors in I frame
[h264 @ 0x7f3c136b90] corrupted macroblock 1 67 (total_coeff=-1)
[h264 @ 0x7f3c136b90] error while decoding MB 1 67
[h264 @ 0x7f3c136b90] concealing 168 DC, 168 AC, 168 MV errors in I frame
@nyanmisaka commented on GitHub (May 7, 2025):
I have not encountered this error before, it looks like the video file is corrupted. If you are sure this can be reproduced, please provide the input file, and the ffmpeg command.