I wonder if some one can help.I just used this for the first time to try to encode a svcd mpeg2.The final result has the clip showing at the top with a black void at the bottom..
This happens throughout the entire clip..Is there a setting i should be using to rectify this? The avi is 25fps pal and it is being converted to mpeg2 25 fps pal..
Thanks
+ Reply to Thread
Results 1 to 7 of 7
-
-
What is the source ? AVI is meaningless - post a g-spot screenshot or describe the formats (video/audio) used to compress the file
How did you load the source ? Do you load it directly or via an avisynth script ? If you use a script, does it play back correctly in Media Player Classic or virtualdub ?
What are your CCE settings ?Read my blog here.
-
Its does play fine in VLC and In Virtualdub there is no problem..loaded directly
This is the setting..
-
It looks like it resized to the 576 SVCD height by just adding black to the bottom. I agree that you should feed CCE an AviSynth script if you want to do it right. Open the AVI in FitCD, set up the input and output properly, and get your AviSynth script from there. For a CCE encode it should probably be something like this:
AVISource("C:\Path\To\Movie.avi",False)#False disables the audio
LanczosResize(480,320)
AddBorders(0,128,0,128)
ConvertToYUY2()
I'm using ITU resizing. Demux the audio and convert it separately. -
Its seems there is an output problem with mpeg2 files(svcd and dvd).Using Vcd standard there was no problem at all with the conversion.All were converted using a script and also tested all without with same results..Thanks for help anyway...Was testing to see..Shame its very quick and quality looks good..
Edit sorry Manono just noticed your reply..I will try thank you -
Originally Posted by Soixante
If you set correct resize numbers and use Move to center button, this should centre image inside the standard SVCD-sized frame thus adding symmetrical top/bottom borders. It is still better to resize your image in AviSynth script, as manono suggested.
Similar Threads
-
black magic intensity pro and flash media encoder 3.1
By bluraymakulit in forum Capturing and VCRReplies: 0Last Post: 29th Aug 2011, 15:57 -
black scenes flicker to grey/black - Sony LCD TV
By spiritgumm in forum DVB / IPTVReplies: 7Last Post: 27th Apr 2010, 08:51 -
color blotches in black and white encode
By craigarta in forum Video ConversionReplies: 27Last Post: 16th Nov 2009, 07:21 -
HELP ME! Footage was Black in Render and then Turned Black in Timeline!
By GLadius of Sparta in forum EditingReplies: 4Last Post: 16th Aug 2009, 20:03 -
DCMA's No Backup Provisions Now Null and Void in USA!!!!!
By videobread in forum Newbie / General discussionsReplies: 25Last Post: 9th Jan 2008, 12:26