When I open Vegas and want to render to mp4 it only gives me option to do it at the ipod resolution??? Is there a way around this? Also I went ahead and did that at the highest quality and got an mp4 video wth ipod resolution and there was "ghost" images throughout the whole video.. What settings do I need to have it stop doign that?
I know lots of questions.. but I hope somebody can help me out. Want to convert my son's home movies to upload them to blip.tv
+ Reply to Thread
Results 1 to 12 of 12
-
-
you should get 3 drop down settings for mp4 - default and 2 apple ipod. if you use the default you can change the resolution to whatever you want in the custom video tab.
--
"a lot of people are better dead" - prisoner KSC2-303 -
Originally Posted by Baldrick
-
Originally Posted by aedipuss
-
Originally Posted by poisondeathray
Code:General ID : 0 Complete name : file directory Format : BDAV Format/Info : BluRay Video File size : 53.0 MiB Duration : 26s 247ms Overall bit rate : 16.9 Mbps Maximum Overall bit rate : 18.0 Mbps Video ID : 4113 (0x1011) Menu ID : 1 (0x1) Format : AVC Format/Info : Advanced Video Codec Format profile : High@L4.0 Format settings, CABAC : Yes Format settings, ReFrames : 2 frames Duration : 26s 233ms Bit rate : 15.8 Mbps Width : 1920 pixels Height : 1080 pixels Display aspect ratio : 16/9 Frame rate : 29.970 fps Resolution : 24 bits Colorimetry : 4:2:0 Scan type : Interlaced Scan order : Top Field First Audio ID : 4352 (0x1100) Menu ID : 1 (0x1) Format : AC-3 Format/Info : Audio Coding 3 Duration : 26s 247ms Bit rate mode : Constant Bit rate : 448 Kbps Channel(s) : 6 channels Channel positions : Front: L C R, Surround: L R, LFE Sampling rate : 48.0 KHz Video delay : -67ms Text ID : 4608 (0x1200) Menu ID : 1 (0x1) Format : PGS Video delay : -133ms
-
This looks like it might be from an AVCHD camcorder, probably a Sony variety ?
The "ghost images" you mentioned in the 1st post are probably from the interlacing, I don't know if xvid4psp will autodetect & correct this
Without getting into avisynth, scripting & deinterlacing, the easiest way is probably to use Soopafresh's mini guide here with easy to use batch files
https://forum.videohelp.com/topic346331.html
The problem is you can get artifacts with interlaced AVC using DGAVCdec because it's based on an earlier libavcodec version that had problems with interlaced AVC material, I think Soopa might have made a batch script for DirectShowSource, you might have to dig around for it...
If you're familiar with avisynth I would use a recent build of ffdshow (h264 enabled in the configuration), haali media splitter, and avisynth 2.57 or greater
Code:Load_Stdcall_Plugin("C:\Program Files\AviSynth 2.5\plugins\yadif.dll") DirectShowSource("file.m2ts", fps=29.97, audio=true) Yadif(order=1) #Top field first LanczosResize(720,400)
-
I dont know about sony vegas but here is a simple guide to using freeware to convert from m2ts to mkv...
http://crabsticks.co.cc/how%20to%20convert%20m2ts%20to%20mkv.html
hope this helps....
Similar Threads
-
Sony Vegas Pro 11 crashes with Hauppauge HD DVR m2ts files! Help please!
By soccawalka5 in forum EditingReplies: 22Last Post: 18th Mar 2012, 01:53 -
Sony Vegas Pro 10 / .M2TS Error
By Ownaholic in forum Software PlayingReplies: 0Last Post: 5th Nov 2011, 04:21 -
Smart render in Sony Vegas 11 for Sony Bloggie MHS-FS3 mp4 files
By ekendahl in forum EditingReplies: 8Last Post: 27th Aug 2011, 18:41 -
How to convert MKV / MP4 to m2ts
By Bonie81 in forum Video ConversionReplies: 0Last Post: 9th Jun 2011, 13:47 -
Converted from m2ts into Sony AVC MP4 and got lines on objects
By dilfatx in forum Video ConversionReplies: 4Last Post: 1st Dec 2008, 11:00