Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Video editing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Tuomaz
n00b
n00b


Joined: 05 Oct 2004
Posts: 42

PostPosted: Mon Dec 20, 2004 7:49 pm    Post subject: Video editing Reply with quote

Hi
Has someone tried PiTiVi (http://www.pitivi.org/) yet?

Currently I'm doing some editing of dv-cam movies with Kino which I find great, but some more video effects/transitions would be great. I have tried Cinelerra but I haven't have the time to learn it.

Maybe PiTiVi is the future?
Back to top
View user's profile Send private message
Vanquirius
Retired Dev
Retired Dev


Joined: 14 Jun 2002
Posts: 1297
Location: Ethereal plains

PostPosted: Mon Dec 20, 2004 11:13 pm    Post subject: Reply with quote

I tried it today for the first time and it seemed pretty cool. I hope it is the future, that we have a decent open-source video editting tool.

Once it's in Portage, it might spark up more attention in Gentooers...
_________________
Hello.
Back to top
View user's profile Send private message
gaminggeek
Apprentice
Apprentice


Joined: 13 Nov 2003
Posts: 231
Location: New Zealand

PostPosted: Tue Dec 21, 2004 12:14 am    Post subject: Reply with quote

I could not get it to compile :(

Code:
checking for     gstreamer-0.8 >= 0.8.6     gstreamer-interfaces-0.8 >= 0.8.6     gstreamer-control-0.8 >= 0.8.6     gstreamer-gconf-0.8 >= 0.8.6... Requested 'gstreamer-interfaces-0.8 >= 0.8.6' but version of GStreamer Interfaces Library is 0.8.5
configure: error: you need gstreamer development packages installed !

Code:

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] media-libs/gstreamer-0.8.7

Back to top
View user's profile Send private message
Vanquirius
Retired Dev
Retired Dev


Joined: 14 Jun 2002
Posts: 1297
Location: Ethereal plains

PostPosted: Tue Dec 21, 2004 12:17 am    Post subject: Reply with quote

gaminggeek: you need gst-plugins-0.8.6, which is not in Portage yet;
gstreamer is different from gst-plugins.
_________________
Hello.
Back to top
View user's profile Send private message
babo
Guru
Guru


Joined: 10 Aug 2004
Posts: 477
Location: Ljubljana

PostPosted: Thu Dec 23, 2004 4:30 pm    Post subject: Reply with quote

I installed gst-plugins 0.8.6 that I got from gstreamer page, but if I run configure of pitivi still it shows me like my gstreamer-interfaces is 0.8.5 :?

Maybe it would be good to mention I'm running amd64.
Back to top
View user's profile Send private message
madmango
Guru
Guru


Joined: 15 Jul 2003
Posts: 507
Location: PA, USA

PostPosted: Thu Dec 23, 2004 5:35 pm    Post subject: Reply with quote

i'm sure it would also help to unmerge version 0.85 and put media-libs/gst-plugins-0.86 in /etc/portage/profile/package.provided.
_________________
word.
Back to top
View user's profile Send private message
madmango
Guru
Guru


Joined: 15 Jul 2003
Posts: 507
Location: PA, USA

PostPosted: Thu Dec 23, 2004 5:46 pm    Post subject: Reply with quote

Hmm... same problem, even after the above.

edit:

okay, here's the ticket. you have to configure gst-plugins with --prefix=/usr
_________________
word.
Back to top
View user's profile Send private message
babo
Guru
Guru


Joined: 10 Aug 2004
Posts: 477
Location: Ljubljana

PostPosted: Thu Dec 23, 2004 6:06 pm    Post subject: Reply with quote

Quote:
okay, here's the ticket. you have to configure gst-plugins with --prefix=/usr


Can you explain this for dumb people (me) :D
Back to top
View user's profile Send private message
Vanquirius
Retired Dev
Retired Dev


Joined: 14 Jun 2002
Posts: 1297
Location: Ethereal plains

PostPosted: Thu Dec 23, 2004 6:21 pm    Post subject: Reply with quote

./configure --prefix=/usr
make
make install
_________________
Hello.
Back to top
View user's profile Send private message
babo
Guru
Guru


Joined: 10 Aug 2004
Posts: 477
Location: Ljubljana

PostPosted: Thu Dec 23, 2004 6:24 pm    Post subject: Reply with quote

got it
it works
thanks guys
Back to top
View user's profile Send private message
babo
Guru
Guru


Joined: 10 Aug 2004
Posts: 477
Location: Ljubljana

PostPosted: Sun Jun 05, 2005 6:58 pm    Post subject: Reply with quote

anyone got succes with installing pitivi 0.1.9.1?

gnonlin is one of dependancies, but it failes to compile here. This are the last output lines:

Code:
gcc -o .libs/gnonlin-scan .libs/gnonlin-scan.o -Wl,--export-dynamic -pthread -Wl
,--export-dynamic -pthread  -L/usr/lib64 ../../gnl/.libs/libgnl.so /usr/lib64/li
bgstreamer-0.8.so /usr/lib64/libpopt.so /usr/lib64/libgobject-2.0.so /usr/lib64/
libgmodule-2.0.so /usr/lib64/libgthread-2.0.so /usr/lib64/libxml2.so -ldl -lpthr
ead -lz -lm /usr/lib64/libglib-2.0.so  -Wl,--rpath -Wl,/usr/local/lib/gstreamer-
0.8
creating gnonlin-scan
if test "x../.." != "x../..";                   \
        then                                                            \
          export BUILT_OPTIONS="--source-dir=../../gnl";        \
        fi;                                                             \
gtkdoc-scan                                                     \
                                        \
        --module=gnonlin                                        \
        --source-dir=../../gnl                          \
        $BUILT_OPTIONS                                          \
        --ignore-headers=""
touch scan-build.stamp
make[3]: *** No rule to make target `gnonlin-overrides.txt', needed by `tmpl-bui
ld.stamp'.  Stop.
make[3]: Leaving directory `/home/babo/daunloudi/install/gnonlin-0.2.2/docs/libs
'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/babo/daunloudi/install/gnonlin-0.2.2/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/babo/daunloudi/install/gnonlin-0.2.2'
make: *** [all] Error 2



I'm running amd64, but get the same error on x86.
Back to top
View user's profile Send private message
babo
Guru
Guru


Joined: 10 Aug 2004
Posts: 477
Location: Ljubljana

PostPosted: Sat Jul 09, 2005 10:10 am    Post subject: Reply with quote

I found an ebuild for gnonlin here:

https://bugs.gentoo.org/show_bug.cgi?id=94758

, but I can not get it to compile on x86 or amd64.

Has anyone had succes with it?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum