Re: [CinCV] Re: Re: Cinelerra render crash (Asmo Koskinen)

2010-11-25 Thread Valentina Messeri

:) that's it...


This solved my questions. AVI doesn't like H.264, etc. Have a look at
the listings of successful renders he has (second graphic). That solved
my questions.


http://crazedmuleproductions.blogspot.com/2008/12/fedora-10-x86-64-compability-chart.html



Date: Wed, 24 Nov 2010 16:19:27 +0200
From: Asmo Koskinen 
Organization: Asmo Koskinen
To: cinelerra@skolelinux.no
Subject: Re: [CinCV] Cinelerra render crash
Reply-To: cinelerra@skolelinux.no

21.11.2010 20:15, Kevin Moloney kirjoitti:

> I just recently installed Cinelerra on XUbuntu 10.10 on a Macbook
Pro
> 6,2. I compiled from the git source yesterday.

Almost same here. Ubuntu x86_64 10.10 (Intel/NVidia-based).

> All seems to be working fine until I render a simple test project.
At
> the 100% point Cinelerra crashes, leaving an incomplete output file
> (AVI, rendering both video and audio at 1280X720). Most of the time
the
> resulting file has audio but no video.

Yes. I can confirm that crashing. Ogg/Theora works, btw.

Best Regards Asmo Koskinen.



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






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


packaging [CinCV] [ANNOUNCE] Cinelerra 2.1.5CV

2010-11-25 Thread Valentina Messeri

:d great!

version seems smooth, install and test...

i was wondering is ubuntu packaging is needed...in case i could  
arrange to build some [although i prefer NOT to be the package  
mantainer :)] and, in that case, i would like (if possible) to put  
packaging in the same server of cinelerra.org (to avoid any kind of  
problems).


i'm on irc

ciao!
Vale




After more than four years of rather silent work on Cinelerra 2.1CV  
we are now

pleased to officially announce the release of Cinelerra 2.1.5CV!

During the last eight months more than twenty patches were contributed and
finally merged. They are available using 'git clone' or 'git pull' from:

  git://git.cinelerra.org/j6t/cinelerra.git

To make these changes obvious to everyone we decided to increase the version
number to 2.1.5CV.

Recent changes (since 2010) are:

- SWOT audio is now supported.

- Build fixes for newer environments (libpng 1.4.3, libjpeg 7, and others).

- PNG with more than 8 bits can be imported, the extra precision is  
truncated,

though.

- The YUV4MPEG importer is now much more efficient.

- Correct latency calculation with OSS audio driver.

- And assorted other fixes, many of them taken from Gentoo and Achlinux. See
the short-log for details.


For users, Cinelerra 2.1.5CV stands for the best editing experience so far.
For developers, contributors, and distributors, the release of Cinelerra
2.1.5CV is meant to be a crystal clear signal that the community version of
Cinelerra is still actively developed, even though progress might appear to
be somewhat slow due to the current lack of manpower. (You are invited to
change that!)

In this context we would like to refer to bugs.cinelerra.org: Please help by
supplying comprehensive bug reports, and of course by sending in patches for
the next release, Cinelerra 2.1.6CV.

In case you are missing a patch that has been already sent in, it is  
likely to

have slid into obscurity, thus please feel free to remind us!


With best regards,
Your CinelerraCV developers


Recent changes by contributor:

Einar Rünkaru (8):
  Updated .gitignore files with names of generated files
  Fix mmap errorcode
  Fixed compilation on Fedora 13
  Fix compilation error in edits.C.
  Check OpenGL server version at runtime.
  Initialized edit_font_color in S.U.V theme
  Fix videos with row length not multiple of 16
  Change return type of Thread:get_tid()

Mark Goldberg (1):
  Add SWOT audio support, slightly modified from twos.c and
 twos.h.

Monty (8):
  Change wording of the option that disables hardware
 synchronization.
  Correct a calling error of sws_scale().
  Add return code checking to ALSA backend.
  Add [trivial] support for all non-8-bit-RGB png types in the
 VFrame abstraction.
  Fix build with libx264 version 76 and later.
  Fix OSS latency calculation.
  Check error codes in OSS audio driver.
  Eliminate useless indexes from YUV4MPEG2 file loader.

Simeon Voelkel (7):
  make shapewipe compile using libpng1.4.3
  fix compilation problem on gentoo due to nasm script
  apply gentoo pkgconfig x264 patch to configure.in
  fix background rendering crash on >=jpeg-7 (patch adopted from
 gentoo)
  Do not use outdated pixel format names in ffmpeg code.
  Correct a rounding bug in the compositor fade engine.
  Move Cinelerra to version 2.1.5CV

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






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


Re: [CinCV] [ANNOUNCE] Cinelerra 2.1.5CV

2010-11-25 Thread Jogchum Reitsma

Op 24-11-10 20:28, Einar Rünkaru schreef:

Hi.

Nasm is missing in your system. You have to install it.

Einar

Indeed nasm was missing, but after installing that  the same errors kept 
coming. But maybe saved me from getting other errors later on, so thanks 
anyway!

Jogchum

___
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: [CinCV] [ANNOUNCE] Cinelerra 2.1.5CV

2010-11-25 Thread Jogchum Reitsma

Op 24-11-10 20:29, Edouard Chalaron schreef:

Have you tried the config such as
--disable-mmx --enable-opengl
mmx is failing all the time and from what I understand you will get 
much better with sse2 etc ... so not a real issue.

But developpers might correct me on this one
Cheers
E

This did the trick, although I had yet to solve another dependency, but 
this time a more easy one.

Thanks!

And of course big thanks to Johannes!

Jogchum





--- On *Thu, 25/11/10, Jogchum Reitsma //* wrote:


From: Jogchum Reitsma 
Subject: Re: [CinCV] [ANNOUNCE] Cinelerra 2.1.5CV
To: cinelerra@skolelinux.no
Date: Thursday, 25, November, 2010, 8:04 AM

Op 23-11-10 21:10, E Chalaron schreef:

On suse 11.3 too.
git pull /make / install piece of cake


/compiled well on fedora14. /






[CinCV] Cinelerra - Monty's version - feedback

2010-11-25 Thread julien . cynober
Hi,
I forward to this list a comment made by an archlinux user about Monty's 
version of cinelerra (featuring the ffmpeg file loader) :
"Excellent. This version will very very very slowly load Canon 1080p (30fps) 
.mts files recorded @ 17mbs, and output to 1080p .mp4 (with aac audio) files. 
This is good progress."
Source : http://aur.archlinux.org/packages.php?ID=38979
Julien

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