Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 3rd November 2018, 18:59   #1221  |  Link
mtamimi
Registered User
 
Join Date: Jun 2007
Posts: 44
This project was last updated on 2013...is this one still actively developed?

Thanks
mtamimi is offline  
Old 3rd November 2018, 19:14   #1222  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
There was a new release by gispos: https://forum.doom9.org/showthread.php?t=175823
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline  
Old 17th July 2019, 17:32   #1223  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
NekoPanda also has a version that works with their AVIsynth Neo version: https://github.com/nekopanda/AvsPmod/releases
byteshare is offline  
Old 28th March 2020, 10:31   #1224  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,750
Selur discovered:

AvsPmod may not start at all if you enabled the Windows 10 beta feature to support UTF-8 locale.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline  
Old 4th April 2020, 15:31   #1225  |  Link
Wile_E_Coyote
Registered User
 
Wile_E_Coyote's Avatar
 
Join Date: Sep 2009
Posts: 5
Hi everyone - be gentle with me, I'm feeling a bit tender after finally (re-)starting my VHS tapes to digital program.

I treated myself to a new Windows 10 PC and so I'm dedicating my old(er) Windows 7 64 bit machine to the task.

On my (even older) XP machine I used a Dazzle connection but the drivers don't exist to use it on 7 so I got an ezcap and after quite a few stumbles, managed to get a test .avi.

I decided to follow Andrew Swan's tutorials which include using AvsPmod and have followed his install instructions and .avs template -

1 SetFilterMTMode ("QTGMC", 2)
2 FFMPEGSource2("D:\filename.avi", atrack=1)
3 ConvertToYV12()
4 AssumeBFF()
5 QTGMC(preset="Slower", EdiThreads="2")
6 BilinearResize(720,576)
7 Prefetch(7)


I fall at the first hurdle though as when I click on the video timeline, I get an error message –

Cannot load a 32 bit DLL in 64 bit Avisynth: ‘C:/Prgram Files (x86)/AviSynth+/plugins64+/mscvcm90.dll’.
(D:\Avisynth\Template.avs, line 2)

I’ve gone back over the install instruction from a number of sources but can’t get past it.
I’m thinking that the .dll is the video playback and there may be things linked to that which are causing the problem.
Any ideas?
Wile_E_Coyote is offline  
Old 4th April 2020, 20:12   #1226  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Avisynth 64 bit can only use 64 bit plugins, 32 bit only 32 bit plugins. [Not all plugins have 64 bit versions].

Quote:
‘C:/Prgram Files (x86)/AviSynth+/plugins64+/mscvcm90.dll’
Typo in D9 post ?

Quote:
‘C:/Prgram Files (x86)/AviSynth+/plugins64+/mscvcm90.dll’.
Windows runtime dll, not Avs plugin.

What is "D:\Avisynth\Template.avs" ?

FFMPEGSource2 requires FFMS2.avsi in plugins. (as well as ffms2.dll)
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 4th April 2020 at 20:14.
StainlessS is offline  
Old 5th April 2020, 14:50   #1227  |  Link
Wile_E_Coyote
Registered User
 
Wile_E_Coyote's Avatar
 
Join Date: Sep 2009
Posts: 5
Quote:
Typo in D9 post?
Yep, sorry. My typing has improved 100% over the years...I can now type with one finger...on both hands!

Quote:
What is "D:\Avisynth\Template.avs"?
It's the Avisynth template .avs file that I'm trying to create so that each VHS capture just needs tweaking (cropping etc.) My HD is partitioned with C:\ being the OS and D:\ the dedicated work drive after migrating everything else to the w10 PC.

Quote:
FFMPEGSource2 requires FFMS2.avsi in plugins. (as well as ffms2.dll)
I'll look into it, thanks for your time and effort.
Wile_E_Coyote is offline  
Old 5th April 2020, 15:59   #1228  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
It's the Avisynth template .avs file that I'm trying to create
If you post it, matbe someone can point out where your problem lies.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline  
Old 7th April 2020, 12:04   #1229  |  Link
Floatingshed
Registered User
 
Join Date: Nov 2008
Posts: 322
Audio preview in AvsPmod

I have a project on the go which requires edits based more on soundtrack than pictures. Is there anyway to preview a trim operation in both video and audio?
I realize that I can do this with an external player but that is extremely time consuming, having to scroll through to find the edit point each time. Ideally I need to play the video and audio from a few frames before the currently selected frame, to a few frames past it.
I imagine I could launch an external player in a macro, but how do you tell the player to start at a predetermined frame rather than frame 0?
Any ideas please?
Floatingshed is offline  
Old 8th April 2020, 11:50   #1230  |  Link
PerDeConf
Registered User
 
Join Date: Dec 2017
Posts: 4
Maybe Ctrl+G with mpc-hc
PerDeConf is offline  
Old 8th April 2020, 22:55   #1231  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,531
Waveform()
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."
Emulgator is offline  
Old 10th April 2020, 16:34   #1232  |  Link
Wile_E_Coyote
Registered User
 
Wile_E_Coyote's Avatar
 
Join Date: Sep 2009
Posts: 5
Quote:
Originally Posted by StainlessS View Post
If you post it, matbe someone can point out where your problem lies.
Finally managed to get AvsPmod working today by downloading the AMVapp pack and, following various tutorials, created a template .avs file that I can use for each capture (just adjusting the crops). VirtualDub is processing my first file now but when I went back to close AvsPmod, I got an error box saying -

Traceback (most recent call last):
File "AvsP.pyo", line 5329, in OnClose
File "AvsP.pyo", line 7195, in ExitProgram
File "AvsP.pyo", line 7820, in SaveSession
IOError: [Errno 13] Permission denied: u'C:\\Program Files (x86)\\AvsPmod\\_last_session_.ses'

I have now changed the permissions for that folder and all is well.

Looking forward to my first file! I haven't done anything fancy, just the bare minimum, having mooched around in the forums, it looks like it's a very, very long piece of string - you guys amaze me.
Wile_E_Coyote is offline  
Old 10th April 2020, 17:26   #1233  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,750
Groundhog Day again?

Do not run AvsPmod in a UAC protected directory.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline  
Old 30th August 2020, 19:28   #1234  |  Link
JKyle
App Digger
 
JKyle's Avatar
 
Join Date: Sep 2018
Posts: 411
AvsPmod 2.6.3.5 GPo x64 fails to load with the following error log in error_log.txt:

Code:
Traceback (most recent call last):
  File "run.py", line 49, in <module>
  File "avsp.pyo", line 19771, in main
  File "wx\_core.pyo", line 8622, in __init__
  File "wx\_core.pyo", line 8187, in _BootstrapApp
  File "avsp.pyo", line 19758, in OnInit
  File "avsp.pyo", line 5412, in __init__
  File "avsp.pyo", line 13471, in LoadSession
  File "avsp.pyo", line 13559, in LoadTab
KeyError: 'bookmarks'
My system:
Windows 10 Home build 19041.450, x64
AviSynth+ 3.6.1 (installed)

I rolled it back to 2.6.3.4 and it works OK.
JKyle is offline  
Old 30th August 2020, 21:31   #1235  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 996
Quote:
Originally Posted by JKyle View Post
AvsPmod 2.6.3.5 GPo x64 fails to load with the following error log in error_log.txt:

Code:
Traceback (most recent call last):
  File "run.py", line 49, in <module>
  File "avsp.pyo", line 19771, in main
  File "wx\_core.pyo", line 8622, in __init__
  File "wx\_core.pyo", line 8187, in _BootstrapApp
  File "avsp.pyo", line 19758, in OnInit
  File "avsp.pyo", line 5412, in __init__
  File "avsp.pyo", line 13471, in LoadSession
  File "avsp.pyo", line 13559, in LoadTab
KeyError: 'bookmarks'
My system:
Windows 10 Home build 19041.450, x64
AviSynth+ 3.6.1 (installed)

I rolled it back to 2.6.3.4 and it works OK.
I probably overlooked it.
The sessions saved with the previous version cannot be opened with the new version. So you have to save a new session first, then there should be no problems.

If it is absolutely necessary to open the old sessions with the new version, I can fix that.

The AvsPmod thread of the newer versions is here.
__________________
Live and let live
gispos is offline  
Old 22nd January 2021, 02:26   #1236  |  Link
ENunn
Registered User
 
Join Date: Dec 2019
Posts: 68
Trimming has been somewhat broken since 2.6.6.0. I have to revert to 2.6.5.3 to make it work properly. Hope there's a fix soon!
https://www.youtube.com/watch?v=DvqWM-jcBgM
ENunn is offline  
Old 22nd January 2021, 09:25   #1237  |  Link
arestarh
Registered User
 
arestarh's Avatar
 
Join Date: Nov 2008
Location: Ukraine
Posts: 34
Quote:
Originally Posted by ENunn View Post
Trimming has been somewhat broken since 2.6.6.0. I have to revert to 2.6.5.3 to make it work properly. Hope there's a fix soon!
https://www.youtube.com/watch?v=DvqWM-jcBgM
Seems like newer version is being discussed in thread
https://forum.doom9.org/showthread.php?t=175823
arestarh is offline  
Old 22nd January 2021, 12:39   #1238  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 996
Quote:
Originally Posted by ENunn View Post
Trimming has been somewhat broken since 2.6.6.0. I have to revert to 2.6.5.3 to make it work properly. Hope there's a fix soon!
https://www.youtube.com/watch?v=DvqWM-jcBgM
Hi there,
In the youtube video I can't follow your fast moves so please explain the error to me in more detail.

I found one mistake, but it is probably not the only one. And please post in the thread that arestarh has linked.

I sent you a private message.
__________________
Live and let live

Last edited by gispos; 22nd January 2021 at 13:08.
gispos is offline  
Old 12th July 2021, 16:54   #1239  |  Link
Lirk
Registered User
 
Join Date: Jan 2018
Posts: 33
How to clear recently opened files list?
Lirk is offline  
Old 12th July 2021, 17:06   #1240  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,153
Check last ver?
https://forum.doom9.org/showthread.p...84#post1946784
kedautinh12 is offline  
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:29.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.