projectx
Reading GUI-Switch...
Reading Help Switch...
Reading Config File Switch...
Start with GUI...
Loading last Config or Standard File...
Loading Language -> 'en'
ProjectX 0.90.4.00/30.03.2006 TEST PROJECT ONLY , User: user
TERMS AND CONDITIONS:
(1) this is a free Java based demux utility.
(2) It is intended for educational purposes only, as a non-commercial test project.
(3) released under the terms of the GNU GPL.
(4) there is NO WARRANTY of any kind attached to this software.
(5) use it at your own risk and for your own education.
Java Environment
24. elokuuta 2018 9.59.38 EEST
java.version 10.0.2
java.vendor Oracle Corporation
java.home /usr/lib/jvm/java-11-openjdk-amd64
java.vm.version 10.0.2+13-Ubuntu-1ubuntu0.18.04.1
java.vm.vendor Oracle Corporation
java.vm.name OpenJDK 64-Bit Server VM
java.class.vers 54.0
java.class.path /usr/share/java/ProjectX.jar
os.name Linux
os.arch amd64
os.version 4.15.0-32-generic
ini.file /home/sami/Videot/elokuva/elokuvat/X.ini
ext.disk.access disabled or library not found
user.language en
user.name sami
user.home /home/sami
quick CL usage:
Note: CL doesn't load the GUI components, except with switch [-gui]
<without options> ...starts the GUI
switches and inputfiles can be in any order
options:
[-ini <path + inifile>] ..use that specified iniFile instead of the standard
[-dvx1] ..create a .d2v ProjectFile on demux
[-dvx2] ..create a .d2v ProjectFile + .ac3.wav (RIFF WAVE Header)
[-dvx3] ..create a .d2v ProjectFile + .mpa.wav (RIFF WAVE Header)
[-dvx4] ..create a .d2v ProjectFile + .ac3.wav + mpa.wav (RIFF WAVE Header)
[-out <path>] ..use that specified directory for output
[-name <filename>] ..use that specified filename for output
[-cut <file>] ..use that text based file as cutpoint list
[-chp <file>] ..use that text based file as chapterpoint list
[-id <tokens>] ..use only these (P)IDs, separated by comma ","
[-gui] ..display the GUI using all given CLI options
[-log] ..write the normal logfile
[-saveini] ..save changes made bei CLI in active .ini
[-split <xxx>] ..split output at xxx MB
[-demux, -tom2p, -topva, -tovdr, -tots, -filter] ..action types
Loading Basic Classes...
Reading CLI Switches...
Exception in thread "main" java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
at java.desktop/java.awt.Toolkit.newAWTError(Toolkit.java:472)
at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:488)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
at java.base/java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1608)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
at java.desktop/java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:532)
at java.desktop/java.awt.Toolkit.getDefaultToolkit(Toolkit.java:613)
at java.desktop/javax.swing.JFileChooser.installShowFilesListener(JFileChooser.java:395)
at java.desktop/javax.swing.JFileChooser.setup(JFileChooser.java:375)
at java.desktop/javax.swing.JFileChooser.<init>(JFileChooser.java:348)
at java.desktop/javax.swing.JFileChooser.<init>(JFileChooser.java:295)
at net.sourceforge.dvb.projectx.gui.X_JFileChooser.<init>(Unknown Source)
at net.sourceforge.dvb.projectx.gui.CommonGui.<init>(Unknown Source)
at net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl.init(Unknown Source)
at net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl.<init>(Unknown Source)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488)
at java.base/java.lang.Class.newInstance(Class.java:560)
at net.sourceforge.dvb.projectx.common.GuiInterface.getImplementation(Unknown Source)
at net.sourceforge.dvb.projectx.common.GuiInterface.<init>(Unknown Source)
at net.sourceforge.dvb.projectx.common.Common.prepareGui(Unknown Source)
at net.sourceforge.dvb.projectx.common.Start.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.GNOME.Accessibility.AtkWrapper
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:374)
at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:485)
... 28 more