codec information gone??

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
garnz
Posts: 3
Joined: Sun Dec 01, 2024 10:20 am

codec information gone??

Post by garnz »

I don't know what happened.
I used to search "avi" and it would say "raw" or "dib" or "xvid" in the format column....
Now its just a string of numbers.

I don't know what I broke.
any help would be greatly appreciated.
void
Developer
Posts: 17152
Joined: Fri Oct 16, 2009 11:31 pm

Re: codec information gone??

Post by void »

Could you please give a sample of the format you see?
-Right click the value and click Copy Video Format.

Are you indexing video format?
-If so, please try selecting a file and pressing Ctrl + F5 to refresh indexed values.
garnz
Posts: 3
Joined: Sun Dec 01, 2024 10:20 am

Re: codec information gone??

Post by garnz »

it says
video format
[0]6[0]4
therube
Posts: 5056
Joined: Thu Sep 03, 2009 6:48 pm

Re: codec information gone??

Post by therube »

Seems that some video codecs return numbers rather then words for "Codec ID:" field.
And note that a container "format" may be different from a video format.

sample .avi file, [1][0][0][0] "format":
boxed-delete.zip
(13.85 KiB) Downloaded 9 times

Code: Select all

General
Complete name                            : E:\Windows\winsxs\amd64_microsoft-windows-tabletpc-inputpanel_31bf3856ad364e35_6.1.7601.23403_none_70485646a7387ad5\split.avi
Format                                   : AVI
Format/Info                              : Audio Video Interleave
File size                                : 190 KiB
Duration                                 : 10 s 290 ms
Overall bit rate                         : 151 kb/s
Frame rate                               : 33.333 FPS
Conformance errors                       : 2
 0x00020400                              : Yes
  General compliance                     : File size 194048 is less than expected size 2531524292 (offset 0x2F4C4) / Element size 2531330560 is more than maximal permitted size 316 (offset 0x2F4C4)

Video
ID                                       : 0
Format                                   : RLE
Format/Info                              : Run-length encoding
Codec ID                                 : 0x01000000
Codec ID/Info                            : Run length encoded 8bpp RGB image
Duration                                 : 10 s 290 ms
Bit rate                                 : 141 kb/s
Width                                    : 165 pixels
Height                                   : 97 pixels
Display aspect ratio                     : 1.701
Frame rate                               : 33.333 FPS
Bits/(Pixel*Frame)                       : 0.264
Stream size                              : 177 KiB (93%)
Title                                    : AVI9F5D.tmp.avi Video #1
void
Developer
Posts: 17152
Joined: Fri Oct 16, 2009 11:31 pm

Re: codec information gone??

Post by void »

[0]6[0]4 is codec: 0x00360034

Please send your Help -> Troubleshooting information.



Please try adding the system.video.compression property:
Right click the result list column header and click Add column...
Select Windows Property System on the left.
Search for: compression
Select system.video.compression and click OK.
Is this a {????????-0000-0010-8000-00AA00389B71} value for most of your avi files?
The video format value in Everything is pulled from this FourCC GUID: {????????-0000-0010-8000-00AA00389B71}
where ???????? is the FourCC value in hex.



Do you have a media player that reports MediaInfo?
What is the video Codec ID from MediaInfo?

I will improve codec formatting to match MediaInfo in the next update.

edit: Everything 1.5.0.1386a adds 0x00360034 formatting to unknown video codecs.
garnz
Posts: 3
Joined: Sun Dec 01, 2024 10:20 am

Re: codec information gone??

Post by garnz »

thank you sooo much. let me dig a little deeper for you.
i'll get back asap.
thanks for your help. this is a wonderful tool!
Post Reply