Re: [CinCVS] Making video's for Windows Media Encoder

2006-08-31 Thread Valentina Messeri
if you need to encode AVI format totally compatible with propietary  
players i think only mpeg1video is suitable.


If not there are many codecs you can you, depending on what is your target

$ ffmpeg formats


:)))

Vale


Quoting Stefan de Konink [EMAIL PROTECTED]:


On Wed, 30 Aug 2006, Jeroen van de Nieuwenhof wrote:


I think i've found the solution: you have to put -pix_fmt yuv420p before
-vcodec. The video is encoded now, but in very bad quality. How can i make
the avi in the best possible quality with this setup?



Mmm... I'm going to try this solution tonight too :) You can specify
quality/bitrate. Or just choose another codec.

man ffmpeg

Stefan


___
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


Re: [CinCVS] Making video's for Windows Media Encoder

2006-08-31 Thread Valentina Messeri

Quoting Valentina Messeri [EMAIL PROTECTED]:


if you need to encode AVI format totally compatible with propietary
players i think only mpeg1video is suitable.

If not there are many codecs you can you, depending on what is your target

$ ffmpeg formats


sorry, i forgot to say maybe you don't know default ffmpeg bitrate  
(option -b) is 200






:)))

Vale


Quoting Stefan de Konink [EMAIL PROTECTED]:


On Wed, 30 Aug 2006, Jeroen van de Nieuwenhof wrote:


I think i've found the solution: you have to put -pix_fmt yuv420p before
-vcodec. The video is encoded now, but in very bad quality. How can i make
the avi in the best possible quality with this setup?



Mmm... I'm going to try this solution tonight too :) You can specify
quality/bitrate. Or just choose another codec.

man ffmpeg

Stefan


___
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




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


[CinCVS] Compiling Cinelerra with bluedottheme

2006-08-31 Thread Bas Alphenaar
I tried to compile r836 of Cinelerra with the bluedottheme today, but it
doesn't work. It did work with the greenelerra theme. This is what I get:


 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../guicast -I../../cinelerra 
-I../../quicktime -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -g -O2  -MT bluedottheme.lo -MD -MP -MF
.deps/bluedottheme.Tpo -c bluedottheme.C  -fPIC  -DPIC -o
.libs/bluedottheme.o
bluedottheme.C: In member function 'virtual void BlueDotTheme::initialize()':
bluedottheme.C:195: error: 'timebar_bg_data' was not declared in this scope
bluedottheme.C:196: error: 'timebar_brender_data' was not declared in this scope
bluedottheme.C:288: error: 'bottom_justify' was not declared in this scope
bluedottheme.C:289: error: 'center_justify' was not declared in this scope
bluedottheme.C:290: error: 'channel_data' was not declared in this scope
bluedottheme.C:291: error: 'copy_data' was not declared in this scope
bluedottheme.C:292: error: 'cut_data' was not declared in this scope
bluedottheme.C:293: error: 'fit_data' was not declared in this scope
bluedottheme.C:294: error: 'in_data' was not declared in this scope
bluedottheme.C:295: error: 'indelete_data' was not declared in this scope
bluedottheme.C:296: error: 'labelbutton_data' was not declared in this scope
bluedottheme.C:297: error: 'left_justify' was not declared in this scope
bluedottheme.C:298: error: 'magnify_button_data' was not declared in this scope
bluedottheme.C:299: error: 'middle_justify' was not declared in this scope
bluedottheme.C:300: error: 'nextlabel_data' was not declared in this scope
bluedottheme.C:301: error: 'out_data' was not declared in this scope
bluedottheme.C:302: error: 'outdelete_data' was not declared in this scope
bluedottheme.C:305: error: 'paste_data' was not declared in this scope
bluedottheme.C:306: error: 'prevlabel_data' was not declared in this scope
bluedottheme.C:307: error: 'redo_data' was not declared in this scope
bluedottheme.C:308: error: 'right_justify' was not declared in this scope
bluedottheme.C:310: error: 'toclip_data' was not declared in this scope
bluedottheme.C:311: error: 'top_justify' was not declared in this scope
bluedottheme.C:312: error: 'undo_data' was not declared in this scope
bluedottheme.C:313: error: 'wrench_data' was not declared in this scope
bluedottheme.C:332: error: 'arrow_data' was not declared in this scope
bluedottheme.C:333: error: 'autokeyframe_data' was not declared in this scope
bluedottheme.C:334: error: 'camera_data' was not declared in this scope
bluedottheme.C:335: error: 'crop_data' was not declared in this scope
bluedottheme.C:336: error: 'ibeam_data' was not declared in this scope
bluedottheme.C:337: error: 'magnify_data' was not declared in this scope
bluedottheme.C:338: error: 'mask_data' was not declared in this scope
bluedottheme.C:339: error: 'proj_data' was not declared in this scope
bluedottheme.C:340: error: 'protect_data' was not declared in this scope
bluedottheme.C:341: error: 'show_meters' was not declared in this scope
bluedottheme.C:342: error: 'titlesafe_data' was not declared in this scope
bluedottheme.C:343: error: 'tool_data' was not declared in this scope
bluedottheme.C:352: error: 'duplex_data' was not declared in this scope
bluedottheme.C:353: error: 'end_data' was not declared in this scope
bluedottheme.C:354: error: 'fastfwd_data' was not declared in this scope
bluedottheme.C:355: error: 'fastrev_data' was not declared in this scope
bluedottheme.C:356: error: 'forward_data' was not declared in this scope
bluedottheme.C:357: error: 'framefwd_data' was not declared in this scope
bluedottheme.C:358: error: 'framerev_data' was not declared in this scope
bluedottheme.C:359: error: 'pause_data' was not declared in this scope
bluedottheme.C:360: error: 'rec_data' was not declared in this scope
bluedottheme.C:361: error: 'recframe_data' was not declared in this scope
bluedottheme.C:362: error: no matching function for call to 
'BlueDotTheme::build _transport(VFrame**, unsigned char*, VFrame**, int)'
../../cinelerra/theme.h:103: note: candidates are: void 
Theme::build_transport(c har*, unsigned char*, VFrame**, int)
bluedottheme.C:363: error: no matching function for call to 
'BlueDotTheme::build _transport(VFrame**, unsigned char*, VFrame**, int)'
../../cinelerra/theme.h:103: note: candidates are: void 
Theme::build_transport(c har*, unsigned char*, VFrame**, int)
bluedottheme.C:364: error: 'stop_data' was not declared in this scope
bluedottheme.C:365: error: 'stoprec_data' was not declared in this scope
bluedottheme.C:410: error: 'class BC_Resources' has no member named 
'listboxitem selected_color'
bluedottheme.C:459: error: incompatible types in assignment of 'VFrame**' to 
'VF rame* [5]'
bluedottheme.C: In member function 'virtual void 
BlueDotTheme::get_mwindow_sizes (MWindowGUI*, int, int)':
bluedottheme.C:499: error: 'timebar_bg_data' was not declared in this scope
bluedottheme.C: In member function 'virtual void 

[CinCVS] [Bug 264] svn build 799 won't compile

2006-08-31 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=264

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |



--- Additional Comments From [EMAIL PROTECTED]  2006-08-31 15:43 ---
Seems that this bug wasn't fixed in the svn sources.  The fix is simple,  I 
think,
simply remove the cases and indirection in the call to FT_Stroker_New in Title.C

That is, line 397 should be:

FT_Stroker_New(freetype_library, stroker);

David




--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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


[CinCVS] [Bug 291] New: build with --enable-x86 on fails

2006-08-31 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=291

   Summary: build with --enable-x86 on fails
   Product: Cinelerra
   Version: 2.0
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: Medium
 Component: Building
AssignedTo: cinelerra@skolelinux.no
ReportedBy: [EMAIL PROTECTED]


The summary says it all.  configure --enable-x86 --enable-mmx  followed by make
fails with:

 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../quicktime -I../libmpeg3
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3
-march=pentium4 -ffast-math -funroll-loops -fomit-frame-pointer -MT
quantize_x86.lo -MD -MP -MF .deps/quantize_x86.Tpo -c quantize_x86.c  -fPIC
-DPIC -o .libs/quantize_x86.o
/tmp/ccX2ty36.s: Assembler messages:
/tmp/ccX2ty36.s:276: Error: suffix or operands invalid for `ldmxcsr'

I'm using gcc-4.1.1 on a slackware-current/frg-gnome-current box


David



--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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


[CinCVS] [Bug 291] build with --enable-x86 on fails

2006-08-31 Thread bugzilla-daemon
http://bugs.cinelerra.org/show_bug.cgi?id=291





--- Additional Comments From [EMAIL PROTECTED]  2006-08-31 18:23 ---
Actually, the summary doesn't say it all.   I removed the --enable-x86 and got
the same error.  It's the --enable-mmx  that is triggering this.  I've removed
it, keeping the --enable-x86.  The compillation now works.

 





--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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


Re: [CinCVS] Cinelerra people on IBC

2006-08-31 Thread Brosius, Kevin
Title: Re: [CinCVS] Cinelerra people on IBC





On 2006-08-30 13:11, Stefan de Konink wrote:
 Hello,
 
 With an upcomming IBC in Amsterdam, will any Cinelerra people be there?
 
 
 Stefan
 


What's IBC? (International Broadcasting Conference?) Any more info (like a web link?)


Kevin





Re: [CinCVS] Cinelerra people on IBC

2006-08-31 Thread Bas Alphenaar
It's the International Broadcasting Convention, more info: 
http://en.wikipedia.org/wiki/International_Broadcasting_Convention


I would like to go there, I live in Holland, are tickets still available 
and how much does it cost? And can normal people go there or is it only 
press?


Brosius, Kevin wrote:


On 2006-08-30 13:11, Stefan de Konink wrote:
 Hello,

 With an upcomming IBC in Amsterdam, will any Cinelerra people be there?


 Stefan


What's IBC?  (International Broadcasting Conference?)   Any more info 
(like a web link?)


Kevin



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


Re: [CinCVS] Cinelerra people on IBC

2006-08-31 Thread Stefan de Konink
On Thu, 31 Aug 2006, Brosius, Kevin wrote:

 What's IBC?  (International Broadcasting Conference?)   Any more info (like
 a web link?)

http://www.ibc.org/cgi-bin/displaypage.cgi?pageref=100


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


Re: [CinCVS] Cinelerra people on IBC

2006-08-31 Thread Stefan de Konink
On Thu, 31 Aug 2006, Bas Alphenaar wrote:

 I would like to go there, I live in Holland, are tickets still available
 and how much does it cost? And can normal people go there or is it only
 press?

Now it costs money... or you need to check if you can find some sponsor
with free cards. If you get them two months in advance it totally free.


Stefan


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


[CinCVS] AudioALSA::write_buffer underrun at sample

2006-08-31 Thread Nicolas
Hello,

Since I use cinelerra, I get that error message written in the console:
AudioALSA::write_buffer underrun at sample number

That happened when I used a soundblaster PCI card, and that still happen
using the onboard audio chipset of the motherboard.

The error message is written each 4 secs or so, and there's an audio
glitch when it's displayed.

The parameters I set in the playback preferences window are that ones:
- samples to send to console at a time: 2048
- audio offset: 0
- view follows playback: selected
- use software for positioning information: selected
- audio playback in real time (root only): selected
- audio driver: Alsa
- device: VIA 8237 #0
- bits: 16 bit linear
- stop playback locks up: not selected

Is there a way to get ride of those error messages, and of course the
audio glitches which go with them..?

Thanks.
Nicolas, Paris.

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


Re: [CinCVS] AudioALSA::write_buffer underrun at sample

2006-08-31 Thread Nicolas
I forget to tell I can't find the soundtest utility in the CV version.
It's written in the cinelerra manual :
soundtest - Utility for determining sound card buffer size.

Nicolas, Paris.

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


Re: [CinCVS] AudioALSA::write_buffer underrun at sample

2006-08-31 Thread Nicolas
Thanks Dimitrios

You were right. I had to INCREASE the number of samples to send to
console at a time! =)

Nicolas, Paris.

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


Re: [CinCVS] Compiling Cinelerra with bluedottheme

2006-08-31 Thread Bas Alphenaar
I would love to do that, but unfortunately I'm not a programmer :( BTW, 
what language is Cinelerra written in, C, C++?


Johannes Sixt wrote:

On Thursday 31 August 2006 14:32, Bas Alphenaar wrote:
  

I tried to compile r836 of Cinelerra with the bluedottheme today, but it
doesn't work. It did work with the greenelerra theme. This is what I get:


 [Many errors]

Somebody knows what's wrong?



Bluedot has not been updated for Cinelerra 2.0; 2.1 will require another round 
of changes. Same for other themes except S.U.V. For this reason S.U.V. is now 
the only one that is compiled.


If you want some other theme, you need to get your hands dirty ;)
Send a patch; we'll happily apply it.

-- Hannes

___
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] Compiling Cinelerra with bluedottheme

2006-08-31 Thread Rafael Diniz
some time ago i made bluedot work with 2.0cv, but we need to draw some new
buttons and icons to make it work ok. (i replaced the lacking images with
the standart default old theme images)
i'll upgrade the patch to 2.1cv and ask people to help with images, since
i a very bad with drawings.

bye,
rafael diniz

 I would love to do that, but unfortunately I'm not a programmer :( BTW,
 what language is Cinelerra written in, C, C++?

 Johannes Sixt wrote:
 On Thursday 31 August 2006 14:32, Bas Alphenaar wrote:

 I tried to compile r836 of Cinelerra with the bluedottheme today, but
 it
 doesn't work. It did work with the greenelerra theme. This is what I
 get:


  [Many errors]

 Somebody knows what's wrong?


 Bluedot has not been updated for Cinelerra 2.0; 2.1 will require another
 round
 of changes. Same for other themes except S.U.V. For this reason S.U.V.
 is now
 the only one that is compiled.

 If you want some other theme, you need to get your hands dirty ;)
 Send a patch; we'll happily apply it.

 -- Hannes

 ___
 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




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


[CinCVS] Copy out a single frame from a clip

2006-08-31 Thread Bernhard Frühmesser

Hello,

I have a videoclip with about 1,30 minutes, and i would like to copy 
the LAST frame of that clip and create a picture out of it which i add 
to the resources (either to clip or to media), but so far i haven´t 
found anything suitable about that in the manual.


I have been trying to work with in and out points but since the position 
is the same this didn´t work.


Thanks for hints/help!

BF.


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


Re: [CinCVS] Copy out a single frame from a clip

2006-08-31 Thread Pierre Dumuid

Select only 1 frame:

1. Right click the time-bar until you have selected frames
2. In the status bar there are 3 boxes: [start] [length] [end], assuming 
the start is correct, type 1 into the length, (or start+1 into end)

3. File-Render, format PNG ... (possible render as create a new resource)
4. MANDATORY STEP 1: Ask for a wiki account
5. MANDATORY STEP 2: After successfully achieving your goal, write up 
neater steps in the wiki  ;-)



Bernhard Frühmesser wrote:

Hello,

I have a videoclip with about 1,30 minutes, and i would like to copy 
the LAST frame of that clip and create a picture out of it which i add 
to the resources (either to clip or to media), but so far i haven´t 
found anything suitable about that in the manual.


I have been trying to work with in and out points but since the position 
is the same this didn´t work.


Thanks for hints/help!

BF.


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



--
__

Get Firefox! http://www.mozilla.org/products/firefox/

Mr Pierre Dumuid
Phd Student

Active Noise and Vibration Control Group
School of Mechanical Engineering
The University of Adelaide 
SA 5005

AUSTRALIA

Email:  [EMAIL PROTECTED]
[EMAIL PROTECTED]
Work:   +61 (0)8 8303 3847

Mobile: 0407 570 263

Web Page : http://www.mecheng.adelaide.edu.au/
__

CRICOS Provider Number 00123M
--- 


This email message is intended only for the addressee(s) and contains
information that may be confidential and/or copyright.  If you are not
the intended recipient please notify the sender by reply email and
immediately delete this email. Use, disclosure or reproduction of this
email by anyone other than the intended recipient(s) is strictly
prohibited. No representation is made that this email or any attachments
are free of viruses. Virus scanning is recommended and is the
responsibility of the recipient.

begin:vcard
fn:Pierre Dumuid
n:Dumuid;Pierre
org:The University of Adelaide;Mechanical Engineering
adr:;;;Adelaide;South Australia;5005;Australia
email;internet:[EMAIL PROTECTED]
title:Postgraduate Student
tel;work:8303 3847
tel;home:8388 5727
tel;cell:0407570263
note:CRICOS Provider Number 00123M
x-mozilla-html:TRUE
url:http://www.adelaide.edu.au
version:2.1
end:vcard