VideoHelp Forum




+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 30 of 41
  1. Member
    Join Date
    Jun 2005
    Location
    United States
    Search Comp PM
    Hi. I did a search before asking but I couldn't find nothing. I was wondering how you could stop VSO ConvertXtoDVD to stop zooming in on the picture when converting video files to dvd. I dunno how to explain it but when I play the movie in my dvd player it plays like someone zoomed in. The bars on the top and bottom are smaller and not in widescreen format. Also picture from the left and right side of the movie are cut off on the tv. So close up scenes come out horrible.
    Quote Quote  
  2. Banned
    Join Date
    Jun 2004
    Location
    ®Inside My Avatar™© U.S.
    Search Comp PM
    What do you have the aspect ratio set to ?



    I've used it for the last many many versions and never had a problem.
    I alway's leave it on auto.
    If auto does not work manually set it to what you need.

    Also, what are the original files, how do they look on the pc ?
    how do they look on the pc after converting them compared to after burning themand playing them on a standalone ?
    Quote Quote  
  3. And you do understamd that on the TV set you won't see all of the picture that you see on the PC? The Tv overscans by design.

    See: http://en.wikipedia.org/wiki/Overscan

    Cheers
    Quote Quote  
  4. Member
    Join Date
    Jun 2005
    Location
    United States
    Search Comp PM
    mines set to auto as well. The original files are movies and they are in widescreen format.
    Quote Quote  
  5. Member
    Join Date
    Jun 2005
    Location
    United States
    Search Comp PM
    I made a quick picture in ps to show what I'm talking about. Here's what I mean:

    RED = TV BORDER | GREEN = MOVIE BORDER


    So does this help? What can I do to stop this from doing this.
    Quote Quote  
  6. Banned
    Join Date
    Jun 2004
    Location
    ®Inside My Avatar™© U.S.
    Search Comp PM
    Wow.... that was awhile

    Yeah that's normal, what TBoneit said & linked to, it's called overscan, and pretty much all TV's do it.
    Even commercially pressed store bought dvd's (or any video) will have some of the edge's cut off when viewed on a TV compared to a PC monitor, as a PC monitor does not do this.

    The only way to not have this happen is to re-encode the video with a encoder that will let you add black border's all the way around the video.

    I've seen a some people talk about FitToCd ? that will do this, but i don't know anything about it as it's not that big of a deal to me as that's just the way it's alway's been 8)
    Quote Quote  
  7. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Load the video into FitCD to produce an avisynth script. Use 2 blocks for overscan protection. Save the script. You can now load this script, instead of the avi file, into ConvertXtoDVD to encode.
    Read my blog here.
    Quote Quote  
  8. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    Load the video into FitCD to produce an avisynth script. Use 2 blocks for overscan protection. Save the script. You can now load this script, instead of the avi file, into ConvertXtoDVD to encode
    Hi I just tried what you said guns1inger it made a avs script then I loaded up convertXtoDVD but it wont convert movie right the movie is a .mpeg is this why then as all I could see on playback was a grey screen which was like the overscan window in fitcd and lots of errors in convertXtoDVD
    Quote Quote  
  9. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Post your script here and I'll have a look at it
    Read my blog here.
    Quote Quote  
  10. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    ok here is script I did have orig movie in c:/temp thinking this is maybe whats caused it then i moved to another drive and still get same thing also here is gspot of movie too

    # -= AviSynth v2.5.7.0 script by FitCD v1.2.8 =-
    DirectShowSource("D:\test-movie.mpg")
    LanczosResize(672,544,0,2,320,236)
    AddBorders(24,16,24,16)
    #Trim(0,4315).FadeOut(150)

    Quote Quote  
  11. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Do you have a directshow mpeg decoder installed ?

    If you have FFDShow installed, go into the decoder configuration and set it to decode mpeg-1. The script should then work.

    That said, it is going to look horrible because the source is very low resolution. You would be better off resizing for VCD, encoding with tmpgenc, then authoring to DVD.
    Read my blog here.
    Quote Quote  
  12. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    You would be better off resizing for VCD, encoding with tmpgenc, then authoring to DVD
    tmpgenc dont seem to accept a avs script if so is it done through mpeg tools under file
    Quote Quote  
  13. I agree with guns1inger. It's a complete waste of time to convert that to full-res DVD. However, if you insist, make a D2V using DGIndex and open that in FitCD and use MPEG2Source rather than DirectShowSource.
    Quote Quote  
  14. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    open that in FitCD and use MPEG2Source rather than DirectShowSource.
    where is MPEG2Source or even DirectShowSource in fitcd anyway
    Quote Quote  
  15. VH Veteran jimmalenko's Avatar
    Join Date
    Aug 2003
    Location
    Down under
    Search PM
    It's in your AVISynth script. You should be able to edit it within fitcd or just use notepad to open the AVS file.
    If in doubt, Google it.
    Quote Quote  
  16. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    ok thanks
    Quote Quote  
  17. Yeah, that script you posted earlier was a FitCD generated script, and it had a DirectShowSource line in it. If you were to make a D2V project file using DGIndex and open the D2V in FitCD, the script it'll give you will use the much more reliable MPEG2Source instead.
    Quote Quote  
  18. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Does DGIndex work with mpeg-1 video source ?
    Read my blog here.
    Quote Quote  
  19. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    well to be honest i deleted that small test movie as thought what you said its not worth it so I never tried


    However, if you insist, make a D2V using DGIndex and open that in FitCD and use MPEG2Source rather than DirectShowSource.
    Quote Quote  
  20. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    Originally Posted by guns1inger
    Does DGIndex work with mpeg-1 video source ?
    Yes
    Quote Quote  
  21. The other answer to overscan that is simple is get a HDTV that has VGA input and feed the movie to it from your computer.

    My HDTV has overscan for all the video inputs, however it does not overscan the VGA input by design. A overscanned computer input would be useless, so any Movies I play on the computer as fullscreen fill the screen with no overscan.
    Quote Quote  
  22. Member
    Join Date
    Jun 2005
    Location
    United States
    Search Comp PM
    Originally Posted by guns1inger
    Load the video into FitCD to produce an avisynth script. Use 2 blocks for overscan protection. Save the script. You can now load this script, instead of the avi file, into ConvertXtoDVD to encode.
    Ok I have fitcd ready and ready to try this. Where is the option to set 2 blocks for overscan protection. And when I load up the script into convertxtodvd it crashes every time I start converting. Am I not saving the script correctly in fitcd or what's going on?
    Quote Quote  
  23. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Read the help file that comes with FitCD - it contains useful information.

    Before encoding with any avisynth script load it into virtualdub first. If there are problems with the script vdub will usually pick them up, and also gives error messages that most other programs ignore.
    Read my blog here.
    Quote Quote  
  24. Member
    Join Date
    Jun 2005
    Location
    United States
    Search Comp PM
    Before we go on... I don't think my avisynth is installed correctly. I can't find the folder in my program files so I tried to reinstall it but it gives me a error when I try to install it.

    "Error opening file for writing:

    C:\WINDOWS\system32\avisynth.dll"
    Quote Quote  
  25. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Do you have SUPER installed ? Apparently some early versions of SUPER installed avisynth.dll in SYSTEM32, then made it read-only. Find the file in c:\windows\system32, then right-click and select Properties. Untick the Read Only box and then click OK. The try installing avisynth again.
    Read my blog here.
    Quote Quote  
  26. Member
    Join Date
    Jun 2005
    Location
    United States
    Search Comp PM
    No I don't think I have super installed. I did some readings on the avisynth's forum and found out what my problem is and I think I got it fixed now. I was able to install it with no problems.

    So I loaded up the script in virtualdub and it plays smooth in there with no errors popping up. But when I load the script into convertxtodvd I noticed it crashes when my screensaver loads. So I turned off my screensaver. But I'm getting a Discontinuity message in the Description. I don't think it's converting right. Is this normal? Because it still keeps on crashing on me.
    Quote Quote  
  27. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Update to the latest version of ConvertXtoDVD, and post a shot of the log from ConvertXtoDVD.

    If you have CCE, why not load the avs into CCE, untick the "For DVD" box, and encode with that. It is slower, but the quality is better.
    Read my blog here.
    Quote Quote  
  28. Member
    Join Date
    Jun 2005
    Location
    United States
    Search Comp PM
    I do have the latest version of convertxtodvd. Here's a link to the screenshot. I don't know if this will explain the crashing though.

    http://i187.photobucket.com/albums/x268/andre477/Untitled-2.jpg

    I converted with cce but the file comes out too big. 5.66gb for the mpv and 1.45gb for the wav. Anyway to make this smaller so I can author it in tmpgenc dvd author? Or anyway to get convertxtodvd working because I really like using that program.
    Quote Quote  
  29. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    CCE will encode to the right size if you use the right bitrate. Use a bitrate calculator, enter the running time, and use the numbers it produces. Encode your audio separately using EncWav2AC3, then author the two together again.

    For that particular film you are better off just ripping from your original DVD then use DVD Rebuilder with CCE to make it fit a single layer disc.
    Read my blog here.
    Quote Quote  
  30. Member
    Join Date
    Jun 2005
    Location
    United States
    Search Comp PM
    sorry for the late reply my internet went out on me. What's a good bitrate calculator?

    And is convertxtodvd out of the question? I love that program but if I could only get it to convert right.
    Quote Quote  



Similar Threads

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