Is it possible to put a movie whether avi or mpeg of some sort, into a frame then burned to dvd? Reason I am asking is because I have completed a project and the clarity is pretty good, but looks really good not quite full screen. Problem is when I burn it to dvd it always shows up in full screen. Is there any way around this?
+ Reply to Thread
Results 1 to 4 of 4
-
-
You could use AVISynth to "frame" your video, by adding borders, then encode. For example, if your video is 360x240 and you want it to play on your TV at half size. You could use AVISynth to add 180 pixels border to the left and to the right and 120 pixles border to the top and bottom. You can chose most any color you like in AVISynth for the border (e.g., black, grey, etc.)
I'm at work right now and don't have access to AVISynth command list syntax but the script would go something like this,
AviSource("[full_path]/[filename].avi")
AddBorders(w1,h1,w2,h2) -
You can also use LAYER, MASK and OVERLAY to make your frame look like whatever you want (like a real frame, etc.).
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W
Similar Threads
-
Geek question about p/b frames
By jwbrasil2 in forum RestorationReplies: 3Last Post: 14th Apr 2012, 11:19 -
Weird, very weird thing demuxing a DVD
By jairovital in forum EditingReplies: 17Last Post: 22nd Oct 2010, 18:31 -
question about 25 to 29 frames pulldown
By mazinz in forum Video ConversionReplies: 2Last Post: 15th Jul 2009, 12:58 -
DVD to XviD - weird question
By m_ad in forum Newbie / General discussionsReplies: 87Last Post: 20th Oct 2008, 00:38 -
B-frames causing weird pixelation.
By electrodaveultra in forum ffmpegX general discussionReplies: 2Last Post: 13th Aug 2007, 17:42