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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 1st October 2021, 13:57   #741  |  Link
ognirats
Registered User
 
Join Date: Sep 2021
Posts: 30
very basic question: how do i render it into a file

edit: never mind i found out

Last edited by ognirats; 1st October 2021 at 14:13.
ognirats is offline   Reply With Quote
Old 1st October 2021, 20:57   #742  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
For anyone that builds this for themself on macOS, it appears that Qt 5.10+ will have a weird issue on a multi-monitor setup where it will only LAUNCH from the primary monitor (it can still be dragged to any monitor, but the shortcut used to open it can only be located on the monitor designated as the primary monitor). The only version of Qt I have confirmed works fine is 5.6.
__________________
Github | AviSynth 101 | VapourSynth 101
l33tmeatwad is offline   Reply With Quote
Old 1st October 2021, 21:43   #743  |  Link
Yomiko
Registered User
 
Join Date: Aug 2021
Posts: 73
Quote:
Originally Posted by l33tmeatwad View Post
For anyone that builds this for themself on macOS, it appears that Qt 5.10+ will have a weird issue on a multi-monitor setup where it will only LAUNCH from the primary monitor (it can still be dragged to any monitor, but the shortcut used to open it can only be located on the monitor designated as the primary monitor). The only version of Qt I have confirmed works fine is 5.6.
What may happen if launching from console?
Yomiko is offline   Reply With Quote
Old 1st October 2021, 21:48   #744  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
Quote:
Originally Posted by Yomiko View Post
What may happen if launching from console?
Does not matter, if it's launched on any screen other than the primary it won't launch. You can change the primary and it will work on that monitor, or you can launch on the primary and drag it over, but if the OS is trying to launch it from not the primary monitor it does not.
__________________
Github | AviSynth 101 | VapourSynth 101
l33tmeatwad is offline   Reply With Quote
Old 1st October 2021, 23:57   #745  |  Link
Yomiko
Registered User
 
Join Date: Aug 2021
Posts: 73
I suppose other Qt programs don't have the same problem, such as Texmaker (https://www.xm1math.net/texmaker/download.html with Qt 5.15.2)
So it should be possible to modify something in VSEditor to suppress this issue.
Anyway, I cannot contribute anything before having a Hackintosh.
Yomiko is offline   Reply With Quote
Old 2nd October 2021, 02:56   #746  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
It's hard to say what causes it, on the setup I was using there were three different kinds of monitors so that could have played into it as well. I actually still need to report the bugs compiling mod 2 & 3 as well... Hopefully I find some time next week to troubleshoot.
__________________
Github | AviSynth 101 | VapourSynth 101
l33tmeatwad is offline   Reply With Quote
Old 20th January 2022, 01:00   #747  |  Link
Jukus
Registered User
 
Join Date: Jul 2019
Location: Russia
Posts: 87
I tried to compile for Debian
https://www.l33tmeatwad.com/vapoursy...p_We8vNVDLfSaf
Quote:
C. VapourSynth Editor

1. Browse to the installs folder:

cd $HOME/.installs

2. Download VapourSynth-Editor:

git clone https://github.com/YomikoR/VapourSynth-Editor

3. Browse to the new folder:

cd $HOME/.installs/vapoursynth-editor/pro

4. Run the following commands to install VapourSynth-Editor:

Debian & Pacman:

qmake pro.pro

make
Code:
../../common-src/helpers.h:4:10: fatal error: vapoursynth/VapourSynth.h: No such file or directory
    4 | #include <vapoursynth/VapourSynth.h>
How to fix it?
Jukus is offline   Reply With Quote
Old 20th January 2022, 01:13   #748  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
Quote:
Originally Posted by Jukus View Post
I tried to compile for Debian
https://www.l33tmeatwad.com/vapoursy...p_We8vNVDLfSaf

Code:
../../common-src/helpers.h:4:10: fatal error: vapoursynth/VapourSynth.h: No such file or directory
    4 | #include <vapoursynth/VapourSynth.h>
How to fix it?
It looks like the header files aren't found, which is odd, you could edit those files with the exact path.
__________________
Github | AviSynth 101 | VapourSynth 101
l33tmeatwad is offline   Reply With Quote
Old 21st January 2022, 17:38   #749  |  Link
Jukus
Registered User
 
Join Date: Jul 2019
Location: Russia
Posts: 87
It doesn't work even if add the file on purpose, it still says it doesn't exist
Jukus is offline   Reply With Quote
Old 21st January 2022, 18:46   #750  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
Okay, so I just spun up a Deban 11 VM to test this out and ran into no issues setting up everything up. Can you make sure VapourSynth is setup and working properly? Try:

Code:
vspipe -v
__________________
Github | AviSynth 101 | VapourSynth 101
l33tmeatwad is offline   Reply With Quote
Old 21st January 2022, 19:02   #751  |  Link
Jukus
Registered User
 
Join Date: Jul 2019
Location: Russia
Posts: 87
Damn, I forgot that SMPlayer from http://deb-multimedia.org/ is built with VS R54 dependency, thanks
Jukus is offline   Reply With Quote
Old 27th January 2022, 21:39   #752  |  Link
~ VEGETA ~
The cult of personality
 
~ VEGETA ~'s Avatar
 
Join Date: May 2013
Location: Planet Vegeta
Posts: 155
vsedit doesn't show output video when pressing f5.

it shows the output window with correct number of frames but no video inside.

i am on windows 10, vapoursynth 57 and python 3.9.7.

vs editor 2 immediately crashes when pressing f5

EDIT (SOLUTION): i downloaded the beta version of vs editor 1 and it worked fine, just that vs editor 2 is not working

Last edited by ~ VEGETA ~; 27th January 2022 at 21:48.
~ VEGETA ~ is offline   Reply With Quote
Old 18th February 2022, 02:18   #753  |  Link
Blue_MiSfit
Derek Prestegard IRL
 
Blue_MiSfit's Avatar
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 5,989
I too am having the issue where I try to open vsrepogui on Windows and nothing happens.

I have Python 3.9.10 with VapourSynth R57. I also have Python 3.10.0 installed if that matters.
__________________
These are all my personal statements, not those of my employer :)
Blue_MiSfit is offline   Reply With Quote
Old 18th February 2022, 10:39   #754  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Check if you're also affected by this https://github.com/vapoursynth/vsrepo/issues/173
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 21st February 2022, 07:00   #755  |  Link
damian101
Registered User
 
damian101's Avatar
 
Join Date: Feb 2021
Location: Germany
Posts: 18
text is grey suddenly
damian101 is offline   Reply With Quote
Old 21st February 2022, 07:43   #756  |  Link
damian101
Registered User
 
damian101's Avatar
 
Join Date: Feb 2021
Location: Germany
Posts: 18
Quote:
Originally Posted by damian101 View Post
text is grey suddenly
removing vsedit.config fixed it
damian101 is offline   Reply With Quote
Old 22nd February 2022, 12:15   #757  |  Link
asarian
Registered User
 
Join Date: May 2005
Posts: 1,462
I keep getting:

Code:
VapourSynth Editor r19-mod-5 (R57)


2022-02-22 01:57:19.288
Failed to initialize VapourSynth environment!
Failed to initialize VapourSynth environment!
Has anyone got it to work properly?
__________________
Gorgeous, delicious, deculture!
asarian is offline   Reply With Quote
Old 22nd February 2022, 16:02   #758  |  Link
vxzms
Registered User
 
Join Date: Nov 2018
Posts: 11
Quote:
Originally Posted by asarian View Post
I keep getting:

Code:
VapourSynth Editor r19-mod-5 (R57)


2022-02-22 01:57:19.288
Failed to initialize VapourSynth environment!
Failed to initialize VapourSynth environment!
Has anyone got it to work properly?
vsedit have weird .config and registry, you can try https://github.com/AmusementClub/Vap...g/r19-mod-5-AC if you use portable vapoursynth.
vxzms is offline   Reply With Quote
Old 23rd November 2022, 06:24   #759  |  Link
lewyturn
Registered User
 
Join Date: May 2019
Posts: 18
'VapourSynth.Editor-r19-mod-5.3-x64-Qt6' can't be opened.
I am on windows 8.1 Enterprise, python 3.10.4 and . vapoursynth 58.
This is the prompt I return:
This application failed to start because no Ot platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: windows
lewyturn is offline   Reply With Quote
Old 23rd November 2022, 16:17   #760  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Qt 6 by default only support Windows 10 and newer.
see: https://doc.qt.io/qt-6/supported-platforms.html
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Reply


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 19:36.


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