Hi!
I need help passing uncompressed audio in an avisynth script. I know that I can use virtualdub to do this step later but it would be easier if I could skip that step.
This is my current script for my pal vhs conversions.
AVISource("D:\Recordings\videohelp.avi")
AssumeTFF()
QTGMC(Preset="Slower", SourceMatch=3)
Crop(8,0,-8,-0)
Spline64resize(768,576)
I prefer not to change colorspace. Using latest AvsPmod and avisynth 2.6.0.3 (dated january 14 2013)
Is there anything you think that I should change in my rather basic script?
A short huffyuv sample of my capture is attached. Captured on a Panasonic nv-hd960 with tbc and 3d dnr on. Through an Pioneer 555hx dvd-recorder to my Hauppauge USB-Live 2.
Capture program used: AmarecTV Live v2.31
Final destination format is mp4 using Handbrake or similar programs
Thx
Hakan
+ Reply to Thread
Results 1 to 11 of 11
-
-
Is there anything you think that I should change in my rather basic script?
I would probably:
- add Stab() or another Stabilizer into the script
- add some light denoising filter
Final destination format is mp4 using Handbrake or similar programs -
The capture aspect ratio is 5:4 (720*576). It must be resized to 4:3 to look ok.
-
set the pixel aspect ratio properly in the container then.
(also be sure not to mix up Display and Pixel aspect ratio)Last edited by Selur; 4th Aug 2013 at 16:46.
-
I have no diea what the resize is about. The encoded origional is a 720x576 frame, which is standard for digital DVD (and SD-BluRay and AVCHD as well), which woiuld pklay back on a PAL DVD as a 4:3 frame. Resizing analog loses some quality anyway; also, cropping 16 pixels without restoring borders and stretching to 768 slightly alters the aspect ratio of your original image (the image inside the borders), and you end up with an uncentered bnorder anyway after resize (and did you notice chroma bleed into that right border in later frames?) But that's up to you. 768x576 is not valid for encoded PAL DVD, BD, or standard AVCHD. So I assume you want that frame size for PC-only display or web posting (and some sites might give you ssme flack on the frame size).
Meanwhile I note your original equipoment is playing at inappropriate IRE and gamma settings. The image is washed out and starting to clip bright detail. Image brightness might also be causing more of the chroma bleed and corruption.
original (high IRE and gamma):
[Attachment 19192 - Click to enlarge]
corrected -- but it would be better to capture at correct playback settings. I cropped but replaced borders and centered the image a bit.
[Attachment 19193 - Click to enlarge]
Code:COlorYUV(cont_y=5,off_y=-15,gamma_y=20,cont_v=-30,off_v=3,cont_u=-40,off_u=-8) Tweak(sat=1.4)
I don't think there's a way to fix the bottom border damage. Some would crop it away, but it's possible that TV overscan will hide most of it.Last edited by sanlyn; 25th Mar 2014 at 09:49.
-
I don't know why "MT" would make anything "better". It might run faster.
But in my experience not many filters run in MT mode anyway, and it usually works only on good days with absolutely correct settings. But many enjoy it.
Personally I normally use, the following list of scripts and filters, without a problem:
Code:AddGrainC.dll AGC.dll ApplyInterlacedFilter.avs Average.dll avisynth.dll aWarpSharp.dll BlindDeHalo3_mt2.avs cnr2.dll ColorBalance.dll ColorMatrix.dll daa.avs DctFilter.dll deblock.dll Deblock_QED.avs Decomb.dll Deen.dll defreq.dll degrainmedian.dll Dehalo_alpha_mt.avsi DePan.dll DePanEstimate.dll DeVeed.dll dfttest.dll DGDecode.dll DGDecodeNV.dll DirectShowSource.dll dither.avsi dither.dll EdgeCleaner.avs EdgeSmoothFast.avs ediaa.avs EEDI2.dll eedi3.dll faa.avs FastLineDarkenMod.avs FFMS2.avsi ffms2.dll FFT3DFilter.dll FFT3dGPU.dll FineSharp.avsi flash3kyuu_deband.dll FluxSmooth.dll fturn-26.dll gradfun2db.dll HQDeringmod_v1.0.avsi hqdn3d.dll Hysteria.avsi ImageSequence.dll kernel32.dll libfftw3f-3.dll LimitedSharpenFaster.avs LoadDll.dll Logo.avs LSMASHSource.dll maa2.avsi MaskTools.dll MosquitoNR.dll Motion_12Dec05.dll MotionProtectedFPS.avsi Msmooth.dll mt_masktools-26.dll mt_xxpand_multi.avsi mvtools2.dll nnedi.dll nnedi2.dll nnedi3.dll NoiseGenerator.dll QTGMC-3.33.avsi RemoveDirt.avs RemoveDirtSSE2.dll RemoveGrainHDS.dll RemoveGrainSSE2.dll RepairSSE2.dll SalFPS3.avs SangNom.dll SangNom2.dll SPresso.avs Srestore.avsi SSE2Tools.dll Stab.avs STpresso.avs SupCore.dll SupTitle.dll TBilateral.dll TDeint.dll TemporalDegrain.avs TIVTC.dll TMM.dll Toon-v1.1.dll unblock.dll UnDot.dll VagueDenoiser.dll VariableBlur.dll vcomp.dll VerticalCleanerSSE2.dll vinverse.dll VSFilter.dll warpsharp.dll yadif.dll yadifmod.dll
Cu Selur -
Thanks Sanlyn for the input. I've got to try to correct the brightness /gamma then
. Thanks for letting me know. Maybe there is a setting in my dvd recorder or the capture card proc amp that can fix it (or make it better).
The material will not end up on discs. Only for pc / ipad /apple tv use.
Similar Threads
-
Avisynth help please.
By Otokonokotron in forum EditingReplies: 7Last Post: 19th Nov 2012, 16:47 -
Avisynth 2.5.8 or 2.6.0
By carlmart in forum Video ConversionReplies: 0Last Post: 30th Oct 2012, 08:58 -
avisynth
By sportflyer in forum Newbie / General discussionsReplies: 1Last Post: 16th Feb 2010, 04:36 -
Using avisynth
By bsuska in forum Video ConversionReplies: 8Last Post: 16th Jul 2009, 08:32 -
AVIsynth help!
By helper in forum Newbie / General discussionsReplies: 11Last Post: 15th Oct 2008, 03:35