Re: [CinCV] help compiling cinelerra on RHEL 5.5

2011-03-01 Thread Brendan

On 03/01/2011 12:15 PM, Simon Su wrote:

Hi All,

I think I have got all the dependencies configured using the CFLAGS and
LDFLAGS variables. But I am running into undefined reference now. Please
see below.

Am I using the wrong version of faac or compiled something wrong? I am
using version faac-1.28 for this compile.


Are you sure it found faac at configure time?  I don't see a -lfaac.

-Brendan


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


Re: [CinCV] Working with Sony AVCHD in Cinelerra

2009-11-10 Thread Brendan

On 11/10/2009 12:35 PM, peter wrote:

I have been trying to transcode the Sony AVCHD files to a .mov container
in cinelerra. So far unsuccessful.


any advanvancs on this ?
I am looking at a panasonic AG-HMC41 shootiing in AVCHD

anybody owns / has access to a pana / sony for testing purposes ?

would be interested in knowing your experiences
(if there are any :-) ? )


I'm currently using ffmpeg to transcode Sony HDR-SR11 footage from mts 
to mov.  Here's my mts2mov sh script:


for i in $*; do
  ffmpeg -i $i -vcodec mjpeg -sameq -ab 14577k -aspect 16:9 -acodec 
pcm_s16be -ar 48000 -deinterlace `echo $i | sed s/mts$/mov/`

done

This required building a development snapshot of ffmpeg.  Looks like the 
version is SVN-r19749, later than what was commonly available in distros 
a few months back.  Both Cin CV and Heroine 4 can manage the output, 
though the FPS is low.


-Brendan

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


Re: [CinCV] Working with Sony AVCHD in Cinelerra

2009-11-10 Thread Brendan

On 11/10/2009 01:52 PM, Tom Judge wrote:

I can transcode to raw dv 720x480 anamorphic. No luck so far with the
higher resolutions it plays very slow ehn i try higher resolutions and
the audio looses sync


High res playing slow means either your cpu or video aren't up to the 
task.  I thought my transcode command produced output that was 
out-of-sync, but it turned out it was just the low-fps chop.  Final 
product (NTSC DVD) synced up fine.  Makes editing a little less fun. 
Probably time to learn about proxy editing.


-Brendan

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


Re: [CinCV] Working with Sony AVCHD in Cinelerra

2009-11-10 Thread Brendan

On 11/10/2009 02:39 PM, Tom Judge wrote:

I am guessing that is true although this machine had a Pentium quad core
processor, NVidia (PCI) dual port and 4 gig of ram. I may try on my
other box which has a newer Nvidia card PCIExpress


Likewise, my system is a Q6600 with a 4GB of memory.  This is probably a 
driver issue more than anything else.  As best I can tell, your graphics 
driver needs to actually support hardware decode to get full frame-rate. 
 It's not clear to me this even exists in any of the X drivers, open 
source or proprietary.  I've gotten a modest performance boost by 
playing back at 50% or 33% of original footage size.  Fewer pixels to 
copy means a closer X driver is a little less of a bottleneck.  The 
decode is still really slow.  Perhaps a format other than mov would be 
faster.


-Brendan

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


Re: [CinCV] Howto produce HD mpg 1080 from Cinelerra

2009-06-08 Thread Brendan

Ed Vaessen wrote:

Is this typical for mpeg footage?


Are there gaps in the original footage?  I discovered (the hard way) my 
Sanyo Xacti VPC-HD2000 would stop/start recording every time it had to 
open a new file (4GB file limit).  This resulted in gaps every ~23 
minutes with 1920x1080/60P footage.


-Brendan

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


Re: [CinCV] best Cinelerra OS?

2009-03-31 Thread Brendan

Scott C. Frase wrote:
My preference, as usual, is Fedora, 64-bit.  It has a lot of annoying 
little bugs that I've worked through.  But isn't that the joy of it 
though?  (not really)


FWIW, I'm also using Fedora 10 on x86_64.  Works great.

-Brendan

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


Re: [CinCV] Need for speed in mexico

2009-03-22 Thread Brendan

august wrote:

 If you have any ideas or any suggestions, I'd love to hear it.


If you cut the audio track, does playback return to normal speed?  I had 
an audio driver issue once that resulted in 3fps playback- disabling 
audio got it right back to 29.97.  The eventual fix was to tweak some 
audio settings (Believe I was sending too many samples at once).  It's a 
long shot, but thought I'd mention it.


If you're willing to dig a little, oprofile will do a great job of 
telling you what function your CPU is spending all its time in. This 
should point you in the right direction.


-Brendan

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


Re: [CinCVS] Editing out bad spots

2007-07-19 Thread Brendan

Jonathan Ryshpan wrote:

I have a DVD transcribed from a very old videotape in which there are
some places where the tape skipped or didn't advance for a while,
producing bad spots, lasting for between half a second and two seconds. 


What is the easiest way to cut these bad spots out using Cinelerra?


If it's both the video and the audio, you can simply highlight the 
portion you want to cut and press delete (or select clear from the edit 
menu).  You might also want to then add a default audio and video 
transition to reduce the impact of the cut (This may require you cut a 
little more footage so your transition has material to use).  This is 
quite possibly the easiest thing you could ever do in cinelerra. 
Default transitions are the second item in both the Audio and the Video 
menu.  Be sure to do both or you'll get your footage out of sync.


--
-Brendan ([EMAIL PROTECTED])

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


Re: [CinCVS] General Cinelerra performance

2007-04-30 Thread Brendan

Dennis Schulmeister wrote:

I wonder if there are any optimizations I could do to improve
performance
There's no single optimization that we can recommend that will certainly 
solve your problem.  On my system I had a performance problem that 
turned out to be an audio setup problem (Playback of dv material went 
from 5fps to 30fps just by muting the audio output!).  If you have the 
time, try using OProfile or some other profiler to find out what part of 
cinelerra is eating all that CPU.


-Brendan ([EMAIL PROTECTED])

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


Re: [CinCVS] dv grabbing (off topic)

2006-09-24 Thread Brendan Conoboy

Piotr Legiecki wrote:

error message:
 frame dropped: timecode 00:25:27.10 date 2006.09.04 09:42:59
This error means that the ieee1394 driver received an incomplete frame.
.


Is it something wrong with my system?


Are you using Cinelerra or dvgrab to get the data?  I usually use dvgrab 
myself, and used to see this all the time.  Even if I didn't do anything 
else.  The problem on my system was that dvgrab's default buffer size 
was too small (100).  Using dvgrab --buffers 500 took care of it no 
matter how much else I was doing at the same time.  If you're capturing 
with cinelerra, perhaps there is a similar solution.


-Brendan ([EMAIL PROTECTED])

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


Re: [CinCVS] Cinelerra Mpeg2

2006-08-09 Thread Brendan Conoboy

Format PresetDVD


Change to DVD-NAV (Make sure it's the 8th option).

-Brendan

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


Re: [CinCVS] installation issue with Fedora Core 5

2006-08-09 Thread Brendan Conoboy

Matt k wrote:

i am trying to install cinelerra 2.0 on ym linux box and get the following
message when running the yum installer. i am 90% sure i installed the
neccessary libraries. any help would be appreciated.
thanks in advance,


Try this:

rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-freshrpms

Then rerun yum.

-Brendan ([EMAIL PROTECTED])

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


Re: [CinCVS] Mpeg2 encoding

2006-08-07 Thread Brendan Conoboy

Graham Evans wrote:
I seem to remember that some really logical choices like Format Preset: 
DVD led to render errors.  For me the options given above worked and I 
generally only fiddle with the Bitrate.


One needs to use DVD-NAV (Type 8) rather than the DVD (Type 9) 
variant.  Type 8 is the mpeg format that DVDs actually use (For 
instance, when using mplex, one uses mplex -f 8 to combine audio and 
video for a DVD compatible mpeg).  If I post a patch for this, will 
somebody with svn write access check it in?


-Brendan

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


Re: [CinCVS] titler fade out flicker

2006-07-03 Thread Brendan Conoboy

Joe Friedrichsen wrote:
I've noticed that in some videos I've made as well - the background 
appears to change the way the title fades in. This is still different. 
In the sample file (http://www.f-forge.com/?d=EdD1UKgj9LQsCupcxJwR), the 
flicker is quite obvious - it's not coming from a contrast with the 
background. Rather, the title slowly and smoothly fades out until the 
final frame of fading out, at which point that single last frame shows 
the title at full visibility.


I can observe this flicker in cinelerra's compositor during playback and 
during frame-by-frame advancement.


I haven't been following this thread closely, but it does sound like 
something I experienced and resolved.  The problem was that I was using 
fading keyframes and setting them by hand instead of using the slider. 
That is to say, I'd press the mouse when the cursor was over the part of 
the timeline I wanted to fade then drag it downward until my compositor 
window faded out.  Because of Cinelerra 2's quirky feature, for some of 
the last frames it would actually go past fading out and back into 
visible again.  The resolution for this was to use the slider instead of 
dragging on the timeline.


-Brendan ([EMAIL PROTECTED])

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


Re: [CinCVS] Single (Powerful CPU with Hyperthreading) vs. SMP vs. Multiple Cinelerra Render Nodes

2006-06-11 Thread Brendan Conoboy

Kevin Brosius wrote:

Have you tried cinelerra on this system?  Your comments seem odd, as on
my dual systems, cinelerra will use both cpus (or cpu pipelines on HT
machines) during rendering.


For actual rendering you're likely to see a performance hit if you let 
the renderer use both cpus of a hyper-threaded system.  Best to check 
the force-single-processor flag in the settings and use the second 
execution unit for non-number-crunching operations (Surely your 
underlying OS has something else it'd like to do)!


-Brendan ([EMAIL PROTECTED])

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


Re: [CinCVS] Pentium D 2.6 GHz or AMD Semprom 3.0 GHz

2006-05-18 Thread Brendan Conoboy

Pierre Marc Dumuid wrote:
Anyone have a suggestion either way?  I initially thought AMD Sempron 
cause as I was personally curious to see how a 64 bit machine performs, 
but now I am actually thinking that the dual processor may be more useful?


The dual core is a quite beneficial when doing any CPU intensive 
encoding.  Some encoders, such as mpeg2enc, are SMP aware, providing 
more benefit.  Likewise, if you have background rendering enabled, a 
second core is going to give you enhanced interactive performance.  Last 
I saw, all Pentium D's were 64 bit, so it seems like a better choice 
over an AMD Sempron.  In either case budget for plenty of RAM since a 
fast CPU won't matter if you're swapping heavily.


-Brendan ([EMAIL PROTECTED])

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


Re: [CinCVS] It freezes when opening any project !

2006-02-27 Thread Brendan Conoboy

Nicolas wrote:

Anyone has an idea?


The strace output is pretty unrevealing.  You might try building with 
debugging enabled then running it under gdb (or attaching to it). 
That'll give you a better idea of where the problem is.


-Brendan ([EMAIL PROTECTED])

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


Re: [CinCVS] It freezes when opening any project !

2006-02-21 Thread Brendan Conoboy

Nicolas wrote:

There're 1659 devices in /dev. How can I know which ones are used by
cinelerra?
I reduced the number of devices by not taking into account the devices
in 666 mode, or devices whose group is one of the groups which the
normal user belongs to. I get 1332 devices nodes only.

Any idea?


The quick and dirty way is to run cinelerra under strace like so:

strace -o /tmp/strace.output cinelerra

You can then look at the open()'s issued by cinelerra.  It'll show you 
what path was attempted and whether or not it succeeded.


For a better idea of what might be causing a crash, you could run 
cinelerra under a debugger such as gdb.


-Brendan

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


Re: [CinCVS] query on preferred Distros

2006-02-07 Thread Brendan Conoboy

Andraz Tori wrote:

That is great, what would be really needed is for FC users to be able to
use apt or whatever default autoinstaller is on FC platform...

can you change your repository to become valid apt/yum ?


Hmmm.  Maybe.  I'm not sure if anything else is necessary, but I've run 
yum-arch and createrepo and uploaded the resulting headers.  I think 
this means something like this will work for an 
/etc/yum.repos.d/cinelerra.repo:


[cinelerra-cvs]
name=Cinelerra x86_64
baseurl=http://www.swcp.com/~synk/cinelerra
enabled=1
gpgcheck=0

I'll try making a comps.xml version per new repo format later.

-Brendan

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


Re: [CinCVS] Is RawDV export still broken ?

2006-02-03 Thread Brendan Conoboy
Since it seems nobody is really benefiting by having the '-q 0' setting 
for mpeg video output, I propose the following patch.  If there's other 
braindead command line arguements in there by default, we can tweak them 
as well.


Index: cinelerra/filempeg.C
===
--- cinelerra/filempeg.C(revision 732)
+++ cinelerra/filempeg.C(working copy)
@@ -240,7 +240,7 @@

append_vcommand_line(asset-vmpeg_cmodel == MPEG_YUV422 ? -422 : );
if(asset-vmpeg_fix_bitrate)
{
-   append_vcommand_line(-b);
+   append_vcommand_line(--cbr -b);

append_vcommand_line(bitrate_string);
}
else
@@ -269,11 +269,11 @@

if(asset-vmpeg_fix_bitrate)
{
-   sprintf(string,  -b %d -q %d, 
asset-vmpeg_bitrate, 0);
+   sprintf(string,  --cbr -b %d, 
asset-vmpeg_bitrate, 0);

}
else
{
-   sprintf(string,  -b %d -q %d, 0, 
asset-vmpeg_quantization);
+   sprintf(string,  -q %d, 0, 
asset-vmpeg_quantization);

}
strcat(mjpeg_command, string);



-Brendan ([EMAIL PROTECTED])

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


Re: [CinCVS] Is RawDV export still broken ?

2006-02-03 Thread Brendan Conoboy

Andraz Tori wrote:
can you send it as attachment, and i'll commit 


Sure, here you go.

-Brendan
Index: cinelerra/filempeg.C
===
--- cinelerra/filempeg.C	(revision 732)
+++ cinelerra/filempeg.C	(working copy)
@@ -240,7 +240,7 @@
 append_vcommand_line(asset-vmpeg_cmodel == MPEG_YUV422 ? -422 : );
 if(asset-vmpeg_fix_bitrate)
 {
-	append_vcommand_line(-b);
+	append_vcommand_line(--cbr -b);
 	append_vcommand_line(bitrate_string);
 }
 else
@@ -269,11 +269,11 @@
 
 			if(asset-vmpeg_fix_bitrate)
 			{
-sprintf(string,  -b %d -q %d, asset-vmpeg_bitrate, 0);
+sprintf(string,  --cbr -b %d, asset-vmpeg_bitrate, 0);
 			}
 			else
 			{
-sprintf(string,  -b %d -q %d, 0, asset-vmpeg_quantization);
+sprintf(string,  -q %d, 0, asset-vmpeg_quantization);
 			}
 			strcat(mjpeg_command, string);