VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    When I use the "Open with" entry in Windows Explorer context-menu,
    I am greeted with this annoyance:
    Image Attached Thumbnails Click image for larger version

Name:	mediainfo-sucking.png
Views:	1836
Size:	10.8 KB
ID:	38062  

    Quote Quote  
  2. Mod Neophyte Super Moderator redwudz's Avatar
    Join Date
    Sep 2002
    Location
    USA
    Search Comp PM
    Which version? I'm using 0.7.79, not the newest and I haven't seen that.
    I normally use the 'MediaInfo' entry from the context menu.
    Quote Quote  
  3. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    ^ Version 0.7.85.

    I haven't checked the latest version either
    Quote Quote  
  4. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    UPDATE:

    version 0.7.88 is broken as well , BUT

    I cured the disease with Resource Hacker
    Image Attached Thumbnails Click image for larger version

Name:	MediaInfo-FIXED.png
Views:	1905
Size:	23.3 KB
ID:	38453  

    Quote Quote  
  5. Batch script can be created, having it it on desktop for example, using Mediainfo command line version, ( Mediainfo CLI), and just dropping video on that icon:

    Code:
    @echo off
    setlocal
    SET Mediainfo=C:\tools\Mediainfo CLI\Mediainfo.exe
    SET temp_folder=C:\temp
    
    if not exist "%temp_folder%" MD "%temp_folder%"
    "%mediainfo%" "%~1" > "%temp_folder%\mediainfo.txt"
    START  "notepad.exe" "%temp_folder%\mediainfo.txt"
    endlocal
    exit
    It can be modified to anyone's liking etc.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!