Hi all,
to shorten the endless suggestions (and discussions) of new
Names for Cinelerra3 (cin3) I have started a compilation of
suggestions at
http://pipapo.org/pipawiki/Cinelerra3/Names
. You are welcome to post your ideas there instead using the
ML.
But: PLEASE, write only SERIUOS and SUSTAI
Hi all,
I have attached a patch i did this morning as i think that it could be
interesting to some other people as well:
The patch adds 8 additional playback speeds which are accessible via
ALT+NUMPADKEY. So just hold down ALT to get faster playback. This is
a somewhat convenient feature when ru
Hello,
I've just compiled Cinelerra Version 4 on my Gentoo Linux.
I'd like to share my changes I had to make to make cin4
compile for me in the hope someone else finds the following
information useful.
I didn't succeed in compiling cin4 without corrupting
quicktime/thirdparty/faad2-2.0/plugin
To Whom It May Concern :-)
Fortunately I can announce herewith, that there is an
urgent need for people assisting in fixing all the
errors the merge of Cin2CV and Cin4HV introduced in
order to be able to release a working Cin4CV before
the next HV version has been released.
Anyone's help is grea
Sorry,
I forgot some crucial commands in my last mail,
thus here again the whole git part, this time
hopefully complete:
Download it using
(Please replace $foo with the name your local copy
should receive. Just choose any name for $foo)
> git clone git://git.cinelerra.org/c4/cinelerra $foo
Go
Hanno Böck wrote:
> Is there any statement from HV if there'll be any back-merging?
>
HV stated quite clearly that they don't want to spent much bandwidth
to do that, as they want to focus on their interests which shifted a
bit.
> It's probably not the best idea to keep two completely separate
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello David,
I wasn't able to test my patch as i didn't have appropriate footage here,
but i guess that commenting the lines out is not the optimal way to go.
My patch replaces the printf( with fprintf(stderr, in order to let the
messages appear on t
Hello Matthew
Just a quote from cinelerra/audioalsa.C :
// Interrupts the playback but may not have caused snd_pcm_writei to exit.
// With some soundcards it causes snd_pcm_writei to freeze for a few seconds.
if(!device->out_config->interrupt_workaround)
s
Hello Rafael,
That's the current status:
http://git.cinelerra.org/gitweb?p=sv/cinelerra.git;a=shortlog;h=refs/heads/cin2.1sv
I've imported two single features of Cin4HV into Cin2.1CV as merging the
whole Cin4HV into Cin2.1CV at once ended up in a big mess and merging
Cin2.1CV into Cin4HV wasn't
Hello Agent Smith,
I do have to endorse my previous posters: pushing your cinelerra source
code to git.cinelerra.org would be great step to start with. This way
everyone can dip into your version of cinelerra and enjoy your improvements.
Personally speaking I'm especially interested in the MPEG T
Hello Ed,
I can't really speak out of experience but I would try the following:
To export the video through "YUV4MPEG Stream" use the following pipe command:
ffmpeg -f yuv4mpegpipe -i - -y -r 25 -b 2800 -f mpeg2video %
As Cinelerra Format settings i would suggest a frame rate 25. fps an
Hello Ed,
I did just try some HDV footage (1440x1080 not FullHD), exported the
assembled clips using the ffmpeg command i posted earlier and couldn't see
any gaps when playing the video in mplayer or vlc.
Simeon
___
Cinelerra mailing list
Cinelerra@sko
Hello Ed,
Nice to hear that you finally got your rendering working. It would be great
if you could add your experiences and gained knowledge to the Cinelerra
Wiki in order to share it with the other users of Cinelerra!
http://cvs.cinelerra.org/docs/wiki/doku.php
can take some additinonal informa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi August,
you can add fades to the audio section as well if you arm only your audio
tracks, jump from one edit to the next by using Alt+right or left arrow and
insert the fade by pressing u.
For setting the type and duration of the fade I recommend
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello everybody,
this year's summer vacation allowed me to work a bit on Cinelerra and the
Cin4HV merge.
* Renovation of SVG plugin
As Artenaut mentioned some days ago, the current SVG plugin is broken. I
implemented a workaround using
- a standard
Hello Artenaut,
as Roland pointed out, there was some work going on concerning the SVG
plugin. If you want to test the most recent version, get a copy from
git://git.cinelerra.org/sv/cinelerra
and checkout branch cin2.1sv.
The workaround lets inkscape export a png and uses convert from the
imag
Hello Keith,
of course we would like to have a fade to black transition in our
repositories.
Therefore I suggest that you proceed either as cehteh suggested, or that
you simply join our IRC Channel #cinelerra on freenode. There we can help
you interactively if necessary.
Regards,
Simeon
__
Hello Rafael,
please feel free to share any tested ffmpeg pipe presets with the community!
For some examples, you might be interested in
http://git.cinelerra.org/gitweb?p=sv/cinelerra.git;a=blobdiff;f=cinelerra/fileyuv.C;h=666b3396ebd377e02b357bba5eb9049f3cc0b55e;hp=a255e183cb1011c5dcc7b5638e6007
Hello Klemen,
if CinCV and CinSV .xml should be compatible that's rather by accident.
To stay on the safe side, please use CinCV. CinSV is just a kind of
personal playground.
If you need some of the features of CinSV for production, I'd recommend to
help merging Cin4HV into CinCV, after that, me
Hello Akirad,
nice to hear that you could make use of my highly experimental patch for
the SVG plugin.
By the way, "SV" in CinelerraSV doesn't stand for my name.
Internally I'm using the "S" in order to distinguish the version on my
laptop "sigma" (32bit) from the version on "mue", maintained on
Hello Keith,
I'm sorry, but this workflow as described isn't implemented in Cinelerra yet.
I used once a workaround to build a kind of multicam-sync editing which
gives you nearly the same comfort, if you don't mind pressing more than
just one key.
Therefore I added a 'h' shortcut some time ago.
Hello,
it seems as if shapewipe does not compile anymore using libpng1.4.
I've pushed a possible patch to git, however I'm not sure whether this is
the best solution though.
http://git.cinelerra.org/gitweb?p=sv/cinelerra.git;a=commit;h=2f323240bd9bfb8cf44cebf5c4380df133b6ace2
Simeon
_
Hello,
einar's repo doesn't compile anymore using gcc 4.4:
../../cinelerra/yuvstream.C: In member function 'int
YUVStream::open_write(const char*, char*)':
../../cinelerra/yuvstream.C:85: error: invalid conversion from 'const
char*' to 'char*'
make[3]: *** [yuvstream.o] Error 1
According to http
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Einar,
Today I tried to compile your git repo on my gentoo box (64 bit) and
succeeded only after the following steps:
1. Fixing admin/nasm script
Line 29 causes trouble as there is an unexpected "$". In my git repo I
resolved this problem by r
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello everybody,
I just wanted to notify you that HV released his 4.2 version of
cinelerra[1] some days ago (15 October 2010).
I'm currently walking through (and producing git commits in my personal
repo[2]) the patches gentoo applies to a CinCV git-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Hannes,
today Monty and I worked out which of his changes are independent from his
ffmpeg loader project and fix bugs of CinCV.
I've merged these commits over into my repo[1] and would like to ask you to
pull these changes (everything from october
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
oh, forgot cinelerra ML :-/
- Original Message
Subject: Re: Cinelerra CinCV merge request / Cin2.1.5CV
Date: Tue, 26 Oct 2010 22:39:57 +0200
From: Simeon Völkel
To: Johannes Sixt
CC: Monty Montgomery
On 10/26/10 22:12, Johannes
nding / not merged yet (that should be
included in Cin2.1.5CV)?
With best regards,
Simeon
- Original Message
Subject: Re: gentoo's cinelerra patches
Date: Thu, 28 Oct 2010 11:00:43 -0300
From: Alexis Ballier
Organization: Gentoo
To: Simeon Völkel
Hi,
> we are current
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Ivan,
Cinelerra uses a maybe not too intuitive interpolation strategy:
If the value can't change between two keyframes (or "imaginary keyframes"
that were created by interpolation between existing ones) it uses the value
of the preceding (imagi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Hannes,
I've just reformatted Monty's three patches you hadn't committed yet due to
their formatting. They are now available in my git repo, together with an
extended commit message written my Monty. I hope you can merge them now
into your repo, so
annes, Monty, Einar, what do you think? (as you've contributed most of the
new patches)
With best regards,
Simeon
On 11/04/10 21:08, Johannes Sixt wrote:
> On Mittwoch, 3. November 2010, Simeon Völkel wrote:
>> I've just reformatted Monty's three patches you hadn't co
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Hannes,
I just wanted to inquire when we finally increase the version number to
2.1.5 as I couldn't see any changes on the git repos for about two weeks now.
I conclude that there is obviously no work for Cin2.1.5CV still going on
and thus a re
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/20/10 11:19, Einar Rünkaru wrote:
> May be someone has time to look at libmpeg3 from my tree and consider
> including it in the new release. I have fixed
> toc file generation, decoding subtitles... The toc-file is much
> shorter and has right o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
today i updated my kernel to 2.6.39 and was able to compile cinelerra after
applying Nicola's patch from bugs.cinelerra.org to j6t's repo.
In my opinion we should support recent kernels rather soon.
So i wonder whether we have to keep v4l1 an
Hi Einar!
I hit that bug somewhen back in 2009 and found a workaround:
http://git.cinelerra.org/gitweb?p=sv/cinelerra.git;a=commit;h=99bb78bb86b43f127c95b2261817637d106cff9a
http://git.cinelerra.org/gitweb?p=sv/cinelerra.git;a=commit;h=ca17d38b8bb89895af4e711ebb9e3856e8e80d3a
http://git.cineler
Hi all,
while investigating the whereabouts of irclog.cinelerra-cv.org I recognized
that the apache configs still use cinelerra.org as ServerName and inside
RewriteRules.
@Metta (and everyone else who has root on the server):
You find a diff of my changes in
/root/docs/apache2_sites-available_up
Hi all,
any volunteers (or even better: suggestions ;) ) for a news statement on
cinelerra-cv.org regarding the domain move?
I think an announcement would be an appropriate way of avoiding confusion...
SimAV
___
Cinelerra mailing list
Cinelerra@skole
Hi Einar,
as you were the by far most active cinelerra-cv developer during last year,
I would highly appreciate your opinion on the current situation with
cinelerra-cv.org and the reregistration of cinelerra.org.
Are there indeed any plans to shift development back to cinelerra.org, as
they claim
38 matches
Mail list logo