I accidentally recorded some important videos with the MPEG-4 OpenCodecUnity64 codec. When playing back these files, they are unfortunately solid gray. I attempted using FFmpeg to copy video streams with re-encoding to fix these files.
ffmpeg -i Test.mkv -c:v libx264 -c:a aac output.mkv
This gives me a lot of errors:
concealing 8160 DC, 8160 AC, 8160 MV errors in P frame
[dec:mpeg4 @ 00000200a0cf01c0] corrupt decoded frame
and with transcoding:
ffmpeg -err_detect ignore_err -i Test3.mkv -c:v libx264 -c:a aac repaired-transcode.mp4
with these errors popping up:
ac-tex damaged at 36 13
Error at MB: 1609
P cbpy damaged at 65 13
Any help would be greatly appreciated!
+ Reply to Thread
Results 1 to 14 of 14
-
-
Thanks for reaching out!
The report:
General
Unique ID :
Complete name :
Format : Matroska
Format version : Version 4
File size : 23.1 MiB
Duration : 1 min 34 s
Overall bit rate : 2 049 kb/s
Frame rate : 30.000 FPS
Title : device
Writing application : PotPlayer/26.01.14
Writing library : Lavf62.8.102
ErrorDetectionType : Per level 1
Video
ID : 1
Format : MPEG-4 Visual
Format profile : Simple@L3
Format settings, BVOP : No
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Codec ID : V_MPEG4/ISO/ASP
Codec ID/Info : Advanced Simple Profile
Duration : 1 min 28 s
Bit rate : 1 881 kb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 30.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.030
Stream size : 19.8 MiB (86%)
Writing library : XviD 73
Default : No
Forced : No -
SUP is a picture style of SUBS, has to be OCR'd to get editable text.
I'm out of idea's, see if some others will chime in
EDIT ooops sorry,wrong thread!Last edited by davexnet; 31st Mar 2026 at 10:59.
-
Try to remux the mkv to avi
Code:ffmpeg -i input.mkv -c copy -sn -dn output.avi
-
Appreciate the help! Unfortunately, that still produces a greyed out video.
-
If you upload the original not working mkv here as attachment, we could take a look.
-
I really appreciate the help! I attached a video recorded with the same settings of ~10 seconds.
-
I've tried a few things with your sample video, but nothing has worked.
What program did you use to record it?
Can you play the file with it?Last edited by ProWo; 1st Apr 2026 at 12:13.
Similar Threads
-
Potplayer Playback logo?
By hosty in forum Newbie / General discussionsReplies: 2Last Post: 8th Feb 2025, 15:54 -
PotPlayer playback via network disk
By Fikus165 in forum Software PlayingReplies: 0Last Post: 6th Nov 2022, 15:59 -
Choppy playback in beginning and after pausing with Potplayer
By deakoi in forum Software PlayingReplies: 0Last Post: 29th Apr 2022, 05:19 -
Potplayer - exit fullscreen after playback
By UsefulDrivel in forum Software PlayingReplies: 1Last Post: 14th Apr 2022, 18:15 -
Gapless Video playback in playlist for Potplayer?
By savvyguy in forum Newbie / General discussionsReplies: 0Last Post: 8th Aug 2021, 05:28



Quote