Package Search
 
Members: 353 | Topics: 767 | Posts: 3211
We welcome our newest member: ClintBarton
Info
» You aren't logged in, login or registerOnline: No members and 17 guests | Time: 14:29
new package - AVISynth
paldo Support Forum    paldo    General Support
Reply Reply   Subscribe Topic Subscribe Topic
1 post found.
 new package - AVISynth
Moderator
 
 
Linux-Dude
 
Posts: 1187
Registered: 2006-11-23


Info

Avisynth 3.0 is a powerful frameserver for Windows and Linux. It aims at editing and processing videos in a non linear manner.

Aviysnth 3.0 is a complete rewrite of Avisynth 2.5, written from scratch by Bidoche (David Pierre). Its advantages compared to Avisynth 2.5 are the following:

* Abstract core layer that allows it to run on Windows and Linux.
* Better cache managing.
* More powerful script langage.
* Some more internal improvements.

On the other hand, the bad news is that the plugins of Avisynth 2.5 are not compatible with the 3.0 version.

About compiling

It was a hard work for me to do this packages. The biggest problem was GCC 4.1 (which is solved now).
Also I needed to do a special boost-packages.

Needed time for compiling

On my machine (AMD64 3500+ 1GB) it tooks:

1 min for x264-2007.02.07-0
1 min for sltport-5.0.3-1
1 min for boost-avs-1.33.1-1
5 min for avisynth-3.0-CVS-20070209-1

Total: 8 min

How to install

First add my repository to your /etc/upkg.conf-file:

Code[In neuem Fenster öffnen]
$ su
Password: <enter your root password>
# sed -i -e 's%<repositories>%&\n<repository>http://home.arcor.de/amnonssecondpaldorepo/</repository>%' /etc/upkg.conf


Then install avisynth with:

Code[In neuem Fenster öffnen]
upkg-build avisynth


You should get this message:

Code[In neuem Fenster öffnen]
[amnon@amnonsstation:~]$ sudo upkg-build avisynth
Generating script...
Writing script...
Executing script...
The following extra packages will be installed:
x264 stlport boost-avs avisynth

The following packages will be built from source:
x264 stlport boost-avs avisynth

Do you want to continue? [Y/n]


Usage

Create a sample.avs-file with this contents:

Code[In neuem Fenster öffnen]
GstreamerSource("sample.avi",0,0)


Edit sample.avi to your filename and open the sample.avs-file in avisynth_test.
Profile   Private Message   E-Mail
Created: 2007-02-08 19:35 | Modified: 2007-02-09 21:56 by Amnon82
Highlight selected Text   Edit   Delete   Quote Reply
Subscribe Topic Subscribe Topic
powered by bitron board 1.23a