[Ardour-Dev] a3 video-timeline completed (first version)

Robin Gareus robin at gareus.org
Sun Jul 4 01:58:33 PDT 2010


On 07/04/2010 08:29 AM, Patrick Shirkey wrote:
> 
> On Sat, July 3, 2010 10:22 am, Robin Gareus wrote:
>> Hi again,
>>
>> I've completed the first version of the video-timeline and xjadeo
>> integration for ardour3! All intended features are implemented and
>> working.
>>
> 
> Very cool!
> 
>> The patch includes a test-video server under 'tools/' (a PHP script
>> calling ffmpeg which performs poorly). The video-server is also already
>> usable (see README), but needs a bit more work.
>>
>> Patch:
>> http://rg42.org/gitweb/?p=ardour3.git;a=commitdiff_plain;hp=master;h=videotl
>>
>> or get it directly git://rg42.org/ardour3 # videotl branch
>> configure with ./waf configure --videotimeline
>>
> 
> I'm trying to install this now. The instructions above didn't work for me.
> 
> Here's what I have done so far.
> 
> # git clone git://rg42.org/ardour3
> # cd ardour3/
> # git checkout -b videotl
> Switched to a new branch 'videotl
> # ./waf configure --videotimeline
> waf [command] [options]
> 
> waf: error: no such option: --videotimeline

git clone git://rg42.org/ardour3
cd ardour3/
git checkout -b videotl origin/videotl
./waf configure --videotimeline
./waf

HTH,
robin



More information about the Ardour-Dev mailing list