Celestia works perfectly.. but is there a reason i don't have the ability (neither the menu entry) to capture movies ???
Maybe built with some package missing?
Thank you in advance.
Davide.
Movie capture entry missing...
-
Topic authorxoxo_davide
- Posts: 6
- Joined: 17.07.2007
- With us: 17 years 4 months
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 4 months
- Location: Lyon (France)
-
Topic authorxoxo_davide
- Posts: 6
- Joined: 17.07.2007
- With us: 17 years 4 months
Check the file config.log and search "theora" in it.
Here mine :
Here mine :
Code: Select all
configure:38918: checking for theora
configure:38922: result: yes
configure:38926: checking THEORA_CFLAGS
configure:38929: result:
configure:38932: checking THEORA_LIBS
configure:38935: result: -ltheora -logg
-
Topic authorxoxo_davide
- Posts: 6
- Joined: 17.07.2007
- With us: 17 years 4 months
- t00fri
- Developer
- Posts: 8772
- Joined: 29.03.2002
- Age: 22
- With us: 22 years 7 months
- Location: Hamburg, Germany
mjoubert wrote:As you can see here Christophe, I read this forum from bottom to top, and you read it from top to bottom...
Anyway, same answer.
This sort of thing happens if someone posts the SAME stuff at several places in the forum!
http://www.celestiaproject.net/forum/viewtopic.php?t=11300
http://www.celestiaproject.net/forum/viewtopic.php?t=11299
Really bad style...
Bye Fridger
-
Topic authorxoxo_davide
- Posts: 6
- Joined: 17.07.2007
- With us: 17 years 4 months
xoxo_davide wrote:there's no checking for theora at all... suspect: is it avaiable in version 1.4.1 or do i need 1.5pre ?
You're right :
Change log 1.5.0 wrote:* KDE and GTK: added ogg/theora video capture
You can build it from cvs :
1) Open a terminal
2) Create an empty directory
3) type :
Code: Select all
cvs -z3 -d:pserver:anonymous@celestia.cvs.sourceforge.net:/cvsroot/celestia co -P celestia
4) Retrieve ./configure script
Code: Select all
make -f Makefile.cvs
5) Configure with theora.
-
Topic authorxoxo_davide
- Posts: 6
- Joined: 17.07.2007
- With us: 17 years 4 months
[SOLVED] Movie capture entry missing...
recompiled from csv.. seems fine. Thank you all guys.