VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Member
    Join Date
    Sep 2009
    Location
    Italy
    Search Comp PM
    Hi to all, exist a software that can check a bluray 3D (unprotected) for file integrity ?

    I have a custom bluray 3d that during play at certain point image freeze, but disc is not damaged and all files are readable, so i want to check every video file for integrity (software must not simple read the file but validate the content).

    Any suggestions ?
    Quote Quote  
  2. Copy your br to your harddisc and play it from there.
    if play without issues, then your disc is damaged.
    Quote Quote  
  3. Member
    Join Date
    Sep 2009
    Location
    Italy
    Search Comp PM
    i don't have time to play the whole disc, this is the reason because i search for a software that check video file integrity
    Quote Quote  
  4. Try this ffmpeg parse in batch file:

    Code:
    ffmpeg.exe -i %1 -f null  "dummy" 2> "fferrorlog.txt"
    Notepad fferrorlog.txt
    del fferrorlog.txt
    Drag/drop a video file onto the batch file.
    Quote Quote  
  5. Member
    Join Date
    Sep 2009
    Location
    Italy
    Search Comp PM
    Originally Posted by jagabo View Post
    Try this ffmpeg parse in batch file:

    Code:
    ffmpeg.exe -i %1 -f null  "dummy" 2> "fferrorlog.txt"
    Notepad fferrorlog.txt
    del fferrorlog.txt
    Drag/drop a video file onto the batch file.
    thanks for this suggestion, i'll try in next days when i have some free time and i'll update you!
    Quote Quote  
  6. Member
    Join Date
    Sep 2009
    Location
    Italy
    Search Comp PM
    for the file m2ts regarding the first eye works good, for the file m2ts regarding the other eye give a lot of errors that seems not really, tested on 2 different discs, how i can be sure ?
    Quote Quote  



Similar Threads

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