This is a problem that has been really annoying. I've read various places that XMPEG cannot resize to a higher res (as previous versions of Flask could do). However, XMPEG is the only app I can find that can frameserve correctly for a multi-pass encoder such as CCE. Has anyone found a method to frameserve an MPEG-1 352x240 file to CCE while resizing to 480x480 at the same time?
I've used TMPGEnc lots to perform this conversion, but CCE quality is much better. Is there any version of XMPEG that allows for resizing to higher res than the source (or any other program that could possibly accomplish the same thing)? This seems to be the only obstacle preventing me from creating really nice SVCDs (well, the TMPGEnc versions are nice, but I want nicer).
I realize most people use this frameserving method to convert DVDs to SVCDs and thus don't need to increase the resolution; but if the source is high bitrate MPEG-1 from a capture card (as mine is) this presents a substantial problem.
+ Reply to Thread
Results 1 to 7 of 7
-
-
You can frameserve and resize the mpeg1 with VirtualDub to cce.
-
I've tried using VirtualDub, but 1) it doesn't frameserve correctly when using multi-pass VBR and 2) CCE doesn't accept the .vdr file generated by VirtualDub, even when renamed to something.avi (my OS is Win2000).
If you have overcome each of these limitations, I'd love to find out how. -
UsualNoise,
Are you using CCE 2.62 or 2.5? I know that 2.5 can open VDR files fine. If you receive the checksum error when using VBR, look for the checksum patch that removes this.
If you are using 2.62, have you tried "tunneling" the VDR through VFAPI (the reader is available in the tools section)? Although I have never tried this with CCE 2.62, it has helped me load frameserved files in several applications that did not support them -- Panasonic Encoder comes to mind.
Lastly, have you tried AviSynth? There is a program called FitCD thay will build an AVS script for you resizing to 480 x 480 (or many other sizes live VCD, 1/2 DVD, 3/4 DVD, etc.). AviSynth is hella-fast and I have had very good success using it with CCE 2.5.
I hope something here helps.- bewley
bewley's mp3PRO Rock
classic/metal/new rock streaming 24/7
Ziggy In Concert
david bowie unofficial discography -
I've never gotten CCE 2.5 to work with .vdr files. The error I get is
AVIFileOpen("xxx.vdr") : Unknown error
Besides, from what I've read VirtualDub won't serve to a multi-pass encoder correctly (it will only serve one time through).
When I try using .avs files in CCE, it crashes. For example, using this:
LoadPlugin("D:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec .dll")
IPCSource("F:\Temp\video.avi")
BicubicResize(480,480,0,1.0,0,0,352,240)
produces a CCE crash when frameserving from XMPEG to video.avi in that location. -
As has been posted NUMEROUS times, CCE must have audio input even if you encode audio seperately. In AVISYNTH, add "ResampleAudio(44100).
I use CCE with VDUB every day for the last three months on XP pro, with 4passVBR, no problems. Vdub has an install for the frameserver proxy in AUXsetup, this solved my initial install problem. -
Yep, thanks - I found the answer last night searching through the forum. And while I did find the answer in a few different threads, it didn't pop up in my initial searches (such as "frameserv* cce"). Sending audio through XMPEG and connecting to AviSynth instead of generating a .avi file fixed the problem for me; this allowed CCE to open my .avs file without crashing.
It would be nice if this were documented in one of the How-To guides as well. Perhaps a guide explaining XMPEG > AviSynth > CCE would be helpful. The existing one for DVDs wasn't helpful to me because I was starting from an MPEG-1, not a ripped DVD video file (so DVD2AVI couldn't be used).
Or maybe I could write one ...
Similar Threads
-
Playing 1080p video on a higher res monitor
By Long Hot Summer in forum Newbie / General discussionsReplies: 6Last Post: 8th Jan 2011, 04:25 -
PAL to DVD Converting using CCE: Lanczos not resizing video!
By dianita in forum Video ConversionReplies: 5Last Post: 12th Dec 2009, 01:12 -
Higher Bitrate = Higher Quality? - 20MBPS difference for 1080p file
By SgtPepper23 in forum Newbie / General discussionsReplies: 4Last Post: 6th Dec 2009, 07:57 -
Higher Bitrate = Higher Quality?
By SgtPepper23 in forum AudioReplies: 1Last Post: 5th Dec 2009, 21:33 -
Xmpeg help!
By tonydotigr in forum DVD RippingReplies: 6Last Post: 18th Jun 2007, 07:32