Hi all,
I have researched converting my Sony Handycam videos to a format I will be posting to my Vimeo account. After a LOT of reading posts and testing, I think I've accomplished what I want. Before I continue with my other videos, I want opinions regarding what I perhaps should tweak, should do or not do, or maybe rethink my approach.
My Goal: To take all my old Hi8 and Digital8 videos from my Sony Handycam and post them in a 16:9 format to my Vimeo account, while retaining the integrity and dimension ratio of my original SD videos. I want to display these 4:3 ratio videos within a 16:9 frame for layout purposes on my website.
Process:
- Capture all my videos using firewire and Scenalyzer as avi files.
- Import the avi files into Vegas Pro 15 with the project properties set to match the source the file. The source file being 720 x 480, interlaced (Lower field first), Pixel ratio 0.9091, Frame Rate 29.970.
- Export as avi using Frameserver
- Run the following script through MeGUI
SetMTMode (5, 10)
AviSource("C:\1-Vegas tools\Video\fs.avi")
ConvertToYV12(interlaced=true, matrix="PC.709")
AssumeBFF
QTGMC(Preset="slow", EZDenoise=1.0)
Distributor()
AddBorders(120,0,120,0)
Spline64Resize(1280,720)
I used the AddBorders to adjust the ratio of my avi video to better match a 1.33 ratio to reflect the actual 4:3 of the original video. In using this method, I'm hoping I'm not degrading the quality of the final video, although it seems to look fine.
Here is a side by side of my Vegas Pro preview, and the rendered video:
And what it looks like in the 16:9 (1280 x 720) format on my Vimeo page:
I welcome your feedback!
Thanks,
Peter