VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. Used my BlackMagic Intensity Shuttle to capture an MJPEG AVI that should be in the ballpark of two hours. Windows lists it as zero seconds long, MediaInfo as 1 minute 47 seconds long. There's a thumbnail preview in Windows Explorer.

    I can only assume I closed Media Express before it'd finished closing up the file or whatever it does. Can I recover it? It's still 103GB (Windows)/104GB (MediaInfo), so the content should all still be there.

    Code:
    Format                           : AVI
    Format/Info                      : Audio Video Interleave
    Format profile                   : OpenDML
    File size                        : 104 GiB
    Duration                         : 1mn 47s
    Overall bit rate                 : 8251012751
    
    Video
    ID                               : 0
    Format                           : JPEG
    Codec ID                         : MJPG
    Duration                         : 1mn 47s
    Bit rate                         : 71.8 Mbps
    Width                            : 1 920 pixels
    Height                           : 1 080 pixels
    Display aspect ratio             : 16:9
    Frame rate                       : 25.000 fps
    Color space                      : YUV
    Chroma subsampling               : 4:2:2
    Bit depth                        : 8 bits
    Scan type                        : Interlaced
    Scan order                       : Top Field First
    Compression mode                 : Lossy
    Bits/(Pixel*Frame)               : 1.386
    Stream size                      : 924 MiB (1%)
    
    Audio
    ID                               : 1
    Format                           : PCM
    Format settings, Endianness      : Little
    Format settings, Sign            : Signed
    Codec ID                         : 00001000-0000-0100-8000-00AA00389B71
    Codec ID/Hint                    : Microsoft
    Duration                         : 1mn 47s
    Bit rate mode                    : Constant
    Bit rate                         : 2 304 Kbps
    Channel(s)                       : 2 channels
    Sampling rate                    : 48.0 KHz
    Bit depth                        : 24 bits
    Stream size                      : 29.4 MiB (0%)
    Interleave, duration             : 1009 ms (25.22 video frames)
    EDIT: Previously failed to open it in Premiere Pro, VLC, and VirtualDub, at which point I gave up and posted, after which it occurred to me to try MPC-HC and it works. Can't skip ahead though, so I'm not sure how long it works for.
    Quote Quote  
  2. It's odd VirtualDub won't open it if MPC-HC can play it. You don't have any VirtualDub decoding plugins that might be opening instead of VirtualDub opening it directly (choose AVIFile Input Driver from the file types list at the bottom of the File/Open window to ensure it's not being opened by a plugin).

    Other than that, all I can suggest is trying to remux it using a few different programs. VirtualDubMod, AVI-Mux GUI and MKVToolNixGUI. You could even try remuxing with ffmpeg.
    Quote Quote  
  3. What happens if you try and open it in an AviSynth script?

    AviSource("Capture.avi")

    If that works you could resave it in a lossless codec (Lagarith, UT Video Codec, etc.).
    Quote Quote  
  4. In VirtualDub? Same thing that happens if I just try to load the video.
    Quote Quote  
  5. If you please:
    - Restart vdub.
    - Try to open the file.
    - View menu, Log.
    - Right-click, Copy to clipboard.
    - Paste in your next reply.
    Quote Quote  
  6. [!] Error loading plugin "FFMpeg" from module FFInputDriver.vdplugin: Plugin
    requires a newer input API version (v4 > v2).
    [*] AVI: Opening file "[file].avi"

    [i] AVI: OpenDML hierarchical index detected on stream 0.

    [i] AVI: OpenDML hierarchical index detected on stream 1.


    I'm running it through ffmpeg ("ffmpeg -i [file].avi -vcodec copy -acodec copy [file]2.avi") and it seems to be processing okay. It'll be a while before it finishes though.
    Quote Quote  
  7. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    In case FFmpeg doesn't work for you, try DivFix++. It's pretty good at rebuilding AVI indexes.
    Quote Quote  
  8. The ffmpeg result works perfectly.
    Quote Quote  



Similar Threads

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