VideoHelp.com Forum
+ Reply to Thread
Results 1 to 15 of 15
Thread
  1. Member wulf109's Avatar
    Join Date: Jul 2002
    Location: United States
    Are there any DVD converters,transcode or encode,that allow you to crop the video from 4:3 to 16:9 ?
    I make mp4's with Recode and it allows cropping to 16:9 during encodeing.
    Quote Quote  

  2. Always Watching guns1inger's Avatar
    Join Date: Apr 2004
    Location: Miskatonic U
    If you want to convert a 4:3 DVD to a 16:9 DVD then try DVD Rebuilder. Under the advanced options are the settings to do this.
    Read my blogs here and here. Change England's Libel Laws - Sign Here
    Quote Quote  

  3. Member wulf109's Avatar
    Join Date: Jul 2002
    Location: United States
    Thanks,I'm trying it now. Does DVD Rebulder offer any way to control the output size. Ideally I would like to keep the original DL disk size,just do the 4:3 to 16:9.
    Quote Quote  

  4. Always Watching guns1inger's Avatar
    Join Date: Apr 2004
    Location: Miskatonic U
    DVD Rebuilder is aimed at the DVD9 to DVD5 market, but you can alter the settings to do DL size. It will also preserve menus etc.
    Read my blogs here and here. Change England's Libel Laws - Sign Here
    Quote Quote  

  5. Member wulf109's Avatar
    Join Date: Jul 2002
    Location: United States
    The No Compression option doesn't seem to work with the 4:3 to 16:9 option. The result is in 4:3. It does work in DVD5 mode,the resulting DVD is now 16:9
    Quote Quote  

  6. Originally Posted by wulf109
    The No Compression option doesn't seem to work with the 4:3 to 16:9 option.
    If it gets filtered (crop and resize are filtering operations), it has to be reencoded.

    If you want to reencode to DVD9 size, in the Options section of the REBUILDER.INI file, you might change the target sectors (which produces DVD5 sizes at the default setting) to TargetSectors=4050000. I think you'll have to add it as a new line because the default may not have a line in there. I'm getting my information from this post by the developer:

    http://forum.doom9.org/showthread.ph...154#post724154
    Quote Quote  

  7. Member
    Join Date: Aug 2009
    Location: Belize
    What is the correct script to resize a 640 x 352 avi? I have the following but Im in doubt if it is correct

    BicubicResize(720,480,0,0.5)
    AddBorders(0, 64, 0, 64)

    When I preview in VirtualDub I get a 720 x 608 size? It is over a 4:3 ratio. What do I do?
    Quote Quote  

  8. Use FitCD to get the correct Crop/Resize/AddBorders commands. In your case, if intending to encode as NTSC 16:9, a straight resize to 720x480 is good:

    Lanczos4Resize(720,480)
    Attached Images  
    Quote Quote  

  9. Member
    Join Date: Aug 2009
    Location: Belize
    Then you are saying I should use the following: I am right?

    LanczosResize(720,480)
    AddBorders(0, 64, 0, 64)

    I will test this when I get home this evening. I am at work.
    Quote Quote  

  10. Originally Posted by dannybz View Post
    Then you are saying I should use the following: I am right?

    LanczosResize(720,480)
    AddBorders(0, 64, 0, 64)
    I said no such thing. I said (for 16:9 encoding) just:

    Lanczosresize(720,480)

    Why, if you're making a DVD, would you use a non-compliant resolution like 720x608?
    Quote Quote  

  11. Member
    Join Date: Aug 2009
    Location: Belize
    Sorry for the misunderstanding, but I am not trying to make it a 720 x 608. I want to make a 720 x 480, but since the source is 640 x 352 and my TV is a 4:3 ratio what is the best resizing I should aim for?
    I have always encode to 720 x 480 and watch them on my TV (4:3 aspect ratio). To what size should I encode this video and what script should I use?

    I am currently using DirectShowSource, AddBorders and ConvertYUY2 ... and LanczosResize for this avi using CCE encoder.
    Quote Quote  

  12. Member wulf109's Avatar
    Join Date: Jul 2002
    Location: United States
    Tried the .ini file additions recommended by the link Manano suggested and it works very well. 4:3 to 16:9 conversion with DVD Rebuilder works with DVD9. I would not try to increase the sector setting as that might corrupt the layer-break setting.
    Quote Quote  

  13. Originally Posted by dannybz View Post
    To what size should I encode this video and what script should I use?
    I already told you ... twice.
    I am currently using DirectShowSource...
    AVISource is better:

    AVISource("C:\Path\To\Movie.avi",False)#False Disables the audio
    LanczosResize(720,480)#for 16:9 encoding
    #LanczosResize(720,360)#for 4:3 encoding
    #AddBorders(0,60,0,60)#for 4:3 encoding
    Quote Quote  

  14. Member
    Join Date: Aug 2009
    Location: Belize
    Manono, thanks for your great help. It works... I got the 720x480 size, but I have this other script that will also do the job. Which one will work better than the other and why? I don't want to distort the image.

    LanczosResize(720,406)
    AddBorders(0,37,0,37)

    OR WHAT ABOUT THIS... If I am really dumb to use BicubicResize

    BicubicResize(720,480,0,0.5) or LanczosResize(720,480)
    AddBorders(0, 0, 0, 0)
    Last edited by dannybz; 15th Feb 2010 at 21:30. Reason: Was being repetitive in responding
    Quote Quote  

  15. I already gave you the 2 scripts, one for 16:9 encoding and the other for 4:3 encoding in CCE. Don't ever use odd numbers for the crops, resizes, or addborders when the source is YV12. Use BicubicResize if you like. Here's the FitCD pic for 4:3 encoding of your 640x352 source AVI:
    Attached Images  
    Quote Quote  




Similar Threads

  1. Replies: 33
    Last Post: 27th Jul 2010, 09:55
  2. Replies: 12
    Last Post: 6th Mar 2010, 18:36
  3. DV vs DVD conversion
    By asopher1 in forum Video Conversion
    Replies: 6
    Last Post: 11th May 2009, 12:12
  4. HD DVD conversion help
    By Shadowofthedarkgod in forum Newbie / General discussions
    Replies: 2
    Last Post: 12th May 2008, 07:44
  5. Replies: 2
    Last Post: 30th Jun 2007, 09:06
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools