Re: [CinCV] H.264: .mov OK, .mts not OK. Why?

2011-01-11 Thread Asmo Koskinen

11.01.2011 10:11, Senbee kirjoitti:


A friend of mine has a Canon Legria, which codec/format is mostly the
same (H.264, 1920x1080, 25p) but its container is .mts instead of .mov,
and Cinelerra doesn't want it.


I do have that Canon, too.

http://www.kdenlive.org/video-editor/canon-hfs100

I have made these with Canon/Cinelerra.

http://www.vimeo.com/asmok/videos

I use this script and home made ffmpeg. Works for me.

http://code.google.com/p/hdffxvrt/
http://ubuntuforums.org/showthread.php?t=786095

Best Regards Asmo Koskinen.

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


Re: [CinCV] H.264: .mov OK, .mts not OK. Why?

2011-01-11 Thread Asmo Koskinen

11.01.2011 12:05, Asmo Koskinen kirjoitti:


I use this script and home made ffmpeg. Works for me.

http://code.google.com/p/hdffxvrt/
http://ubuntuforums.org/showthread.php?t=786095


as...@ubuntu:~$ ffmpeg
FFmpeg version SVN-r25888, Copyright (c) 2000-2010 the FFmpeg developers
  built on Dec  5 2010 19:05:10 with gcc 4.4.5
  configuration: --enable-gpl --enable-version3 --enable-nonfree 
--enable-postproc --enable-libfaac --enable-libmp3lame 
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora 
--enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid 
--enable-x11grab

  libavutil 50.34. 0 / 50.34. 0
  libavcore  0.15. 0 /  0.15. 0
  libavcodec52.98. 0 / 52.98. 0
  libavformat   52.87. 1 / 52.87. 1
  libavdevice   52. 2. 2 / 52. 2. 2
  libavfilter1.68. 0 /  1.68. 0
  libswscale 0.12. 0 /  0.12. 0
  libpostproc   51. 2. 0 / 51. 2. 0
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile 
options] outfile}...


Use -h to get full help or, even better, run 'man ffmpeg'
as...@ubuntu:~$

Best Regards Asmo Koskinen.

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


Re: [CinCV] Band video

2010-12-05 Thread Asmo Koskinen

05.12.2010 06:16, Tom King kirjoitti:


Is it OK to link a video to this list I'd produced in Cinelerra-CV?


Do you know that there is Cinelerra group (group creator is Raffaella) 
at Vimeo site?


http://www.vimeo.com/groups/cinelerra

Best Regards Asmo Koskinen.

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


Re: [CinCV] Problems compiling the new CinelerraCV 2.1.5

2010-12-05 Thread Asmo Koskinen

05.12.2010 10:49, Wolfgang Brunner kirjoitti:


I'm running on a Ubuntu 10.10 64-bits.

/usr/bin/ld: .libs/libmpeg3.o: relocation R_X86_64_32 against
`.rodata.str1.1' can not be used when making a shared object;
recompile with -fPIC
.libs/libmpeg3.o: could not read symbols: Bad value


Hard to say - to me Raffaella's howto worked.

Did you notice this one from howto?

In the unlikely event of you having a 64-bit system, the configure 
command must be shortened to:


./configure --with-buildinfo=git/recompile

Do not use long version (./configure --with-buildinfo=git/recompile 
--enable-mmx --without-pic)




Or just use binaries from PPA for 10.10.

https://launchpad.net/~cinelerra-ppa

I do have both ;-)

as...@ubuntu:~$ /usr/local/bin/cinelerra
Cinelerra 2.1.5CV  GIT::8f8268e619b6880afb3bc8e53b5e797a34c72180  (C) 
2010 Heroine Virtual Ltd.

Internal ffmpeg
Compiled on ti 23.11.2010 12.52.28 +0200

as...@ubuntu:~$ /usr/bin/cinelerra
Cinelerra 2.1.5CV (C) 2010 Heroine Virtual Ltd.
Compiled on Mon Nov 29 01:34:10 UTC 2010

Best Regards Asmo Koskinen.

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


Re: [CinCV] Problems compiling the new CinelerraCV 2.1.5

2010-12-05 Thread Asmo Koskinen

05.12.2010 11:17, Asmo Koskinen kirjoitti:


as...@ubuntu:~$ /usr/local/bin/cinelerra
Cinelerra 2.1.5CV GIT::8f8268e619b6880afb3bc8e53b5e797a34c72180 (C) 2010
Heroine Virtual Ltd.
Internal ffmpeg
Compiled on ti 23.11.2010 12.52.28 +0200

as...@ubuntu:~$ /usr/bin/cinelerra
Cinelerra 2.1.5CV (C) 2010 Heroine Virtual Ltd.
Compiled on Mon Nov 29 01:34:10 UTC 2010


And when you got environment/libraries ok, you can also compile 
Cinelerra 4.2.


as...@ubuntu:~/Bin/cinelerra-4.2/bin$ ./cinelerra
Cinelerra 4.2 (C)2010 Adam Williams

Best Regards Asmo Koskinen.

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


Re: [CinCV] Problems compiling the new CinelerraCV 2.1.5

2010-12-05 Thread Asmo Koskinen

05.12.2010 22:33, Nicola Ferralis kirjoitti:


Are you sure about that? I have been having problems compiling Cinelerra 4.2 
from source.


I removed cinelerra-4.2 directory and downloaded source again.
This is Maverick x84_64. I just use 'configure' with no options.

as...@ubuntu:~/Bin$ bunzip2 cinelerra-4.2-src.tar.bz2
as...@ubuntu:~/Bin$ tar xvf cinelerra-4.2-src.tar
cinelerra-4.2/
cinelerra-4.2/README
[--]
cinelerra-4.2/plugin_config
as...@ubuntu:~/Bin$ cd cinelerra-4.2/

as...@ubuntu:~/Bin/cinelerra-4.2$ ./configure
CONFIGURING QUICKTIME
CONFIGURING FAAD
checking for a BSD-compatible install... /usr/bin/install -c
[--]
Have Video4Linux 2
Have DVB
Have OpenGL 2.0
Configured successfully.  Type 'make' to build me.
as...@ubuntu:~/Bin/cinelerra-4.2$

as...@ubuntu:~/Bin/cinelerra-4.2$ make
make -f build/Makefile.cinelerra
make[1]: Siirrytään hakemistoon /home/asmok/Bin/cinelerra-4.2
[--]
make[1]: Poistutaan hakemistosta /home/asmok/Bin/cinelerra-4.2
as...@ubuntu:~/Bin/cinelerra-4.2$

as...@ubuntu:~/Bin/cinelerra-4.2$ cd bin
as...@ubuntu:~/Bin/cinelerra-4.2/bin$ ./cinelerra
Cinelerra 4.2 (C)2010 Adam Williams

Best Regards Asmo Koskinen.

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


Re: [CinCV] New PPA for Ubuntu - Cinelerra 2.1.5CV

2010-12-05 Thread Asmo Koskinen

05.12.2010 23:22, Nicola Ferralis kirjoitti:


I'd like to ask to give these builds a round of testing with different hardware 
(specifically RT kernels in Ubuntu studio).


I do have Ubuntu Studio x86_64 10.04 with Alessio's kernel.

https://launchpad.net/~abogani/+archive/ppa?field.series_filter=lucid

And I do have NVidia (dual screen). So I will test your package tomorrow.

Best Regards Asmo Koskinen.

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


Re: [CinCV] Problems compiling the new CinelerraCV 2.1.5

2010-12-05 Thread Asmo Koskinen

05.12.2010 22:33, Nicola Ferralis kirjoitti:



And when you got environment/libraries ok, you can also compile
Cinelerra 4.2.

as...@ubuntu:~/Bin/cinelerra-4.2/bin$ ./cinelerra
Cinelerra 4.2 (C)2010 Adam Williams


Are you sure about that?


I compiled cinelerra-cv again.

Here is output of './configure --with-buildinfo=git/recompile' (end of):

Summary of mandatory components:
  libogg  found
  libvorbis   found
  libvorbisencfound
  libvorbisfile   found
  libtheora   found
  OpenEXR found
  libdv   found
  libpng  found
  libjpeg libraries   found
  libjpeg headers found
  libtiff libraries   found
  libtiff headers found
  FreeType 2  found
  libx264 libraries   found
  libx264 headers found
  libuuid libraries   found
  libuuid headers found
  mjpegtools  found
  libfftw3 libraries  found
  libfftw3 headersfound
  liba52 librariesfound
  liba52 headers  found
  libmp3lame librariesfound
  libmp3lame headers  found
  libsndfile librariesfound
  libsndfile headers  found
  libfaac libraries   found
  libfaac headers found
  libfaad libraries   found
  libfaad headers found

Summary of optional components:
  ESD subsystem   found
ESD (Enlightenment Sound Daemon) is enabled
  ALSA subsystem  found
ALSA is enabled
  libraw1394  found
  libiec61883 found
  libavc1394 librariesfound
  libavc1394 headers  found
  librom1394 librariesfound
  librom1394 headers  found
Firewire is enabled
  OpenGL 2.0 librariesmissing
Hardware acceleration using OpenGL 2.0 is disabled

Now type
  make

to start compilation.
as...@ubuntu:~/Bin/cinelerra-cv$

as...@ubuntu:~/Bin/cinelerra-cv$ /usr/local/bin/cinelerra
Cinelerra 2.1.5CV  GIT::8f8268e619b6880afb3bc8e53b5e797a34c72180  (C) 
2010 Heroine Virtual Ltd.

Internal ffmpeg
Compiled on su 5.12.2010 23.54.06 +0200

Best Regards Asmo Koskinen.

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


[CinCV] Testing Nicola's PPA in Ubuntu Studio

2010-12-05 Thread asmo . koskinen

Ubuntu Studio x86_64 10.04.1 - dual screen, realtime kernel.

I do not see any problems to use Nicola PPA.

I do use this script (needs ffmpeg from source) to make my camcorders MTS
files suitable for Cinelerra - Cinelerra eats MOV files.

http://code.google.com/p/hdffxvrt/
http://ubuntuforums.org/showpost.php?p=4907079postcount=1

I rendered short MOV clip to OGG/THEORA, no problems.

stu...@ubuntu-studio:~$ uname -a
Linux ubuntu-studio 2.6.33-29-realtime #1-Ubuntu SMP PREEMPT RT Wed Aug 4
17:22:37 UTC 2010 x86_64 GNU/Linux

stu...@ubuntu-studio:~$ cinelerra
Cinelerra 2.1.5CV (C) 2010 Heroine Virtual Ltd.
Compiled on Mon Nov 29 02:05:51 UTC 2010

stu...@ubuntu-studio:~$ lspci -k
01:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9500
GT] (rev a1)
Kernel driver in use: nvidia
Kernel modules: nvidia-current, nvidiafb

So far so good.

Best Regards Asmo Koskinen.


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


Re: [CinCV] Cinelerra render crash

2010-11-24 Thread Asmo Koskinen

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


Re: [CinCV] [ANNOUNCE] Cinelerra 2.1.5CV

2010-11-23 Thread Asmo Koskinen

21.11.2010 22:25, Johannes Sixt kirjoitti:


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!

With best regards,
Your CinelerraCV developers


Thank you for your hard work!

Works just great with Ubuntu x86_64 10.10 using Grandma's howto.

Best Regards Asmo Koskinen.

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


Re: [CinCV] help choosing a video camera compatible with gnu/linux

2010-11-11 Thread Asmo Koskinen

11.11.2010 23:16, candela kirjoitti:


PLEASE, can you help us to know if it is compatible or not?


Here is some kind of database for camcorders.

http://www.kdenlive.org/video-editor

Mine is this one:

http://www.kdenlive.org/video-editor/canon-hfs100

Best Regards Asmo Koskinen.

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


Re: [CinCV] what pcm audio formats actually work in the quicktime wrapper?

2010-10-17 Thread Asmo Koskinen

17.10.2010 17:36, Rob kirjoitti:


original format:
AVCHD 1920x1080i @ 13mbps/~60fps (H264/AC3)

processed as follows:
ffmpeg -i 01.MTS -vcodec mjpeg -deinterlace -s 848x480 -r 29.97 \
 -sameq -acodec pcm_s16le -ac 2 -ab 48000 out.mov


I do use this script for my camcorder to work with Cinelerra.

http://www.kdenlive.org/video-editor/canon-hfs100

http://code.google.com/p/hdffxvrt/

I do use also re-compiled ffmpeg (Ubuntu 10.10 x86_64).

http://ubuntuforums.org/showthread.php?t=786095

Look inside that script; hope that helps somehow.

Best Regards Asmo Koskinen.

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


Re: [CinCV] Compile error

2010-10-07 Thread Asmo Koskinen

07.10.2010 04:14, E Chalaron kirjoitti:


I don't think it is up to Cinelerra to keep track of the various
libx264-nnn versions that do exist.
Believe me, if I can compile it everybody can !


I agree. My distro of choice is Ubuntu AMD64 10.10. Compile Cinelerra 
first with default x264 library and then upgrade x264 library, maybe 
that helps? My Cinlerra is about few weeks old.


as...@ubuntu:~$ x264 --version
x264 0.105.1724 b02df7b
built on Sep 26 2010, gcc: 4.4.5

as...@ubuntu:~$ ffmpeg --version
FFmpeg version SVN-r25211, Copyright (c) 2000-2010 the FFmpeg developers
built on Sep 26 2010 20:14:38 with gcc 4.4.5

as...@ubuntu:~$ cinelerra --version
Cinelerra 2.1CV (C) 2006 Heroine Virtual Ltd.
Compiled on su 26.9.2010 21.21.28 +0300

Best Regards Asmo Koskinen.

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


Re: [CinCV] Compile error

2010-10-07 Thread Asmo Koskinen

07.10.2010 21:42, Frans de Boer kirjoitti:


Sorry, but OpenSuse 11.3 does not have these libraries nor a compiled
versions of Cinelerra, at least not that I can see.


How about packman's repos?

http://packman.links2linux.org/package/cinelerra

openSUSE 11.3 i586
cinelerra-2.1.cv20100802-2.pm.9.6.i586.rpm
5 days ago

openSUSE 11.3 x86_64
cinelerra-2.1.cv20100802-2.pm.9.5.x86_64.rpm
6 days ago

http://packman.links2linux.org/search?scope=nameq=x264
http://packman.links2linux.org/search?scope=nameq=ffmpeg

Best Regards Asmo Koskinen.

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


[CinCV] Cinelerra OK with Ubuntu 10.10 i386 Beta

2010-09-26 Thread Asmo Koskinen


Just a quick note.

Cinelerra is OK from GIT repository on the Ubuntu 10.10 i386 Beta.

Cinelerra 2.1CV (C) 2006 Heroine Virtual Ltd.
Compiled on la 25.9.2010 09.58.53 +0300

I have Canon HFS100 so I use this script, too.

http://code.google.com/p/hdffxvrt/

And for that script I needed rebuilded ffmpeg, this howto works.

http://ubuntuforums.org/showthread.php?t=786095

Best Regards Asmo Koskinen.

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


Re: [CinCV] cinelerra and avchd format

2010-04-01 Thread Asmo Koskinen

Thomas Judge kirjoitti:

Avchd which stands for avcompressed high def is not suitable for NLE
transcode to a non compressed stream first such as dv

On Apr 1, 2010 9:42 AM, telenapf Willisau telen...@gmail.com wrote:

Hi, I have a question:

Is ist possible to work with avchd format and cinelerra?


I do use this script with Canon HFS100.

http://code.google.com/p/hdffxvrt/

It is for iMovie, but works just fine to me/Cinelerra.

I do use ffmpeg from svn.

Best Regards Asmo Koskinen.

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


Re: [CinCV] ffmpeg inconsistencies?

2010-02-04 Thread Asmo Koskinen

Ed Vaessen kirjoitti:


I use 64bit OpebSuSE 11.2 with CV 2.1.
I use high quality JVC footage for a project that consists of tod files.
They are HDV 1920x1080. I converted them first to mpg using the ffmpeg
command:

ffmpeg -i input1.tod -acodec copy -vcodec copy output1.mpg
ffmpeg -i input2.tod -acodec copy -vcodec copy output2.mpg

and so on.


I use 64bit Ubuntu 9.10 and Cinelerra CV 2.1. My camera is Canon Legria 
HF S100e (AVCHD). I use this script for Cinelerra.


http://code.google.com/p/hdffxvrt/

Ffmpeg is from SVN.

Works great for me. All my Vimeo stuff is made this way 
(MTShdffxvrtCinelerraOggVimeo).


http://vimeo.com/asmok/videos

Best Regards Asmo Koskinen.

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


Re: [CinCV] Cinelerra and Ubuntu 9.10

2009-11-29 Thread Asmo Koskinen

Wirt Wolff kirjoitti:


I have had good results with cinelerracv-smp from akirad repo. It's
seen light usage since upgraded to Karmic a month ago.


Me, too, with 64-bit SMP desktop. I made some files about LTSP thin 
client system (demo) to the Blip.TV and syndicate them to my site.


http://www.arkki.info/?cat=5

I did use this kind of work flow, very stable.

Canan Legria HF S100e  *.MTS  hdffxvrt  *.MOV  Cinelerra/editing  
*.OGG  Blip.TV  Wordpress


http://code.google.com/p/hdffxvrt/

Best Regards Asmo Koskinen.

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


[CinCVS] A solution for broken Cinelerra

2007-11-27 Thread Asmo Koskinen

Hello,

I run to this (Ubuntu 7.10 x86_64):

https://init.linpro.no/pipermail/skolelinux.no/cinelerra/2007-November/012249.html

A solution was installing package from debian-multimedia:

http://www.debian-multimedia.org/dists/stable/main/binary-amd64/package/libfaac0.php

Then I was able to install Cinelerra from Valentina's repository:

Cinelerra 2.1CV (C) 2006 Heroine Virtual Ltd.
Compiled on dc oct 31 13:49:22 CET 2007

Ystävällisin terveisin Asmo Koskinen.

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