I have a bunch of HD (720p), compressed DivX movies.
I want to burn them to DVD (obviously they'll become SD) while maintaining as much of the original image quality as possible (for example: using the extra pixels from the HD picture instead of the compression blocks). What's the best program to use to do this? Cost isn't important.
edit: I want the final video to be PAL.
+ Reply to Thread
Results 1 to 11 of 11
-
-
I would use CCE - an MPEG-2 encoder - for the best quality IMO. Then I'd load these streams into an authoring program (I try to avoid the all-in-one solutions). The basic version is about $60.
You can load the AVIs directly and encode for quality or bitrate. But you will get better results feeding it an AviSynth script instead with a good resizer like Lanczos or Spline to downsize the video.
HC Encoder is comparable to CCE in quality (and functions) and is free.I hate VHS. I always did. -
Nice - didn't realize that. I personally thought the tools mentioned were much like ConvertXtoDvD, which is a great tool meant for quality easy results, not necessarily the best results.
I still say CCE is the best among the stand-alone MPEG-2 encoders, although this is highly subjective.I hate VHS. I always did. -
Do you have AviSynth installed?
If your DivX files are AVI you can just drag them into the CCE interface just like that without needing AviSynth, but you'll get better results with a script.
Just load an .avs file (a .txt file with extension changed) into CCE (or other) that has the following in it:
AVISource("C:\rest of path\divxfile.avi")
Lanczos4Resize(720,576)
or
AVISource("C:\rest of path\divxfile.avi")
Spline64Resize(720,576)
Both are good resizers and it is up to taste which is better.
You may also need to make adjustments regarding the framerate and may need to convert the audio to a DvD compliant form if it isn't AC3, LPCM or even MP2. Maybe some info on your source would help.I hate VHS. I always did. -
Ok, I've got rid of FAVC 32 bit and installed the 64 bit version (I'm on a 64 bit machine).
Now a console window pops up and tells me this:
************************************************** *******
******************* Analysing Video 0 *******************
************************************************** *******
AVS2AVI v1.39 (c) 2002-2004:
Christophe Paris, David Leatherdale, int21h, Moitah
http://www.avs2avi.org/
[NULL @ 03BACE30]Invalid and inefficient vfw-avi packed B frames detected
[mpeg4 @ 03BACE30]Invalid and inefficient vfw-avi packed B frames detected
[mpeg4 @ 03BACE30]Invalid and inefficient vfw-avi packed B frames detected
[ac3 @ 03BACE30]frame sync error : cannot use error concealment
Source:
* Filename: "C:\Users\Hamish\Documents\DVD\Working Folder 1\Title0Info.avs"
* FourCC: None (RGB32)
* Frames: 240
* Resolution: 752x104
* Frame rate: 24.000 FPS
Compressor:
* No Recompression
Destination:
* Format: Null
Then I get a Visual C++ Runtime error for avs2avi.exe.
Then FAVC tells me that it's unable to process the files and says:
"Generally this occurs when the correct version of AviSynth is not installed...".
Ok don't worry about my FAVC problems. I'm using AVStoDVD now with no problems.
I do however have one question, my source material (frame height 544) is very close to the PAL standard (576). Is it possible instead of resizing the frames to just add a black border around them?
Here's what AVStoDVD is doing at the moment:
Video = Video.Lanczos4Resize(720,576,0,2,0,-2)
What should I change that to?
Similar Threads
-
My DivX DVD Player can't play my avi DivX/xvid video
By Baldrick in forum DVD & Blu-ray PlayersReplies: 32Last Post: 6th Mar 2015, 09:11 -
Burning MPG and DIVX to a DVD
By OldGuyWhoBurns in forum Newbie / General discussionsReplies: 3Last Post: 11th Dec 2010, 21:12 -
burning Divx/AVI on data disc or stay with DVD VIDEO ?
By aznbladez in forum Newbie / General discussionsReplies: 3Last Post: 27th Aug 2010, 08:40 -
burning divx file to dvd
By yesnikki in forum Newbie / General discussionsReplies: 4Last Post: 30th Oct 2007, 04:37 -
UDF or ISO when burning a multi DivX DVD-R
By perceptionist in forum DVD RippingReplies: 3Last Post: 4th Jun 2007, 13:10