Hi
I recently started to work with Avisynth filters converting DV to x264(mp4) for online showing . Least I can say I have been impressed with the possibilitys but so much so I am overwhelmed and at times very confused .
I am using Staxrip and some functions I made to do certain things the way I want it ( logos , stopwatch etc) .
but I would like your expert advice on the flow of processing ( order ) and filters you think might be usefull . Yes I did a lot of searching and found a lot of information that its mindboggling and some are old too so I woudl love feedback on the current availability of filters and processes and tweaks to get a good result .
footage is ntsc DV often very fast moving action around 1 minute in duration
Get it online for viewing same framesize (saw one has to resize to 640x480) to get correct proportions of subjects
so far I have (avisynth):
opened the source with Avisource and Directshow (which is the prefered way ? )
ConvertToYV12()
SeparateFields()
HDRAGC(min_gain = 1.0, coef_sat = 2) (helped some footage becasue of the backgrounds or sunlight things etc
Weave()
**-- often need a good slowmotion and happy with the below
BOB()
fr=29.97
slowfact=1
smoothfps(fr*slowfact)
assumefps(29.97)
**--
Yadif()
LanczosResize(640,480)
I have a hard time seeing little differences but like to hear what your experience have been and hwat I might do to make results even better
output x264 (mp4)
been playing wiht various settings there also but as said am far from expert on a good setting .
I do however use a bitrate of 1500 wich seems to give a good proportion filesize (av 10 MB) quality for online viewing
what are you experiences on tweaking the settings
Btw I noticed that playbak does not really allow me to go frame by fram or is this to much overkill given the filesize quality aspects ?
my apologies if some of the terms are wrong , but I am learning![]()
appreciate your feedback
Guy
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
From AVISynth to AVC/x264
By klode in forum Video ConversionReplies: 1Last Post: 4th Sep 2011, 07:42 -
X264.exe and AviSynth?
By Eva-Unit01 in forum Video ConversionReplies: 5Last Post: 29th Jan 2010, 09:17 -
Patched Version of X264 Avoids Need for Avisynth
By Soopafresh in forum Video ConversionReplies: 3Last Post: 23rd Jan 2010, 06:03 -
x264 + AviSynth = Headache
By sixleaf in forum Video ConversionReplies: 0Last Post: 30th Apr 2009, 20:52 -
converting MOD to AVI to MP4 using avisynth, x264, mp4box & ffmpeg
By Wakewatcher in forum Video ConversionReplies: 3Last Post: 27th Dec 2008, 16:58