Go Back    Forum > Digital Video > Video Project Help > Restore, Filter, Improve Quality

Reply
 
LinkBack Thread Tools Search this Thread
  #21  
11-30-2024, 03:01 PM
Selur Selur is offline
Free Member
 
Join Date: Feb 2022
Posts: 173
Thanked 48 Times in 42 Posts
Quote:
Any chance on adding the official Huffyuv? (maybe integrate with both hofmand .msi?)
Huffyuv is vfw only, since I don't know of any vfw command line encoder interface (that supports pipes): No
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #22  
12-02-2024, 01:39 AM
araset araset is offline
Free Member
 
Join Date: Jul 2023
Posts: 94
Thanked 0 Times in 0 Posts
I have bad recorded tapes on panasonic vcr nv sd 20. To avoid sometimes shaky picture (afters aligning vcr to cassette) the best is to get the same model of vcr or maybe some sharp 4 head hifi known for good tracking? Thanks for answering.
Reply With Quote
  #23  
12-02-2024, 04:44 AM
kimblerulez kimblerulez is offline
Premium Member
 
Join Date: Jun 2023
Location: Australia
Posts: 42
Thanked 2 Times in 2 Posts
Hi Selur, while you are about.....I am trying to output mono sound from Hybrid so that it will play through both speakers. In audio tab - audio encoding options - filtering there is an option for downmix which includes "to stereo" etc but when selected nothing happens and the sound is still on one channel. In the help section it refers to a sox manual but the link is dead. Any advice please?
Reply With Quote
  #24  
12-02-2024, 06:23 AM
Selur Selur is offline
Free Member
 
Join Date: Feb 2022
Posts: 173
Thanked 48 Times in 42 Posts
iirc. using custom and
Code:
1v1 1v1
should use the first input channel and copy it to the first and second output channel
Reply With Quote
  #25  
12-02-2024, 07:40 AM
kimblerulez kimblerulez is offline
Premium Member
 
Join Date: Jun 2023
Location: Australia
Posts: 42
Thanked 2 Times in 2 Posts
iirc ?

Quote:
I ticked Merge streams and ticked custom and entered 1v1 1v1 but still single channel.
I probably did not understand your reply.

Quote:
Originally Posted by lordsmurf View Post
- capture loss AVI
- write x64 Avisynth script (preview in x64 AvsPmod)
- open in VirtualDub2 x64, with hofmand Huffyuv x64 installed (not the 64-bit Huffyuv, but x86 installed in x64 environment)
- load VirtualDub batches, start batch
- go make cookies, eat the cookies, and come back in a few hours
I've got a BIG problem, I can't go make my cookies
I made a sript file for each of the avis as follows;

Code:
SetFilterMTMode ("QTGMC", 2)
FFMPEGSource2("Travis.avi", atrack=1)
AssumeTFF()
QTGMC(preset="Slower", EdiThreads=12)
BilinearResize(720,576)
Prefetch(10)
with each avi name enter in each script. I save the first to que and load the second avi and VD2 just freezes. First time trying to batch with avisynth and Virtualdub2 and having no luck. What am I doing wrong please??
Reply With Quote
  #26  
12-02-2024, 09:52 PM
lordsmurf's Avatar
lordsmurf lordsmurf is offline
Site Staff | Video
 
Join Date: Dec 2002
Posts: 15,476
Thanked 2,834 Times in 2,403 Posts
Quote:
Originally Posted by kimblerulez View Post
iirc ?
IIRC = if I recall correctly
We're all getting older. I sometimes have a hard time R'ing, much less RC'ing.

Quote:
Originally Posted by kimblerulez View Post
I've got a BIG problem, I can't go make my cookies
No cookies!?

Quote:
I made a sript file for each of the avis as follows;
Code:
SetFilterMTMode ("QTGMC", 2)
FFMPEGSource2("Travis.avi", atrack=1)
AssumeTFF()
QTGMC(preset="Slower", EdiThreads=12)
BilinearResize(720,576)
Prefetch(10)
Why these lines: ?
Quote:
Code:
SetFilterMTMode ("QTGMC", 2)
BilinearResize(720,576)
Prefetch(10)
Again, why? :
Quote:
Code:
QTGMC(preset="Slower", EdiThreads=12)
Slower softens. Only use if less-harsh presets fail. Try the Medium and Faster first.
EdiThreads doesn't really do anything. It may, but may also actually add processing time.

Quote:
with each avi name enter in each script. I save the first to que and load the second avi and VD2 just freezes. First time trying to batch with avisynth and Virtualdub2 and having no luck. What am I doing wrong please??
Are you using the 64-bit version of Avisynth and the 64-bit version of VirtualDub2?

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
  #27  
12-02-2024, 11:03 PM
kimblerulez kimblerulez is offline
Premium Member
 
Join Date: Jun 2023
Location: Australia
Posts: 42
Thanked 2 Times in 2 Posts
Quote:
Originally Posted by lordsmurf View Post
Are you using the 64-bit version of Avisynth and the 64-bit version of VirtualDub2?
Yes, I am using 64bit version of both. The "about" say "AvsPmod v2.7.8.8 (Windows x86-64) The first file loaded seems to load ok and when I open new file it freezes when I try to use Batch que.

Could you edit my code to what it should be please?

Code:
SetFilterMTMode ("QTGMC", 2)
FFMPEGSource2("1.mp4", atrack=1)
AssumeTFF()
QTGMC(preset="Slower")
BilinearResize(720,576)
Prefetch(10)
-- merged --

Ah, it says not responding but it is just taking quite a while to load the file so that part is sorted. If you could kindly show me how my script should look, it's cookie time!

-- merged --

Lordsmurf (or anyone), would you be so kind as to show me how the code should read please as this is my first attempt at Avisynth? I is just a simple script just to deinterlace with QTGMC as above.
Reply With Quote
  #28  
12-05-2024, 01:02 AM
lordsmurf's Avatar
lordsmurf lordsmurf is offline
Site Staff | Video
 
Join Date: Dec 2002
Posts: 15,476
Thanked 2,834 Times in 2,403 Posts
Quote:
Originally Posted by kimblerulez View Post
Lordsmurf (or anyone), would you be so kind as to show me how the code should read please as this is my first attempt at Avisynth?
I would use VirtualDub2 to extract the source MP4, then Save As it out to something lossless. Either Huffyuv (hofmand 64-bit installer of the 32-bit codec), or Lagarith. Using compressed source is just overcomplicating the resource needs.

I never screw around with memory settings. Too often, it causes glitches and weirdness. I'm not that impatient, and my main Win7 i7 video restoration computer is dedicated to that task.

Code:
AviSource("c:\1.avi")
AssumeTFF()
QTGMC(preset="Faster") 

#QTGMC(preset="Medium") --- use this if Faster gives motion/aliasing artifacts
# and understand that # before a line is commenting out
Crop/mask next as needed.

Bilinear isn't my favorite. Bicubic, Lanszos, and some others, are generally better than bilinear. It really depends on content. In general, bicubic is safest, the rest must be case-by-case.

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange results deinterlacing QTGMC in Hybrid? herlev Encode, Convert for streaming 2 04-13-2022 06:30 PM
Deinterlacing with QTGMC changes to 50p? chrisbati Restore, Filter, Improve Quality 3 04-03-2021 10:18 AM
Deinterlacing DV pal 25i to 50p nevs Restore, Filter, Improve Quality 0 09-20-2020 09:33 AM
Deinterlacing VHS or not that is the question... Mejnour Project Planning, Workflows 45 02-03-2012 03:11 AM




 
All times are GMT -5. The time now is 08:53 AM