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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#21 | Link | |
|
Beyond Kawaii
Join Date: Feb 2008
Location: Russia
Posts: 724
|
Quote:
Code:
cd <pro directory> qmake make You do need to build and install VapourSynth before that. The editor itself doesn't require installation. The directory "src/vapoursynth" IS NOT VapourSynth source code, but collection of classes in the editor used for direct interaction with VapourSynth. So no, the editor does not build or install VapourSynth.
__________________
...desu! |
|
|
|
|
|
|
#22 | Link |
|
Registered User
Join Date: May 2012
Location: Here
Posts: 257
|
![]() I'm not very good in working with source, I prefer binaries... ![]() ![]() With the help of users in this forum I managed to install Vapoursynth. I'll try with VS Editor. Last edited by digitall.h; 9th August 2014 at 19:58. |
|
|
|
|
|
#23 | Link | |
|
Registered User
Join Date: Sep 2006
Posts: 1,678
|
Quote:
the color value format to be display can be rgb like "rgb(20,128,40)" and in hex like "#ccccc". As for the seek bar, right now you have to click inside that tiny white bar in order to trigger the seek, in which 2 out of 5 times I would miss it. |
|
|
|
|
|
|
#24 | Link | |
|
Beyond Kawaii
Join Date: Feb 2008
Location: Russia
Posts: 724
|
Quote:
The color question is not how to display it, but "how would you retrieve the pixel color when chroma is subsampled?"
__________________
...desu! |
|
|
|
|
|
|
#25 | Link |
|
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
|
Grab it from the clip converted to the closest not subsampled format? Very easy to do and then show both raw and rgb values.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
|
|
|
|
#27 | Link |
|
Registered User
Join Date: Feb 2014
Location: Italy
Posts: 22
|
vapoursynth-editor make failed
Hi all,
i've been looking for an alternative to Avisynth on Linux so, i run into vapoursynth. I've immediately searched for a suitable editor and here i am. I've tried to build vapoursynth-editor with the instruction above: Code:
cd <pro directory> qmake make Code:
/usr/lib/x86_64-linux-gnu/qt5/bin/uic ../src/settings/settingsdialog.ui -o ../generated/ui/ui_settingsdialog.h
/usr/lib/x86_64-linux-gnu/qt5/bin/uic ../src/preview/previewdialog.ui -o ../generated/ui/ui_previewdialog.h
/usr/lib/x86_64-linux-gnu/qt5/bin/uic ../src/mainwindow.ui -o ../generated/ui/ui_mainwindow.h
g++ -c -m64 -pipe -O2 -fexpensive-optimizations -funit-at-a-time -std=c++11 -O2 -w -D_REENTRANT -fPIE -DNDEBUG -DQT_NO_DEBUG
-DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++-64 -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets
-I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I../generated/moc -I../generated/ui -o ../generated/obj/helpers.o
../src/common/helpers.cpp
g++ -c -m64 -pipe -O2 -fexpensive-optimizations -funit-at-a-time -std=c++11 -O2 -w -D_REENTRANT -fPIE -DNDEBUG -DQT_NO_DEBUG
-DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++-64 -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets
-I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I../generated/moc -I../generated/ui -o ../generated/obj/settingsmanager.o
../src/settings/settingsmanager.cpp
../src/settings/settingsmanager.cpp: In constructor ‘SettingsManager::SettingsManager(QObject*)’:
../src/settings/settingsmanager.cpp:101:4: error: ‘GenericConfigLocation’ is not a member of ‘QStandardPaths’
QStandardPaths::GenericConfigLocation) + SETTINGS_FILE_NAME;
^
../src/settings/settingsmanager.cpp: In member function ‘bool SettingsManager::setPortableMode(bool)’:
../src/settings/settingsmanager.cpp:132:3: error: ‘GenericConfigLocation’ is not a member of ‘QStandardPaths’
QStandardPaths::GenericConfigLocation);
^
make: *** [../generated/obj/settingsmanager.o] Errore 1
|
|
|
|
|
|
#28 | Link |
|
Beyond Kawaii
Join Date: Feb 2008
Location: Russia
Posts: 724
|
Weird. Maybe "GenericConfigLocation" was introduced in newer Qt5 version than the one you've got? Can you upgrade it? If not - replace "GenericConfigLocation" with "ConfigLocation".
__________________
...desu! |
|
|
|
|
|
#29 | Link | |
|
Registered User
Join Date: Feb 2014
Location: Italy
Posts: 22
|
Error
Quote:
https://launchpad.net/~ubuntu-sdk-te...ive/ubuntu/ppa and they say Qt5 is partially supported in version 12.04 LTS. Could be this the problem ? Anyway i've change what you tell me to change and now it prompt me this: Code:
../src/settings/itemdelegateforhotkey.cpp:1:28: fatal error: QKeySequenceEdit: File o directory non esistente
#include <QKeySequenceEdit>
^
compilation terminated.
make: *** [../generated/obj/itemdelegateforhotkey.o] Errore 1
|
|
|
|
|
|
|
#30 | Link |
|
Beyond Kawaii
Join Date: Feb 2008
Location: Russia
Posts: 724
|
No idea, honestly. To me it seems that your version of Qt5 is incomplete. You could try and build it from the sources. What "Qt5 is partially supported in version 12.04 LTS" means is a mystery to me. QKeySequenceEdit was introduced in Qt5.2.
__________________
...desu! |
|
|
|
|
|
#31 | Link | |
|
Registered User
Join Date: Feb 2014
Location: Italy
Posts: 22
|
Quote:
EDIT [18.08.2014]: I've manage to build vapoursynth-editor. Now, i run it and it prompt me this error: Code:
VapourSynth plugins manager: Failed to load vapoursynth library! Please set up the library search paths in settings. ![]() and when i do not use any plugin it prompt me this: Code:
Failed to initialize VapourSynth I followed this post to build vapoursynth and FFMS2: LINK Then i build vapoursynth-editor. Since from vapoursynth ./waf configure the PREFIX is set to " /usr/local/ ", LIBDIR to " PREFIX/lib " and PLUGINDIR to "LIBDIR/vapoursynth", i don't understand why it can't load them. I also set the vapoursynth.conf file as it explain here: LINK since XDG_CONFIG_HOME is not defined. Any suggestion ? Last edited by dontrythisathome; 18th August 2014 at 14:59. Reason: Update message and add more content |
|
|
|
|
|
|
#37 | Link | |
|
Registered User
Join Date: Feb 2014
Location: Italy
Posts: 22
|
Quote:
This is the output it gives me Code:
VapourSynth plugins manager: Failed to load vapoursynth library! Please set up the library search paths in settings. |
|
|
|
|
|
|
#38 | Link |
|
Beyond Kawaii
Join Date: Feb 2008
Location: Russia
Posts: 724
|
The truth is you shouldn't need to set the library search path in Linux at all. In Windows too since I've added autodetection. For some reason vsedit can not find VapourSynth library. What name does it have in your build?
__________________
...desu! |
|
|
|
|
|
#39 | Link | |
|
Registered User
Join Date: Feb 2014
Location: Italy
Posts: 22
|
Quote:
This is the build name of vapoursynth Code:
vapoursynth_24R-r1079-1_amd64 |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|