1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

DVD Flick "no usable video track found"

Discussion in 'Video to DVD' started by blunce, Mar 31, 2011.

  1. blunce

    blunce Member

    Joined:
    Mar 31, 2011
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    11
    I have one video, that is in two parts as .avi files that were over an hour long. I used VirtualDub to chop them into sections. After sectioning, they were saved as .avi files, then added to DVD Flick to add menus and convert so that I can burn them to DVD. The first part .avi that I sectioned was added to DVD Flick just fine, however, all the sections of part two failed to be added to DVDFlick.

    First a window pops up saying ffmpeg.exe has stopped working.
    Then, DVDFlick window pops up saying ________.avi has no usable video track. It will not be added to the project.

    I'm not sure what's going on since, both parts of the video started in .avi, and were saved as .avi (in sections) before adding to DVDFlick. Also, I've done 4 or 5 other discs in this same manner, and never had a problem.

    Anyone know what the problem is?
     
  2. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    Can you load all of part 2 (before it gets cut up) into DVD Flick without complaint.
     
  3. blunce

    blunce Member

    Joined:
    Mar 31, 2011
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    11
    yes, I was able to do that before, but wanted to have it in parts with menus.
     
  4. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    Compare part 2 and the new clips with MediaInfo to see what the difference is.
    If they were merely clipped without recompressing (Direct Stream Copy) then they should be identical to the original.
     
  5. blunce

    blunce Member

    Joined:
    Mar 31, 2011
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    11
    I'll check with that, they were in fact clipped with Direct Stream Copy. The interesting thing is that whatever happened is causing ffmpeg to shut down due to error.
     
  6. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    It probably means that the encoder is seeing corruption of the video.
    If you want to try from the command line you can run ffmpeg on the clip directly, it should give you an mpeg file.


    Code:
    ffmpeg -i clip.avi -target dvd -aspect 16:9 -sameq clip.mpg 
    
    copy ffmpeg.exe from... program files\dvd flick\bin folder and clip.avi to c:\
    
    goto the command prompt (as administrator), type cd\ to get to the c:\ prompt
    
    paste the first line and enter
     
  7. blunce

    blunce Member

    Joined:
    Mar 31, 2011
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    11
    I get the following message:
    'ffmpeg' is not recognized as an internal or external command, operable program, or batch file
     
  8. blunce

    blunce Member

    Joined:
    Mar 31, 2011
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    11
    Is there a way to compare side by side the two different clips with this prog?
     
  9. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    You probably don't have ffmpeg.exe copied to the root directory.

    You can drag one file onto the MediaInfo shortcut, then the second file.
    You will open two separate windows.
     

Share This Page