[CinCVS] off by one when editing

2006-10-14 Thread Andraž Tori
Fix for some off-by-one errors due to different rounding strategies in different functions. For example MWindow::mute_selection calls edl->clear() and then edl->paste_silence(), but they used different rounding strategies for determing the length of cleared/deleted edit, which resulted in one s

[CinCVS] Making the format preset list more usable (was: [Cinelerra-commits] r930 - trunk/hvirtual/cinelerra)

2006-10-14 Thread Herman Robak
On Sat, 2006-10-14 at 13:04 +0200, Andraz Tori wrote: > Author: minmax > Date: 2006-10-14 13:04:10 +0200 (Sat, 14 Oct 2006) > New Revision: 930 > > Modified: >trunk/hvirtual/cinelerra/formatpresets.C >trunk/hvirtual/cinelerra/new.C >trunk/hvirtual/cinelerra/new.h >trunk/hvirtual/c

Re: [CinCVS] Need some advice with the motion effect...

2006-10-14 Thread Nicolas
I did other tests, and here is the result: http://www.europephoto.com/info/cinelerra/test_motion.m2v I used the "Previous frame same block" option to get a better result. Now, I noticed the result is totally different when I use the "Stabilize Subpixel" action option, instead of the "Stabilize pi

Re: [CinCVS] 720p camera, editing machine, and cinelerra

2006-10-14 Thread Marcin Kostur
Hi Ed, Look at my www: http://marcin.glidingcontest.org there is a clip named speedgliding where all aerials are done with old Xacti C1 on the helmet. For the edit there was one trick to fix a bug in oryginal Sanyo MP4. Apart of that everything worked ok. I am also thinking to buy HD1, maybe ch

[CinCVS] limiting keyframe values

2006-10-14 Thread muzzol
hi! i think this has been discused before but i can't find proper threads. is there a way to limit values for a keyframe for specific settings? for example, i can apply more than 100% oppacity and less than 0% and that doesn't make any sense. is this a known bug? regards, muzzol -- =

Re: [CinCVS] 720p camera, editing machine, and cinelerra

2006-10-14 Thread Sylvain Jousse
Salut Marcin, > Hi Ed, > > Look at my www: http://marcin.glidingcontest.org > there is a clip named speedgliding where all aerials are done > with old Xacti C1 on the helmet. > > For the edit there was one trick to fix a bug in oryginal Sanyo MP4. > Apart of that everything worked ok. It's now a

Re: [CinCVS] limiting keyframe values

2006-10-14 Thread Pierre Marc Dumuid
This should have been fixed in r908.. Pierre muzzol wrote: hi! i think this has been discused before but i can't find proper threads. is there a way to limit values for a keyframe for specific settings? for example, i can apply more than 100% oppacity and less than 0% and that doesn't make an

[CinCVS] fix a race when closing window

2006-10-14 Thread Andraž Tori
There was a race when closing a window. It was possible to call set_done() on window _before_ event_thread is created, which caused non-delivery of the window close call. I've reproduce this regularely when creating toc files for really really short mpegs... This fix does the trick as it should

[CinCVS] cwindowgui forgotten lock

2006-10-14 Thread Andraž Tori
A small fix that adds locking of cwindowgui where it was forgotten previously. I got at least one freeze because of this. bye andraz diff -ru --exclude-from exclude hvirtual-svn/cinelerra/mwindow.C hvirtual-2.1/cinelerra/mwindow.C --- hvirtual-svn/cinelerra/mwindow.C 2006-10-13 12:05:59.0

Re: [CinCVS] cwindowgui forgotten lock

2006-10-14 Thread Scott C. Frase
Thanks Andraz, Because I've been plagued by the freezes, can I recompile now with a svn update or do you think you'll have more fixes coming? scott On Sat, 2006-10-14 at 17:48 +0200, Andraž Tori wrote: > A small fix that adds locking of cwindowgui where it was forgotten previously. > > I got at l

[CinCVS] auto keyframe stretching?

2006-10-14 Thread Scott C. Frase
Hey guys, I have a project that has about seven video tracks and is about 1m30s long. It has a number of fade and projector/camera keyframes defined for each track. I'd like to stretch the video to about 2x as long as it is now, to about 3 minutes. After I stretch the videos in the tracks, I not

Re: [CinCVS] cwindowgui forgotten lock

2006-10-14 Thread Andraž Tori
This might be it or it might not be. Recompiling from SVN is the only way to be sure. Please do it and report results ASAP (while i still have time to fix stuff :). I don't plan any new fixes right now. bye andraz On Sat, 2006-10-14 at 12:01 -0400, Scott C. Frase wrote: > Thanks Andraz, > Becau

Re: [CinCVS] auto keyframe stretching?

2006-10-14 Thread Andraž Tori
On Sat, 2006-10-14 at 12:03 -0400, Scott C. Frase wrote: > Hey guys, > I have a project that has about seven video tracks and is about 1m30s > long. It has a number of fade and projector/camera keyframes defined > for each track. I'd like to stretch the video to about 2x as long as it > is now, t

[CinCVS] [Bug 341] New: Auto keyframe stretching

2006-10-14 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=341 Summary: Auto keyframe stretching Product: Cinelerra Version: 2.0 Platform: PC OS/Version: Linux Status: NEW Severity: enhancement Priority: Medium Component: U

Re: [CinCVS] limiting keyframe values

2006-10-14 Thread muzzol
will this fix make disappear "Fit keyframes" (ALT+F) action or i im missing something? 2006/10/14, Pierre Marc Dumuid <[EMAIL PROTECTED]>: This should have been fixed in r908.. Pierre muzzol wrote: > hi! > > i think this has been discused before but i can't find proper threads. > > is there a

[CinCVS] [Bug 324] broken chromakey effect.

2006-10-14 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=324 --- Additional Comments From [EMAIL PROTECTED] 2006-10-14 20:46 --- Please be more precise about the "different format" problem. Which formats are different? What exactly are you doing? And when happens the crash? --- You are recei

[CinCVS] [Bug 332] loading projects in OpenGL mode hangs cinelerra

2006-10-14 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=332 --- Additional Comments From [EMAIL PROTECTED] 2006-10-14 20:57 --- Please check with recent svn, the bug may be fixed since r918. --- You are receiving this mail because: --- You are the assignee for the bug, or are watching th

[CinCVS] [Bug 323] progress dialog hangs when loading *.mpeg file

2006-10-14 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=323 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [CinCVS] limiting keyframe values

2006-10-14 Thread Ichthyostega
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 muzzol schrieb: > will this fix make disappear "Fit keyframes" (ALT+F) action or i im > missing something? > No, rather it makes it work as always expected (in my opinion)... Same for the Fades, which are now forced to be within the sensible range. I

Re: [CinCVS] cwindowgui forgotten lock

2006-10-14 Thread Scott C. Frase
Andraz, I compiled the latest svn. At first, I thought your new code had fixed my hang problem. However, upon loading an older project it hung. I looked at the terminal window and noticed that I got a message: mpeg3io_open_file: No such file or directory Note that this message was not captured

[CinCVS] [Bug 340] Ressources not displayed

2006-10-14 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=340 --- Additional Comments From [EMAIL PROTECTED] 2006-10-14 22:11 --- nicolas: 1) can you test with r933 2) if it still freezes, can you please report "thread apply all bt" --- You are receiving this mail because: --- You are th

Re: [CinCVS] cwindowgui forgotten lock

2006-10-14 Thread Andraž Tori
Thanks for debug info, but what i really need is this: When cinelerra freezes, go to other terminal and type "ps aux" ... now you can read the process id of cinelerra, then you should type "gdb cinelerra 12345" (12345 being the proper process id), after that you should run "thread apply all bt" and

Re: [CinCVS] cwindowgui forgotten lock

2006-10-14 Thread Scott C. Frase
Andraz I will do this on the next hang I get. scott On Sat, 2006-10-14 at 22:14 +0200, Andraž Tori wrote: > Thanks for debug info, but what i really need is this: > When cinelerra freezes, go to other terminal and type "ps aux" ... now > you can read the process id of cinelerra, then you should ty

[CinCVS] [Bug 333] Cinelerra allows two (or more) clips in Clips folder to have the same name

2006-10-14 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=333 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[CinCVS] better clip creating

2006-10-14 Thread Andraž Tori
First patch: 1) Prevent naming two clips the same (fixes bug 333) 2) Create useful default comments - include length of the clip and its origin Second patch: Minor performance tweak, when we are playing we need to update just clocks, not all the the zoombar widgets... Third patch: Saner default

Re: [CinCVS] Ubuntu Compile...

2006-10-14 Thread Miha Kitič
Hi! As for compiling Cinelerra under Ubuntu... If it is revision r909 you and Wesley may run into another issue This one is called reconmmx. If compile hangs on error saying that reconmmx can not be found, then you must recompile it yourself. First download nasm sudo apt-get install nasm Or lo

Re: [CinCVS] limiting keyframe values

2006-10-14 Thread muzzol
i dont really get it. why do you need to fit keyframes if can't go out of boundaries? 2006/10/14, Ichthyostega <[EMAIL PROTECTED]>: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 muzzol schrieb: > will this fix make disappear "Fit keyframes" (ALT+F) action or i im > missing something? > No, rath

Re: [CinCVS] Ubuntu Compile...

2006-10-14 Thread Wesley T Allen
On Saturday 14 October 2006 6:22 pm, Miha Kitič wrote: > Hi! > > As for compiling Cinelerra under Ubuntu... > If it is revision r909 you and Wesley may run into another issue > This one is called reconmmx. > > If compile hangs on error saying that reconmmx can not be found, > then you must recompil

Re: [CinCVS] limiting keyframe values

2006-10-14 Thread Pierre Marc Dumuid
muzzol, Please just try it... then ask your questions.../ give your comments. It's a bit hard to respond to this question because you might likely don't understand what the patches have implemented and they may have implemented what you are thinking anyhow. If you really don't revert back to

[CinCVS] vobview...

2006-10-14 Thread Pierre Marc Dumuid
Hi All, On the IRC the other day, (http://cvs.cinelerra.org/irclog/index.php?file=2006-10-13.html) I mentioned that I suggested using vobview to see if it could split the mpeg file he was feeding to his camera. I immediately backtracked my recommendation remembering that I had made a fair f