Go Back    Forum > Digital Video > Video Project Help > Encode, Convert for streaming

Reply
 
LinkBack Thread Tools Search this Thread
  #1  
03-03-2025, 01:25 PM
Bogiesmokes Bogiesmokes is offline
Free Member
 
Join Date: Nov 2024
Posts: 19
Thanked 5 Times in 5 Posts
Hello!

I've been experimenting and making constant adjustments made to my VirtualDub2 & Hybrid workflows for a batch of .avi captures I'm deinterlacing in VDub via AviSynth+ and converting to .mp4 in Hybrid. For this batch, I'm trying to upscale to HD best I can while retaining that 640x480 natural 'look', for Premiere Pro editing. I made a wrong adjustment somewhere in Hybrid that has led to my MP4 output files to all have constant green light flickering (strobe-like) which fills the entire frame (see attached). If anyone could review my info below and the attached Hybrid settings, and let me know what they may see as a problem(s), I'd really appreciate it.

My first test from VirtualDub2 through Hybrid worked well, but ever since I made an adjustment, I cannot figure out what I've done (or selected) wrong...

The raw .avi files were captured in 720x480. My AviSynth+ script ends with (entire script below):
Crop(8, 0, -8, 0) #704x480 (PAR .9)
Spline36Resize(1280, 960) #Corrected to 4:3 (PAR 1:1) 'sq pix'

Then in Hybrid under Crop/Resize tab, I check 'Resize' with a target resolution of 920x1080. I then check 'Letterbox' and add 320 padding to both left and right, and 60 to both top and bottom. I am only trying this time of Resizing on this particular batch of captures.

My AviSynth+ script:

AVISource("D:\source")
ConvertToYV12(interlaced=true, matrix="Rec601")
AssumeTFF()
QTGMC(preset="fast", EZKeepGrain=0.5, MatchEnhance=0.8, sharpness=0.6)
FFT3DFilter(sigma=1.5, bt=3, sharpen=0.4)
DeHalo_alpha(rx=2.0, ry=2.0, darkstr=0.8, brightstr=1.0)
MCTemporalDenoise(settings="medium", chroma=true, enhance=true)
LSFMod(strength=50, Smode=3, Smethod=2) #with & without
Tweak(hue=0, sat=1.1, bright=5, cont=1.05)
Crop(8, 0, -8, 0) # 704x480 (PAR .9)
Spline36Resize(1280, 960) # Corrected 4:3 (PAR 1:1) for sq pix



I'd really appreciate any and all thoughts especially on getting the conversions back on track....thank you!


Attached Images
File Type: png Green Flickering.png (81.4 KB, 8 downloads)
Attached Files
File Type: zip Hybrid Settings to Publish.zip (749.4 KB, 0 downloads)
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth viirtuldub & Hybrid Outputs kimblerulez Capture, Record, Transfer 0 11-28-2024 05:58 AM
QTGMC outputs blurry mess? mike919 Edit Video, Audio 4 03-30-2024 05:00 AM
Sony VO-9850 colour outputs B&W? natgun7719 Video Hardware Repair 5 03-25-2024 10:34 PM
Datavideo TBC-1000 outputs? pavilion Capture, Record, Transfer 1 06-01-2019 09:21 AM
Panasonic NV-8420 only outputs B&W Dead Christmas Video Hardware Repair 3 05-20-2016 08:14 AM




 
All times are GMT -5. The time now is 07:57 PM