Re: [CinCV] Cool ways to use Cinelerra???

2009-05-04 Thread William Witt
On Mon, 2009-05-04 at 13:26 -0400, Aaron Newcomb wrote:
> Hey everyone. I am doing an interview in a few days on FLOSS Weekly
> about Cinelerra/Lumiera and I wanted to share some cool ways that
> people are using Cinelerra. Perhaps you use it to edit video for a TV
> station. Or maybe you have used it to make a movie. If you could share
> your thoughts with me I will try to share them with Leo and Randal
> during the interview.
> 

I used Cin to do a memorial video/slideshow that was played at the
memorial service for the first Chief Master Sergeant of the Air Force
about a month ago.  

http://www.vimeo.com/4142111

Will


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Cin-3 naming.

2008-01-29 Thread William Witt

Cory K. wrote:

I just wanted to throw this one out there. "Freecine"

While hammering on it to try to free it up to get it into Debian/Ubuntu
we considered a name change because of all the changes and to make it
clear it was different than Cinelerra.

If a more original name is wanted I understand. :P

I'm glad to see this effort underway. This will most defiantly become
default in Ubuntu Studio upon its release.

-Cory (Ubuntu Studio lead)

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

  
I've been lurking here for a while and thought I'd throw in my $.02. 


Here are a couple of name I thought of:

FilmStock
FilmFest

Will

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] compile failure - 2nd request

2007-03-04 Thread William Witt
did you get the source from svn or from a tar ball?  I believe the i686 
directory problem is a known problem of the HV(offical) version.  If 
memory serves me, it is dependent on an older version of make also.  If 
you you didn't get it from svn follow the directions at 
http://cvs.cinelerra.org/svnusage.php to get it.  This mailing list is 
for the community version.


Will

Andrew wrote:

I was once told by a moderator (of a different development list, no less) that 
repeating a request is OK, after some time lapse, since the initial one can 
fall through the cracks.  If it's radically different in CinCVS, please let me 
know.

In any case - no one appears to have attempted to resolve my compile.

Please help!

(I, too, would like to sit back, relax and be idly curious about benchmarking 
cinelerra, but i'm not even on base 1.)

thanks
andrew

 previously posted message: 

When I try to build cinelerra, make fails. I presume it's because i haven't 
compiled quicktime4linux .

So, i try to compile quicktime4linux, and make fails for /it/, too.

Also, 1) i don't understand why the "syntax error" at the beginning of "make" and 2) i 
"had"(?) to create the soft link inside the source tree -- " ln -s . ./i686 " before it would find 
anything.  (Is that what one is supposed to do?)

(i think my libmpeg3-1.7 compiled OK.  But where is this "codec_plugin.h" 
needed by quicktime4linux ? Through intense googling i found out that mpeg4ip has one 
such file, but make for mpeg4ip-1.5.0.1 fails also(!) )

I'm on Fedora Core 6, kernel 2.6.18-1

TIA

andrew

- cinelerra itself: --

cinelerra-2.1]# make
sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/data/installers/cine/cinelerra-2.1'
make -C libraw1394*

<...snip...>

make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory 
`/data/installers/cine/cinelerra-2.1/libsndfile-1.0.11'
make[2]: Leaving directory 
`/data/installers/cine/cinelerra-2.1/libsndfile-1.0.11'
make -C quicktime
/bin/sh: -c: line 1: syntax error: unexpected end of file
/bin/sh: i686/c_flags: No such file or directory
/bin/sh: i686/lame_flags: No such file or directory
/bin/sh: i686/objs: No such file or directory
make[2]: Entering directory `/data/installers/cine/cinelerra-2.1/quicktime'
make[2]: *** No rule to make target `i686', needed by `all'.  Stop.
make[2]: Leaving directory `/data/installers/cine/cinelerra-2.1/quicktime'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/data/installers/cine/cinelerra-2.1'
make: *** [all] Error 2


-- quicktime4linux ---


quicktime4linux-2.2]# make
expr: syntax error
/bin/sh: -c: line 1: syntax error: unexpected end of file
make -C faad2-2.0 && \
mkdir -p i686/faad/ && \
cd i686/faad/ && \
ar x ../../faad2-2.0/libfaad/.libs/libfaad.a
make[1]: Entering directory 
`/data/installers/cine/quicktime4linux-2.2/faad2-2.0'
make  all-recursive

<... snip ... >

make[4]: Entering directory 
`/data/installers/cine/quicktime4linux-2.2/faad2-2.0/plugins/mpeg4ip'
if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../include   -D_REENTRANT -DNOCONTROLS -fexceptions  -g -O2 -MT faad2.lo -MD -MP -MF 
".deps/faad2.Tpo" -c -o faad2.lo faad2.cpp; \
then mv -f ".deps/faad2.Tpo" ".deps/faad2.Plo"; else rm -f 
".deps/faad2.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -D_REENTRANT -DNOCONTROLS 
-fexceptions -g -O2 -MT faad2.lo -MD -MP -MF .deps/faad2.Tpo -c faad2.cpp  
-fPIC -DPIC -o .libs/faad2.o
In file included from faad2.cpp:21:
faad2.h:28:26: error: codec_plugin.h: No such file or directory
faad2.cpp:22:32: error: mpeg4_audio_config.h: No such file or directory
faad2.cpp:23:23: error: mpeg4_sdp.h: No such file or directory
faad2.h:36: error: 'codec_data_t' does not name a type
faad2.h:37: error: ISO C++ forbids declaration of 'audio_vft_t' with no type
<...snip...>

---  mpeg4ip --

mpeg4ip-1.5.0.1]# make

<...snip...>

make[4]: Entering directory `/data/installers/cine/mpeg4ip-1.5.0.1/player/src'
/bin/sh ../../libtool --tag=CXX --mode=link g++ -D_REENTRANT -DNOCONTROLS -fexceptions 
-Wall -Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas -Wno-deprecated 
-Wformat=2 -Wpointer-arith -Wsign-compare 
-DPLAYER_PLUGIN_DIR=\"/usr/local/lib/mp4player_plugin\"   -g -O2 -DUSE_MMX 
-DMPEG4IP -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT   -o mp4player  main.o -lm 
../../lib/SDLAudio/src/libmpeg4ipSDL.la  libmp4player.la libmp4syncbase.la 
libmp4syncsdl.la libmp4sdlvideo.la libmp4syncbase.la libmp4playerutils.la 
../../lib/audio/libaudio.la ../../lib/ismacryp/libismacryp.la ../../lib/srtp/libsrtpif.la 
-L/usr/lib -lSDL -lpthread  -ldl
libtool: link: cannot find the library 
`/data/installers/mpeg4ip-1.5.0.1/lib/gnu/libmpeg4ip_gnu.la'
make[4]: *** [mp4player] Error 1
make[4]: Leaving dire

Re: [CinCVS] first posting

2007-02-24 Thread William Witt

Fred Williams wrote:

Hello everybody,
I am running ubuntu, the Edgy Eft version 6.10, and this is my first
posting to the group.  I have tried a couple of times to get Cinelerra
up and running on my new core 2 duo processor with 2 Gigs of memory.  My
latest attempt involved getting the .deb package and trying to install
it with a debian package installer which completes without complaining
and tells me that cinelerra is installed, but when I try to run it, I
get,

  
cinelerra: error while loading shared libraries: libmjpegutils-1.8.so.0: 
cannot open shared object file: No such file or directory



	I just upgraded to Edgy because I believed that it was necessary 
for the installation of Cinelerra, and now it doesn't work.  It's very 
frustrating My scanner no longer works either.



  
Hi Fred, I think I ran in to you on the ubuntu newsgroup.  If you'd like 
to email me offline I'll try to walk you through the process.


Will

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] make errors

2007-01-04 Thread William Witt

I'm running edgy and these are the packages I have installed:

ii  faad 2.0.0+cvs20040908+mp4v2+bmp-0ubuntu3  freeware 
Advanced Audio Decoder player
ii  libfaad2-02.0.0+cvs20040908+mp4v2+bmp-0ubuntu3  freeware 
Advanced Audio Decoder - runtime fi
ii  libfaad2-dev2.0.0+cvs20040908+mp4v2+bmp-0ubuntu3  freeware 
Advanced Audio Decoder - developmen

w

Valentina Messeri wrote:

Quoting Joe Friedrichsen <[EMAIL PROTECTED]>:

ok, but raffa is on a ubuntu system:)

Try install faad from source:

http://sourceforge.net/project/downloading.php?groupname=faac&filename=faad2-2.5.tar.gz&use_mirror=kent 



and join chat, if you want, i'm there

;)

Vale


On 1/3/07, Nicolas Maufrais <[EMAIL PROTECTED]> wrote:

Which libfaad packages are installed on your computer? Here's what is
installed on mine:
dpkg -l | grep faad
ii  libfaad-dev 2.5-1 freeware Advanced Audio Decoder - development 
files

ii  libfaad02.5-1 freeware Advanced Audio Decoder - runtime files
ii  libfaad2-0  2.5-1 freeware Advanced Audio Decoder - dummy package


Add another confirmation for those versions from my debian etch:

[EMAIL PROTECTED]:$ dpkg -l | grep faad
ii  libfaad-dev 2.5-1freeware Advanced Audio Decoder - development files
ii  libfaad0 2.5-1 freeware Advanced Audio Decoder - runtime files
ii  libfaad2-0 2.5-1 freeware Advanced Audio Decoder - dummy package

[EMAIL PROTECTED]:$ apt-cache policy libfaad-dev libfaad0 libfaad2-0
libfaad-dev:
 Installed: 2.5-1
 Candidate: 2.5-1
 Version table:
*** 2.5-1 0
   500 http://http.us.debian.org etch/main Packages
   100 /var/lib/dpkg/status
libfaad0:
 Installed: 2.5-1
 Candidate: 2.5-1
 Version table:
*** 2.5-1 0
   500 http://http.us.debian.org etch/main Packages
   100 /var/lib/dpkg/status
libfaad2-0:
 Installed: 2.5-1
 Candidate: 2.5-1
 Version table:
*** 2.5-1 0
   500 http://http.us.debian.org etch/main Packages
   100 /var/lib/dpkg/status
2.5-0.1 0
   500 http://mirror.home-dn.net etch/main Packages

Cinelerra compiled from subversion with these packages.

Joe

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra




encosianima.net


This message was sent using IMP, the Internet Messaging Program.


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra



___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Exporting to mpeg video..

2006-12-18 Thread William Witt


Wesley T Allen wrote:

Hi all...

I'm having difficulty exporting to mpeg video using the yuv 4:2:0  I get 
errors no matter what and, while the other yuv setting allows me to render 
mpeg2 - it crashes everything but mplayer...



Here's my problem:
"/usr/local/lib/cinelerra/mpeg2enc.plugin: not found"

Any idea why that wouldn't have compiled?

Wes
  
I had a similar problem.  I just symlinked mpeg2enc to it (# ln -s 
/usr/bin/mpeg2enc /usr/local/lib/cinelerra/mpeg2enc.plugin) if anyone 
has a better solution please let me know.


Will

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] HDV to DVD, still need a tip...

2006-12-18 Thread William Witt



Marcin Kostur wrote:

Hey

>Also, you cannot put both 4:3 and widescreen format
>video in the same titleset.

That explains. Thanks!

How to generate 2-titlesets under dvdstyler?
(or any other working program?)
Problably i will generate just 2 DVD-s for 16/9 and 4/3 movies
separately... ;-)

To create a second titleset with dvdstyler, add the first file to the 
project, then right click in the section where the menus and titles are 
listed.  In the context menu that appears, click add -> titleset.


Will

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] FC6 and Ubuntu 6.10

2006-10-30 Thread William Witt

Aaron Newcomb wrote:

I know these distros just came out, but I am just wondering who has
tried running Cinelerra on them yet? I am a Fedora user primarily
(although I run Ubuntu on my laptop) and I am excited about some of
the upgrades in FC6, but I am also tied to Cinelerra. Does anyone
anticipate any problems other than having to compile a few packages by
hand?

I just compiled on 6.10 and had no issues.  All of the dependencies are 
available through the standard repos.


Will

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] cinelerra hungs on playing video

2006-07-21 Thread William Witt

Or leave it in ALSA and check the "stop play back locks" checkbox

Valentina Messeri wrote:

Quoting Eduardo Gargiulo <[EMAIL PROTECTED]>:


Hi all,


hi ;)



I'm trying to use cinelerra, but when I play video from program, 
viewer or
composer, it doesn't stop when the last frame is reached. All 
control/menu

buttons are freezed and the time counter never stops. I have to kill the
process and start cinelerra again.


in Setting > Preference > Playback change audio driver oss to alsa o 
alsa to oss


;)

ciao
vale




I'm using debianized version for amd64 apt-get'ed from
http://giss.hackitectura.net/~vale/debian/

How can I fix this problem? Any hints would be appreciated.

Thanks in advance and sorry for my english,

--ejg @sf.net


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra





encosianima.net


This message was sent using IMP, the Internet Messaging Program.



___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra





___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Cinerella dies when opening mov files

2006-06-21 Thread William Witt

http://bugs.cinelerra.org/show_bug.cgi?id=248

Th above bug report states that the problem was with 104 and that the 
solution was to downgrade to 102 or switch to the CVS version


Richard Korinek wrote:

On 21/06/06, Herman Robak <[EMAIL PROTECTED]> wrote:

On Wed, 21 Jun 2006 00:28:02 +0200, Andraz Tori
<[EMAIL PROTECTED]> wrote:

> please create a small mov file ( a megabyte or two), upload it 
somewhere

> and send me a link - create a bugreport

The clip he tries to open is from our test clip collection:
http://cvs.cinelerra.org/footage/prpol-rerender2.mov


Yes, that is the file I am trying to open. As for the libdv library, I
am using the latest version 0.104. I will file the bugreport later
today.

Thanks

Richard Korinek

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra





___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Cinerella dies when opening mov files

2006-06-20 Thread William Witt
I had a problem opening .mov files containing dv video.  It turned out 
to be a problem with libdv so I switched to the cvs version.


Herman Robak wrote:
On Wed, 21 Jun 2006 00:28:02 +0200, Andraz Tori 
<[EMAIL PROTECTED]> wrote:



please create a small mov file ( a megabyte or two), upload it somewhere
and send me a link - create a bugreport


The clip he tries to open is from our test clip collection:
http://cvs.cinelerra.org/footage/prpol-rerender2.mov

--Herman Robak

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra





___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] No load or Save Dialog boxes

2006-06-18 Thread William Witt

Dis regard, it just takes for ever to come up.

William Witt wrote:
Just compiled and installed r833 and now the load and save dialog 
boxes don't appear when I click on the menu items, has anyone else had 
this problem?


Will

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra





___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[CinCVS] No load or Save Dialog boxes

2006-06-18 Thread William Witt
Just compiled and installed r833 and now the load and save dialog boxes 
don't appear when I click on the menu items, has anyone else had this 
problem?


Will

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] how to load a project

2006-06-09 Thread William Witt
Please ensure that your insertion strategy is set to replace current 
project when opening an XML file.  If it's not, then it may cause the 
media clips to populate, but the "patch bay" does not populate with the 
edits/effects that you made. 


Don wrote:
I am new to cinelerra.  I spent several hours editing a project and 
repeatedly saved it.   I rendered it but the result was not 
satisfactory.   I want to re-rendeer and am wondering how to reload 
the project.   I found an xml file, but when I load that, none of my 
editing appears.  In my ~/.bcast directory I see .idx files and 
suspect that these contain the editing information that  I made.  So I 
am wondering how to load them.


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra





___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] audio fading bug?

2006-05-31 Thread William Witt
I had this problem too, the issue is that you are dragging the 
key-frames.  When the key-frame gets past the max on the fader (which 
you can do by dragging), the ganged track does not increase any 
further.  When the track is then lowered, the the ganged track moves 
proportionately until it bottoms out.  The way I solved the problem was 
to avoid dragging key-frames when possible.   Instead, select the point 
in time that you would like the key-frame placed (ensure the key is 
selected), then slide the fader.  Since you can't go beyond min or max, 
the audio fade stays synchronized.  If there is a bug, it is that you 
can drag the key-frames past min and max.


Will

Chris wrote:

Hi,

please help! :) I don't have more idea, why can't I control the stereo audio 
fade level simultaneously, even if the gauges are switched on. It seems, as 
the two tracks would be fitted in different ranges. 


See this small recording as an explanation:
http://nagyon.cjb.hu/audiobug.avi

The mouse is unfortunately not seen. I moved simply the (new) keypoints.

What am I doing wrong?

Note: Alt-F did not help...

Chris

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra



  


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Cinelerra SVN build with FC5/X.org X11 R7.0

2006-05-28 Thread William Witt

I think it is :)

jim scott wrote:
Thanks. Maybe I'm missing some of the libX*-devel packages. I think I 
yum'd for libx. Don't know if that's case sensitive or not.


On 5/28/06, *William Witt* <[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>> wrote:


I'm running FC5 and don't remember having problems with xorg-devel
building 799, here's what I have (probably more than you need...):

bash-3.1$ rpm -qa | grep devel| grep -i x
libXpm-devel-3.5.4.2-2.2
Xaw3d-devel-1.5E-6.2.2
libxfcegui4-devel-4.2.3-4.fc5
libXfixes-devel-3.0.1.2-2.2
libXcomposite-devel-0.2.2.2-2.2
gettext-devel-0.14.5-3
libXcursor-devel-1.1.5.2-2.2
libXxf86vm-devel-1.0.0-2.2
libXTrap-devel-1.0.0-2.2
xorg-x11-proto-devel-7.0-6
libxfce4util-devel-4.2.3.2-2.fc5
expat-devel-1.95.8-8.2
libXrandr-devel-1.1.0.2-2.2
libXevie-devel-1.0.0-2.2
libxslt-devel-1.1.15-1.2.1
libXScrnSaver-devel-1.0.1-1.2
xine-lib-devel-1.1.1-9.lvn5
gtk+extra-devel-2.1.1-2.fc5
libXmu-devel-1.0.0-2.2
libXi-devel-1.0.0-2.2
libXtst-devel-1.0.1-1.2
libxml2-devel-2.6.23-1.2
libxfce4mcs-devel-4.2.3-5.fc5
unixODBC-devel-2.2.11-6.2.1
wxGTK-devel-2.6.3-2.6.3.2.1.fc5
libXinerama-devel-1.0.1-1.2
libXres-devel-1.0.0-2.2
libXt-devel-1.0.0-2.2
libXvMC-devel-1.0.1-3
libselinux-devel-1.30-1.fc5
blackbox-devel-0.70.1-4.fc5
libXau-devel-1.0.0-2.2
libXxf86dga-devel-1.0.0-2.2
libXrender-devel-0.9.0.2-3.2
libXft-devel-2.1.8.2-3.2
libXfont-devel-1.0.0-2.2
libXdmcp-devel-1.0.0-2.2
libXxf86misc-devel-1.0.0-2.2
libXfontcache-devel-1.0.1-1.2
libX11-devel-1.0.0-3
libXext-devel-1.0.0-3.2
xfce-mcs-manager-devel-4.2.3-2.fc5
x264-devel-0.0.0-0.1.svn468.fc5
totem-xine-devel-1.4.0-1.lvn5
libXv-devel-1.0.1-1.2
libXdamage-devel-1.0.2.2-2.2
libXaw-devel-1.0.1-1.2
xorg-x11-xtrans-devel-1.0.0-3.2
OpenEXR-devel-1.2.2-7.fc5



jim scott wrote:
> Has anyone had any problems building from the latest SVN source
> against Fedora Core 5?  I'm getting an error stating that I need to
> install xlib-devel or xorg-devel. I've installed all the xorg-*
> packages for Fedora Core 5, but I still get the error.  (yum install
> xorg*)
>
> In FC4 I installed xorg-x11-devel-6.8, but FC5/xorg 7.0 doesn't have
> such a package. Anyone know if there is a specific xorg package
I need
> to install? Or is the Cinelerra build process not compatible
with xorg
> 7.0? Thanks.

___
Cinelerra mailing list
Cinelerra@skolelinux.no <mailto:Cinelerra@skolelinux.no>
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
<https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra>




--
http://ThreeWayNews.blogspot.com
Your source. For everything. Really. 


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Cinelerra SVN build with FC5/X.org X11 R7.0

2006-05-28 Thread William Witt
I'm running FC5 and don't remember having problems with xorg-devel 
building 799, here's what I have (probably more than you need...):


bash-3.1$ rpm -qa | grep devel| grep -i x
libXpm-devel-3.5.4.2-2.2
Xaw3d-devel-1.5E-6.2.2
libxfcegui4-devel-4.2.3-4.fc5
libXfixes-devel-3.0.1.2-2.2
libXcomposite-devel-0.2.2.2-2.2
gettext-devel-0.14.5-3
libXcursor-devel-1.1.5.2-2.2
libXxf86vm-devel-1.0.0-2.2
libXTrap-devel-1.0.0-2.2
xorg-x11-proto-devel-7.0-6
libxfce4util-devel-4.2.3.2-2.fc5
expat-devel-1.95.8-8.2
libXrandr-devel-1.1.0.2-2.2
libXevie-devel-1.0.0-2.2
libxslt-devel-1.1.15-1.2.1
libXScrnSaver-devel-1.0.1-1.2
xine-lib-devel-1.1.1-9.lvn5
gtk+extra-devel-2.1.1-2.fc5
libXmu-devel-1.0.0-2.2
libXi-devel-1.0.0-2.2
libXtst-devel-1.0.1-1.2
libxml2-devel-2.6.23-1.2
libxfce4mcs-devel-4.2.3-5.fc5
unixODBC-devel-2.2.11-6.2.1
wxGTK-devel-2.6.3-2.6.3.2.1.fc5
libXinerama-devel-1.0.1-1.2
libXres-devel-1.0.0-2.2
libXt-devel-1.0.0-2.2
libXvMC-devel-1.0.1-3
libselinux-devel-1.30-1.fc5
blackbox-devel-0.70.1-4.fc5
libXau-devel-1.0.0-2.2
libXxf86dga-devel-1.0.0-2.2
libXrender-devel-0.9.0.2-3.2
libXft-devel-2.1.8.2-3.2
libXfont-devel-1.0.0-2.2
libXdmcp-devel-1.0.0-2.2
libXxf86misc-devel-1.0.0-2.2
libXfontcache-devel-1.0.1-1.2
libX11-devel-1.0.0-3
libXext-devel-1.0.0-3.2
xfce-mcs-manager-devel-4.2.3-2.fc5
x264-devel-0.0.0-0.1.svn468.fc5
totem-xine-devel-1.4.0-1.lvn5
libXv-devel-1.0.1-1.2
libXdamage-devel-1.0.2.2-2.2
libXaw-devel-1.0.1-1.2
xorg-x11-xtrans-devel-1.0.0-3.2
OpenEXR-devel-1.2.2-7.fc5



jim scott wrote:
Has anyone had any problems building from the latest SVN source 
against Fedora Core 5?  I'm getting an error stating that I need to 
install xlib-devel or xorg-devel. I've installed all the xorg-* 
packages for Fedora Core 5, but I still get the error.  (yum install 
xorg*)
 
In FC4 I installed xorg-x11-devel-6.8, but FC5/xorg 7.0 doesn't have 
such a package. Anyone know if there is a specific xorg package I need 
to install? Or is the Cinelerra build process not compatible with xorg 
7.0? Thanks.


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Crash upon loading file

2006-05-27 Thread William Witt

Switch to the CVS version of libdv

for more info see:
http://bugs.cinelerra.org/show_bug.cgi?id=248

Lukas Garberg wrote:

Hi,

I've tried for quite some time to run cinelerra, without success.
As soon as I try to load a file, it crashes with this message:
Cinelerra 2.0 Sat Aug 27 21:05:30 PDT 2005 (C)2005 Heroine Virtual Ltd.

Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.
Timestamp 00:00:00.02
Timestamp 00:00:00.02
Timestamp 00:00:00.02
signal_entry: got SIGSEGV my pid=18081 execution table size=33:
  mwindowedit.C: paste_edls: 1345
  mwindowedit.C: paste_edls: 1352
  mwindowedit.C: paste_edls: 1361
  mwindowedit.C: paste_edls: 1371
  file.C: file.C: 313
  mwindowedit.C: paste_edls: 1384
  mwindowedit.C: paste_edls: 1422
  track.C: insert_track: 372
  track.C: insert_track: 387
  track.C: insert_track: 372
  track.C: insert_track: 387
  track.C: insert_track: 372
  track.C: insert_track: 387
  mwindowedit.C: paste_edls: 1502
  mwindowedit.C: paste_edls: 1505
  mwindowedit.C: paste_edls: 1509
  mwindowedit.C: paste_edls: 1513
  mwindowedit.C: paste_edls: 1517
  mwindow.C: load_filenames: 1048
  MWindow::load_filenames 91MWindow::load_filenames 100
  MWindow::update_project 3
  timebar.C: update: 401
  timebar.C: update: 403
  timebar.C: update: 406
  timebar.C: update: 408
  timebar.C: update: 410
  timebar.C: update: 412
  TrackCanvas::draw 1
  TrackCanvas::draw 10
  TrackCanvas::draw 20
  TrackCanvas::draw 30
  file.C: file.C: 313
signal_entry: lock table size=37
  0x89518d8 PlaybackEngine::start_lock PlaybackEngine::create_objects *
  0x8951650 CWindowTool::input_lock CWindowTool::run
  0x8971ea0 TransportQue::output_lock PlaybackEngine::run *
  0x89d9eb0 PlaybackEngine::start_lock PlaybackEngine::create_objects *
  0x89fa198 TransportQue::output_lock PlaybackEngine::run *
  0x8a1b080 MainIndexes::input_lock MainIndexes::run 1 *
  0x8a9e048 BC_Repeater::startup_lock BC_Repeater::initialize *
  0x848ac78 BC_Repeater::startup_lock BC_Repeater::initialize *
  0x85766f0 BC_Repeater::startup_lock BC_Repeater::initialize *
  0x8483940 BC_Repeater::startup_lock BC_Repeater::initialize *
  0x852d2f0 BC_Repeater::startup_lock BC_Repeater::initialize *
  0x842ec40 BC_Repeater::startup_lock BC_Repeater::initialize *
  0x84831d8 BC_Repeater::startup_lock BC_Repeater::initialize *
  0x8a9dff0 BC_Repeater::pause_lock BC_Repeater::stop_repeating *
  0x8a9dff0 BC_Repeater::pause_lock BC_Repeater::run
  0x898bd90 BC_WindowBase::event_condition BC_WindowBase::get_event *
  0x88030a0 BC_WindowBase::event_condition BC_WindowBase::get_event *
  0x88e5778 BC_WindowBase::event_condition BC_WindowBase::get_event *
  0x89774d8 BC_WindowBase::event_condition BC_WindowBase::get_event *
  0x898bd90 BC_WindowBase::event_condition BC_WindowBase::get_event *
  0x88030a0 BC_WindowBase::event_condition BC_WindowBase::get_event *
  0x88e5778 BC_WindowBase::event_condition BC_WindowBase::get_event *
  0x8a9f558 BC_WindowBase::event_condition BC_WindowBase::get_event *
  0x88e5778 BC_WindowBase::event_condition BC_WindowBase::get_event
  0x89774d8 BC_WindowBase::event_condition BC_WindowBase::get_event
  0x898bd90 BC_WindowBase::event_condition BC_WindowBase::get_event
  0x88030a0 BC_WindowBase::event_condition BC_WindowBase::get_event
  0x8a9f558 BC_WindowBase::event_condition BC_WindowBase::get_event
  0x8a1cde0 BC_WindowBase::event_condition BC_WindowBase::get_event *
  0x8a1cde0 BC_WindowBase::event_condition BC_WindowBase::get_event *
  0x8a1cde0 BC_WindowBase::event_condition BC_WindowBase::get_event
  0x8971ea0 TransportQue::output_lock PlaybackEngine::run
  0x89fa198 TransportQue::output_lock PlaybackEngine::run
  0x8a1ba60 Cinelerra MWindow::paste_edls *
  0x8a1b0f8 MainIndexes::interrupt_lock MainIndexes::run 2 *
  0x8a1ba60 Cinelerra MainIndexes::run 1
  0x8ada230 CICacheItem::item_lock CICache::check_out *
BC_Signals::dump_buffers: buffer table size=0
BC_Signals::delete_temps: deleting 0 temp files
SigHandler::signal_handler total files=0

My system is a P4, 512 mb ram running Gentoo linux.
uname -a
Linux lien 2.6.15-gentoo-r1 #16 SMP PREEMPT Sun Apr 23 10:05:06 CEST 
2006 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GNU/Linux


At first, I installed cinelerra-cvs from portage, a snapshot from 
2006-02-19.
The build completed painlessly on the first try, but crashed according 
to the message above.


Next, I removed cinelerra and fetched the latest version via svn.
After some time I managed to build it (ran into the rev-799-thingie, 
solved it with "svn merge -r 798:797 title.C"),

but it still crashes when I try to load a file.

What I try to open is a movie clip grabbed from a DV camera using 
dvgrab --format qt.


Any suggestions on what I can do to begin useing cinelerra?

Thanks,
Lukas Garberg

___
Cinelerra mailing lis

Re: [CinCVS] // Cinelerra lockup with more than one video track //

2006-05-24 Thread William Witt
I just noticed the "stop playback locks up" check box in the preferences 
when ALSA is selected.  This solved the playback not stopping using ALSA 
(go figure). :)


Julian Oliver wrote:

..on Tue, May 23, 2006 at 10:37:13PM -0400, William Witt wrote:
  
On second thought, I have seen the counter loop through about 30 frames, 
but the video progresses (very choppily (if that's a word)).  I don't 
see it with multiple tracks as much as when my system resources are 
being heavily taxed.  I've found reducing the preview region helps somewhat.



thanks for getting back. it does sound similar, as on occassion it tries
to proceed and sort of 'bounces around' as a result. i'll try reducing
the preview region to see if that alleviates system load and allows fluid
playback.

julian

  


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] // Cinelerra lockup with more than one video track //

2006-05-23 Thread William Witt
On second thought, I have seen the counter loop through about 30 frames, 
but the video progresses (very choppily (if that's a word)).  I don't 
see it with multiple tracks as much as when my system resources are 
being heavily taxed.  I've found reducing the preview region helps somewhat.


William Witt wrote:
I don't have the 30 frame loop problem, but all the video I'm using 
is  QT DV from kino and I render to QT MPEG4.


Will

Julian Oliver wrote:

..on Tue, May 23, 2006 at 06:44:57PM -0400, William Witt wrote:
 
I had similar behavior happen when I was using ALSA.  I switched 
cinelerra to OSS and all worked fine.



cheers! i did consciously switch to ALSA a few days ago.

i tried OSS now but now my video plays in a few hundred frames and 
then 'loops' on 30 frames or so until stopped. i can reproduce this 
error with a

fresh session and any two video tracks. the machine i'm on only has
MPEG2 data, so i haven't tried other formats yet.

similarly to the play-to-infinity lockup with ALSA, this doesn't 
happen with just one video track however.


with OSS and multiple tracks button events are still active, so it's 
no a 'lockup' as it was with ALSA.


julian

  


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra





___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] // Cinelerra lockup with more than one video track //

2006-05-23 Thread William Witt
I don't have the 30 frame loop problem, but all the video I'm using is  
QT DV from kino and I render to QT MPEG4.


Will

Julian Oliver wrote:

..on Tue, May 23, 2006 at 06:44:57PM -0400, William Witt wrote:
  
I had similar behavior happen when I was using ALSA.  I switched 
cinelerra to OSS and all worked fine.



cheers! i did consciously switch to ALSA a few days ago.

i tried OSS now but now my video plays in a few hundred frames and then 'loops' 
on 30 frames or so until stopped. i can reproduce this error with a

fresh session and any two video tracks. the machine i'm on only has
MPEG2 data, so i haven't tried other formats yet.

similarly to the play-to-infinity lockup with ALSA, this doesn't happen with 
just one video track however.


with OSS and multiple tracks button events are still active, so it's no a 'lockup' 
as it was with ALSA.


julian

  


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] // Cinelerra lockup with more than one video track //

2006-05-23 Thread William Witt
I had similar behavior happen when I was using ALSA.  I switched 
cinelerra to OSS and all worked fine.


Julian Oliver wrote:

hi all,

while working with a single video track, Cinelerra operates normally but the
moment i load in a second video track and hit play, i cannot stop it playing. 
it doesn't respond to any stop request, or any event input for that

matter, and so i must kill the process.

is this behaviour somehow normal/expected?

i'm using the Debian package 2.0.0-1svn20060520. my media is MPEG2.

cheers,

julian oliver

  


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra