On 23 Dec 2014, at 18:13, Donald Powers <donkp...@gmail.com> wrote:
I have the latest release installed on a Pentium 4 hyper-threaded Dell. The application is installed in a 32 bit environment under Windows 7 and an Ubuntu 14.04 OS's. Both applications fail to completely render to .mov prores files. It also fails with renders to other formats. It does initiate render but fails to complete. The Linux install completes more frames than the Window build. Both applications are installed with the available binaries from the SourceForge site. I have run a memory test and ensured Natron can be run with full privileges in Windows. I have reinstalled in Ubuntu and changed the preferences settings in Windows. A complete render fails in all cases. Default settings are currently restored. The effect chain includes a Mpeg2 I-frame .mp4 file with choma key over a still image. The video is 900 frames long @ 29.97 fps. The problem did not exist in the last RC in Ubuntu. I only installed the latest release in Windows.Guidance on the matter would be appreciated.
--
You received this message because you are subscribed to the Google Groups "Natron" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Natron-VFX+...@googlegroups.com.
To post to this group, send email to Natro...@googlegroups.com.
Visit this group at http://groups.google.com/group/Natron-VFX.
To view this discussion on the web visit https://groups.google.com/d/msgid/Natron-VFX/b5f67c50-950f-4d70-b01d-29b53441ba1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Natron" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Natron-VFX+...@googlegroups.com.
To post to this group, send email to Natro...@googlegroups.com.
Visit this group at http://groups.google.com/group/Natron-VFX.
To view this discussion on the web visit https://groups.google.com/d/msgid/Natron-VFX/5a2d5c86-d810-4ded-9d95-52054d6d2f85%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Natron" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Natron-VFX+...@googlegroups.com.
To post to this group, send email to Natro...@googlegroups.com.
Visit this group at http://groups.google.com/group/Natron-VFX.
To view this discussion on the web visit https://groups.google.com/d/msgid/Natron-VFX/1defbfb1-fd8a-492b-b5d0-e8627d05e4de%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Natron" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Natron-VFX+...@googlegroups.com.
To post to this group, send email to Natro...@googlegroups.com.
Visit this group at http://groups.google.com/group/Natron-VFX.
To view this discussion on the web visit https://groups.google.com/d/msgid/Natron-VFX/e00d490c-f0b0-4072-8368-7a5b37c80971%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Natron" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Natron-VFX+...@googlegroups.com.
To post to this group, send email to Natro...@googlegroups.com.
Visit this group at http://groups.google.com/group/Natron-VFX.
To view this discussion on the web visit https://groups.google.com/d/msgid/Natron-VFX/b3627d6b-5687-4f36-a9dc-339be2ed34e0%40googlegroups.com.
#!/bin/bash
SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
SOURCE="$(readlink "$SOURCE")"
[[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE"
done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
export LC_NUMERIC=C
export LD_LIBRARY_PATH=$DIR/lib:$LD_LIBRARY_PATH
#if [ -f $DIR/share/OpenColorIO-Configs/nuke-default/config.ocio ]; then
# export OCIO=$DIR/share/OpenColorIO-Configs/nuke-default/config.ocio
#fi
if [ -f $DIR/bin/python2.7 ]; then
export PYTHON_HOME=$DIR
export PATH=$DIR/bin:$PATH
fi
if [ -f $DIR/lib/python2.7 ]; then
export PYTHON_PATH=$DIR/lib/python2.7
fi
if [ "$1" == "-debug" ]; then
export SEGFAULT_SIGNALS="all"
catchsegv $DIR/bin/NatronRenderer.debug -style fusion $*
else
$DIR/bin/NatronRenderer -style fusion $*
fi
--
You received this message because you are subscribed to the Google Groups "Natron" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Natron-VFX+...@googlegroups.com.
To post to this group, send email to Natro...@googlegroups.com.
Visit this group at http://groups.google.com/group/Natron-VFX.
To view this discussion on the web visit https://groups.google.com/d/msgid/Natron-VFX/3472f034-cc61-4136-9f40-35f0ebe8c6b7%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Natron" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Natron-VFX+...@googlegroups.com.
To post to this group, send email to Natro...@googlegroups.com.
Visit this group at http://groups.google.com/group/Natron-VFX.
To view this discussion on the web visit https://groups.google.com/d/msgid/Natron-VFX/cdfe7b7c-64f4-42b1-bf43-0d61489abe89%40googlegroups.com.