I'm sorry to say, but instead of making the version for Windows and Linux available, I found out about another bug and decided to first fix it.
Therefor, we now have version 0.99 on OSX that you can find here for download.
And, since last week the source code is hosted on the open source sharing/colaboration platform github
Posts mit dem Label open source werden angezeigt. Alle Posts anzeigen
Posts mit dem Label open source werden angezeigt. Alle Posts anzeigen
Sonntag, 25. September 2011
Another bugfix for trueColor3D on OSX
I'm sorry to say, but instead of making the version for Windows and Linux available, I found out about another bug and decided to first fix it.
Therefor, we now have version 0.99 on OSX that you can find here for download.
And, since last week the source code is hosted on the open source sharing/colaboration platform github
Therefor, we now have version 0.99 on OSX that you can find here for download.
And, since last week the source code is hosted on the open source sharing/colaboration platform github
Another bugfix for trueColor3D on OSX
Tags:
bugfix,
open software,
open source,
OSX,
trueColor3D
Dienstag, 30. August 2011
Bugfixes for trueColor3D on OSX (version 0.98)
Download version 0.98 (OSX) or 0.94 (Win) from my DropBox :
OSX 32-bit binary (v0.98),
Windows 32-bit binary (v0.94)
Source code only (v0.98),
OSX 32-bit binary (v0.98),
Windows 32-bit binary (v0.94)
Source code only (v0.98),
Download version 0.98 (OSX) or 0.94 (Win) from my DropBox :
OSX 32-bit binary (v0.98),
Windows 32-bit binary (v0.94)
Source code only (v0.98),
OSX 32-bit binary (v0.98),
Windows 32-bit binary (v0.94)
Source code only (v0.98),
Bugfixes for trueColor3D on OSX (version 0.98)
Tags:
flattr,
flattrware,
open source,
trueColor3D
Dienstag, 23. August 2011
Update of trueColor3D on OSX
After having some trouble with the libav parts used in ffmpeg, I found workarounds and now proudly present version 0.96.
I recently only worked on OSX Lion, so for now only the OSX binaries are available.
This version is the first to run without AviSynth, the very powerful, but Windows-only video post processing toolbox.
It outputs clips that can either play YT3D downloads for home use using AirVideo, or to upload your own work to Youtube (yes they play on iPad and iPhone, here are some examples from a beta tester) or even vimeo. You can also use it to prepare 3-D podcasts (testing) or clips to embed in iOS Apps to sell on the Apple AppStore.
Email me, if you need the new features also under Windows that is currently on version 0.94.
Download the source code here.
Download the binaries for OSX here.
Make sure to install both trueColor3D and qt-faststart as well as a decent version of ffmpeg in your path.
I recently explained how to install/build ffmpeg on OSX.
If you find this tool useful, please recommend it and consider opening a flattr account.
My project related tweets are from @openKMQ3D and use the hash tag #trueColor3D.
I recently only worked on OSX Lion, so for now only the OSX binaries are available.
This version is the first to run without AviSynth, the very powerful, but Windows-only video post processing toolbox.
It outputs clips that can either play YT3D downloads for home use using AirVideo, or to upload your own work to Youtube (yes they play on iPad and iPhone, here are some examples from a beta tester) or even vimeo. You can also use it to prepare 3-D podcasts (testing) or clips to embed in iOS Apps to sell on the Apple AppStore.
Email me, if you need the new features also under Windows that is currently on version 0.94.
Download the source code here.
Download the binaries for OSX here.
Make sure to install both trueColor3D and qt-faststart as well as a decent version of ffmpeg in your path.
I recently explained how to install/build ffmpeg on OSX.
If you find this tool useful, please recommend it and consider opening a flattr account.
My project related tweets are from @openKMQ3D and use the hash tag #trueColor3D.
After having some trouble with the libav parts used in ffmpeg, I found workarounds and now proudly present version 0.96.
I recently only worked on OSX Lion, so for now only the OSX binaries are available.
This version is the first to run without AviSynth, the very powerful, but Windows-only video post processing toolbox.
It outputs clips that can either play YT3D downloads for home use using AirVideo, or to upload your own work to Youtube (yes they play on iPad and iPhone, here are some examples from a beta tester) or even vimeo. You can also use it to prepare 3-D podcasts (testing) or clips to embed in iOS Apps to sell on the Apple AppStore.
Email me, if you need the new features also under Windows that is currently on version 0.94.
Download the source code here.
Download the binaries for OSX here.
Make sure to install both trueColor3D and qt-faststart as well as a decent version of ffmpeg in your path.
I recently explained how to install/build ffmpeg on OSX.
If you find this tool useful, please recommend it and consider opening a flattr account.
My project related tweets are from @openKMQ3D and use the hash tag #trueColor3D.
I recently only worked on OSX Lion, so for now only the OSX binaries are available.
This version is the first to run without AviSynth, the very powerful, but Windows-only video post processing toolbox.
It outputs clips that can either play YT3D downloads for home use using AirVideo, or to upload your own work to Youtube (yes they play on iPad and iPhone, here are some examples from a beta tester) or even vimeo. You can also use it to prepare 3-D podcasts (testing) or clips to embed in iOS Apps to sell on the Apple AppStore.
Email me, if you need the new features also under Windows that is currently on version 0.94.
Download the source code here.
Download the binaries for OSX here.
Make sure to install both trueColor3D and qt-faststart as well as a decent version of ffmpeg in your path.
I recently explained how to install/build ffmpeg on OSX.
If you find this tool useful, please recommend it and consider opening a flattr account.
My project related tweets are from @openKMQ3D and use the hash tag #trueColor3D.
Update of trueColor3D on OSX
Tags:
3-D,
flattr,
flattrware,
My3D,
open source,
OSX,
S3D,
stereoscopic,
TOYin3D,
trueColor3D
Dienstag, 9. August 2011
How to get ffmpeg to run on OSX
ffmpeg is a so called command line tool for audio/video file conversion and processing.
It's an open source project and parts of (depending on its configuration) it are not allowed to be redistributed in binary form without also providing the full source code.
For now, I suggest you take the time to download some free tools and source codes and to start the so called build process on your Mac on your own.
To build ffmpeg configured with all the parts needed to serve as trueColor3D's processing engine, you need
- XCode from the Apple MacAppStore
- The MacPorts project http://www.macports.org/
- FFMpeg from it's source code repository
You may need to launch the Terminal.app and type in and launch some commands.
1) Install XCode (should be free for Lion and just $3.99 for SnowLeopard).
2) Download the port command from the MacPort project and follow the instruction to build it with the gcc compiler tha came with xcode.
3) type in sudo port install ffmpeg and enter your admin/root password to download and build and install the ffmpeg program.
It's an open source project and parts of (depending on its configuration) it are not allowed to be redistributed in binary form without also providing the full source code.
For now, I suggest you take the time to download some free tools and source codes and to start the so called build process on your Mac on your own.
To build ffmpeg configured with all the parts needed to serve as trueColor3D's processing engine, you need
- XCode from the Apple MacAppStore
- The MacPorts project http://www.macports.org/
- FFMpeg from it's source code repository
You may need to launch the Terminal.app and type in and launch some commands.
1) Install XCode (should be free for Lion and just $3.99 for SnowLeopard).
2) Download the port command from the MacPort project and follow the instruction to build it with the gcc compiler tha came with xcode.
3) type in sudo port install ffmpeg and enter your admin/root password to download and build and install the ffmpeg program.
ffmpeg is a so called command line tool for audio/video file conversion and processing.
It's an open source project and parts of (depending on its configuration) it are not allowed to be redistributed in binary form without also providing the full source code.
For now, I suggest you take the time to download some free tools and source codes and to start the so called build process on your Mac on your own.
To build ffmpeg configured with all the parts needed to serve as trueColor3D's processing engine, you need
- XCode from the Apple MacAppStore
- The MacPorts project http://www.macports.org/
- FFMpeg from it's source code repository
You may need to launch the Terminal.app and type in and launch some commands.
1) Install XCode (should be free for Lion and just $3.99 for SnowLeopard).
2) Download the port command from the MacPort project and follow the instruction to build it with the gcc compiler tha came with xcode.
3) type in sudo port install ffmpeg and enter your admin/root password to download and build and install the ffmpeg program.
It's an open source project and parts of (depending on its configuration) it are not allowed to be redistributed in binary form without also providing the full source code.
For now, I suggest you take the time to download some free tools and source codes and to start the so called build process on your Mac on your own.
To build ffmpeg configured with all the parts needed to serve as trueColor3D's processing engine, you need
- XCode from the Apple MacAppStore
- The MacPorts project http://www.macports.org/
- FFMpeg from it's source code repository
You may need to launch the Terminal.app and type in and launch some commands.
1) Install XCode (should be free for Lion and just $3.99 for SnowLeopard).
2) Download the port command from the MacPort project and follow the instruction to build it with the gcc compiler tha came with xcode.
3) type in sudo port install ffmpeg and enter your admin/root password to download and build and install the ffmpeg program.
How to get ffmpeg to run on OSX
Tags:
ffmpeg,
open source,
OSX,
trueColor3D
Abonnieren
Kommentare (Atom)
