Hi Guys .. this is my first post here ..
I want an easiest program for converting HD 1080 TS render ( which recorded from TV satellite card)
to HD 720 mkv and also i wanna put my credits on it like that photo >> I want the program with simple explanation for ow to use it probably
http://img688.imageshack.us/img688/7206/imagecfd.jpg
i tried AVS for along time but now it freezes alot while converting >> thanks alot for helping![]()
+ Reply to Thread
Results 1 to 10 of 10
-
-
AVS , what is it?
You can use Avisynth to load video and put your logo in it. I used it to render logo successfully, I copied different parts of that code below from this forum :
Code:ffmpegsource2("Video.ts", atrack=1, seekmode=0) AssumeTFF() QTGMC(Preset="medium") Spline36Resize(1280,720) logo=ImageSource("C:my_logo.png", pixel_type="RGB32") Overlay(last,logo,mask=logo.ShowAlpha())
Avisynth 32bit, whatever OS you have, into Avisynth plugin folder you put ffmpegsource - http://ffmpegsource.googlecode.com/files/ffms-2.17.7z and QTGMC - http://www.mediafire.com/?su7l5jtcobabksk and you need your logo in png 1280x720 (you make it in photoshop or something)
Load this script into any good x264 encoder (Megui, ripbot264, staxrip, Handbrake perhaps too? not sure if it loads script)Last edited by _Al_; 26th Sep 2012 at 14:07.
-
-
-
small steps, .., first install avisynth 32 bit and learn what is it for, start with easy scripts, there are tutorials all over the web,
as a matter of fact I once did this little video : http://www.youtube.com/watch?v=NT_aBWHxFJ4 -
Similar Threads
-
Difference between 720 and 1080 at different bitrates
By tufffta in forum Blu-ray RippingReplies: 13Last Post: 21st May 2012, 21:23 -
How to downscale 1080 to 720?
By Catinaz in forum Video ConversionReplies: 3Last Post: 30th May 2010, 20:19 -
The old question about 720/1080, but for mine :)
By Paul Iddon in forum DVB / IPTVReplies: 4Last Post: 17th Mar 2010, 11:43 -
How do I know if my .MKV's are 1080 or 720?
By Dschultz in forum Newbie / General discussionsReplies: 2Last Post: 22nd Mar 2009, 22:32 -
1080 vs 720
By WuTangDvD in forum DVB / IPTVReplies: 27Last Post: 5th Oct 2007, 19:20