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 > VapourSynth

Reply
 
Thread Tools Search this Thread Display Modes
Old 13th December 2021, 18:02   #81  |  Link
sl1pkn07
Pajas Mentales...
 
Join Date: Dec 2004
Location: Spanishtán
Posts: 496
Hi. accordig by this, new version have missing sources

https://github.com/AmusementClub/vcm/issues/1

greetings
__________________
[AUR] Vapoursynth Stuff
[AUR] Avisynth Stuff
sl1pkn07 is offline   Reply With Quote
Old 15th December 2021, 12:30   #82  |  Link
vcmohan
Registered User
 
Join Date: Jul 2003
Location: India
Posts: 890
Sorry for missing files. I have uploaded the two missing files as part of vcm_src. compressed file on to my plugin page. I hope this will be used to update the github
__________________
mohan
my plugins are now hosted here
vcmohan is offline   Reply With Quote
Old 15th December 2021, 12:55   #83  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Thx.
Btw this here is a 1:1 copy of your zip archive (so that vsrepo has a stable download link ) https://github.com/Vapoursynth-Plugins-Gitify/vcm
And this repo has some patches (mostly for linux I think) https://github.com/AmusementClub/vcm
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 9th January 2022, 12:58   #84  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Seems like Circles.cpp is missing in vcm_source.7z

Quote:
../vcm.cpp:82:10: fatal error: Circles.cpp: No such file or directory
82 | #include "Circles.cpp"
| ^~~~~~~~~~~~~
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 10th January 2022, 13:07   #85  |  Link
vcmohan
Registered User
 
Join Date: Jul 2003
Location: India
Posts: 890
Thanks for pointing out. Uploaded new src zip file.
__________________
mohan
my plugins are now hosted here
vcmohan is offline   Reply With Quote
Old 14th January 2022, 10:50   #86  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Compilation seems still not possible:
https://github.com/AmusementClub/vcm...ent-1012727843

Quote:
- Circles.cpp: missing definition of BGR8_YUV (this is the sole usage of the identifier)
- Fisheye.cpp, FisheyePart.cpp, moveDeBarrel.cpp: missing definitions of setInterpolationScheme and bestOfNineIndex
- FourFoldSymmetricMarking.h: calls to LaQuantile provides 7 arguments, the only known implementation in interpolationMethods.h only requires 6.
- Missing definition for f2qsharpCreate, f2qsharpCreate, and f2qcorrCreate. (likely missing source file?)
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 14th January 2022, 13:20   #87  |  Link
vcmohan
Registered User
 
Join Date: Jul 2003
Location: India
Posts: 890
Strange. On my PC I am able to compile with same set of files. I have once again uploaded the src zip file to be safe. Are you sure that you are not using older vcm.cpp file?
__________________
mohan
my plugins are now hosted here
vcmohan is offline   Reply With Quote
Old 14th January 2022, 16:20   #88  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
I think I made an error, I replaced all files but have not deleted any of the removed files.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database

Last edited by ChaosKing; 6th February 2022 at 21:04.
ChaosKing is offline   Reply With Quote
Old 6th February 2022, 21:03   #89  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
There are still problems with the source files. For example where is the function definition for bestOfNineIndex() located?
Fisheye.cpp, FisheyePart.cpp and moveDeBarrel.cpp are calling this function but I can't find it in the source zip.

Is this the correct link for the source? http://www.avisynth.nl/users/vcmohan/vcm/vcm_src.7z
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database

Last edited by ChaosKing; 6th February 2022 at 21:07.
ChaosKing is offline   Reply With Quote
Old 9th February 2022, 12:24   #90  |  Link
vcmohan
Registered User
 
Join Date: Jul 2003
Location: India
Posts: 890
Its in the InterpolationMethods.h. I find the updated src zip file was having the old version of this. I updated it now. Sorry, it seems I am giving you endless problems. The way I organized the file structure on my computer probably is not optimum.
__________________
mohan
my plugins are now hosted here
vcmohan is offline   Reply With Quote
Old 9th February 2022, 13:33   #91  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
We are getting closer 2/4 fixed (I hope)

- Circles.cpp: missing definition of BGR8_YUV (this is the sole usage of the identifier)
- [x] Fisheye.cpp, FisheyePart.cpp, moveDeBarrel.cpp: missing definitions of setInterpolationScheme and bestOfNineIndex
- [x] FourFoldSymmetricMarking.h: calls to LaQuantile provides 7 arguments, the only known implementation in interpolationMethods.h only requires 6.
- Missing definition for f2qsharpCreate, f2qsharpCreate, and f2qcorrCreate. (likely missing source file?)

Could you check also for BGR8_YUV() and f2qsharpCreate, f2qsharpCreate, and f2qcorrCreate
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 10th February 2022, 13:15   #92  |  Link
vcmohan
Registered User
 
Join Date: Jul 2003
Location: India
Posts: 890
Hopefully all issues resolve in this new upload. Many thanks for your patience.
__________________
mohan
my plugins are now hosted here
vcmohan is offline   Reply With Quote
Old 11th February 2022, 09:30   #93  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Thank you for the update, but I still have some work for you

LaQuantile function defined in https://github.com/Vapoursynth-Plugi...nMethods.h#L56
requires 7 parameters,
but some callers only pass 6 arguments: https://github.com/Vapoursynth-Plugi...ePart.cpp#L331

https://github.com/Vapoursynth-Plugi...2/vcm.cpp#L137
references undefined function f2qblurCreate.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 11th February 2022, 12:51   #94  |  Link
vcmohan
Registered User
 
Join Date: Jul 2003
Location: India
Posts: 890
May be the new update done today will solve the problems. I found two files were old and needed new versions. Hopeful now.
__________________
mohan
my plugins are now hosted here
vcmohan is offline   Reply With Quote
Old 10th March 2022, 11:37   #95  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Just wanted to report that it compiles again!
https://github.com/AmusementClub/vcm/actions
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 10th March 2022, 12:56   #96  |  Link
vcmohan
Registered User
 
Join Date: Jul 2003
Location: India
Posts: 890
thanks. relieved.
__________________
mohan
my plugins are now hosted here
vcmohan is offline   Reply With Quote
Old 30th March 2022, 15:58   #97  |  Link
Julek
Registered User
 
Julek's Avatar
 
Join Date: Dec 2020
Posts: 84
I'm having problems with Amp:

https://github.com/AmusementClub/vcm/issues/3
Julek is offline   Reply With Quote
Old 31st March 2022, 13:54   #98  |  Link
vcmohan
Registered User
 
Join Date: Jul 2003
Location: India
Posts: 890
Thanks for pointing out. The bug was caused by a typo. Please check the uploaded newer version.
__________________
mohan
my plugins are now hosted here
vcmohan is offline   Reply With Quote
Old 11th May 2023, 15:43   #99  |  Link
Efenstor
Registered User
 
Join Date: Aug 2008
Location: Krasnoyarsk, Russian Federation
Posts: 90
@vcmohan: Thank you so much for supporting these plugins, after all these years! They are truly irreplaceable and can do magic in the right hands.
Efenstor is offline   Reply With Quote
Reply

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 18:01.


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