|
11-30-2024, 03:01 PM
|
|
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
|
|
Someday, 12:01 PM
|
|
Ads / Sponsors
|
|
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
|
|
12-02-2024, 01:39 AM
|
|
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.
|
|
12-02-2024, 04:44 AM
|
|
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?
|
|
12-02-2024, 06:23 AM
|
|
Free Member
|
|
Join Date: Feb 2022
Posts: 173
Thanked 48 Times in 42 Posts
|
|
iirc. using custom and should use the first input channel and copy it to the first and second output channel
|
|
12-02-2024, 07:40 AM
|
|
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
- 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??
|
|
12-02-2024, 09:52 PM
|
|
Site Staff | Video
|
|
Join Date: Dec 2002
Posts: 15,476
Thanked 2,834 Times in 2,403 Posts
|
|
Quote:
Originally Posted by kimblerulez
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
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?
|
|
12-02-2024, 11:03 PM
|
|
Premium Member
|
|
Join Date: Jun 2023
Location: Australia
Posts: 42
Thanked 2 Times in 2 Posts
|
|
Quote:
Originally Posted by lordsmurf
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.
|
|
12-05-2024, 01:02 AM
|
|
Site Staff | Video
|
|
Join Date: Dec 2002
Posts: 15,476
Thanked 2,834 Times in 2,403 Posts
|
|
Quote:
Originally Posted by kimblerulez
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.
|
All times are GMT -5. The time now is 08:53 AM
|