How I got CinelerraHV-4.4 compiled on Debian wheezy-7.1.
Dependencies: wget bzip2 patch build-essential w32codecs w64codecs libtool nasm
libncurses5-dev libbz2-dev
libncursesw5-dev libxv-dev libxxf86vm-dev libogg-dev libvorbis-dev
libtheora-dev libopenexr-dev libdv-dev
libpng-dev libjpeg62-dev
On 30/08/13 08:57, Ned Haskin wrote:
> Edouard,
>
> Your script ran but there was no output file found.
This is odd... did you launch cinelerra from a command line ?
It may say where the problem is, like the non possibility to write in
the targeted folder or other errors like that.
don't put the
Edouard,
Your script ran but there was no output file found. Just like my 1st
attempt.
This line works :
ffmpeg -f yuv4mpegpipe -i - -vcodec libx264 -profile:v high -preset slow -s
720x480 -crf 17 -bf 3 -b_strategy 2 -pix_fmt yuv420p %
The % sign takes the file name given by cinelerra. I cou
Ned
Why don't you use x264 directly ?
Create a local file (/usr/local/bin/export_AVCHD)
chmod it in 755
and call it in the yuv4mpeg export
here is the content
#/bin/bash
fichier=$1.264
mkfifo $1.y4m
x264 --sar 1:1 -m 6 --me umh -b 4 --bitrate 36000 -o $fichier $1.y4m &
sleep 0.5
cat /dev/stdin
Hi.
On Tue, Aug 27, 2013 at 5:44 PM, Ned Haskin wrote:
> I have now renamed the cinelerra in /usr/bin/cinelerra.bak
> cinelerra-4.4/bin/cinelerra still works. I then tried to remove
> cinelerra-4.4-dmo1.deb
> leaving cinelerra-data-4.4-dmo1.deb, did that. cinelerra-4.4/bin/cinelerra
> wouldn't w
On Tue, 2013-08-27 at 21:18 +0300, Einar Rünkaru wrote:
> Hi.
>
> On Tue, Aug 27, 2013 at 5:44 PM, Ned Haskin
> wrote:
> I have now renamed the cinelerra in /usr/bin/cinelerra.bak
> cinelerra-4.4/bin/cinelerra still works. I then tried to
> remove cinelerra-4.4-dmo1.deb
>
Hi.
On Sun, Aug 25, 2013 at 10:52 PM, Ned Haskin wrote:
> Einar,
> My error was in trying to fix the configure warnings ;
>
> config.status: creating libfaac/Makefile
> config.status: WARNING: 'libfaac/Makefile.in' seems to ignore the
> --datarootdir setting
> config.status: creating frontend/M
I have now renamed the cinelerra in /usr/bin/cinelerra.bak
cinelerra-4.4/bin/cinelerra still works. I then tried to remove
cinelerra-4.4-dmo1.deb
leaving cinelerra-data-4.4-dmo1.deb, did that. cinelerra-4.4/bin/cinelerra
wouldn't work.
As soon as I reinstalled the deb, it worked again. So I we
Hi,
CinelerraHV-4.4 wierdness,
yuvstream acted like it worked, I used the same ffmpeg line I've used before
The cores all when to 95 to 100% fans sped up. No output file. I set the output
in both windows the same & the filename in the ffmpeg line all the same.
I looked all over for the file, n
Well this is weird,
cinelerra worked I had a few odd rendering problems, but I'll get into that
later.
I uninstalled cinelerra-4.4-dmo1.deb while cinelerraHV-4.4 was open.
Cinelerra now won't run from the bin dir. It didn't crash I shut it. then went
to
run it later. I've rebooted, I've recomp
Hi
On Fri, Aug 23, 2013 at 9:49 PM, Ned Haskin wrote:
> On Fri, 2013-08-23 at 19:02 +0300, Einar Rünkaru wrote:
> >
> >
> >
> > On Fri, Aug 23, 2013 at 6:00 AM, Ned Haskin
> wrote:
> > Thanks Einar,
> >
> >
> > >
> > > CinelerraCV-2.2 won't compile on my system
Einar,
I just started fresh with a decompress of src and patches with Gavin's patch
too.
I haven't been using the 1st patch it was commented out in series.
I ./configured and started make, then got your email. While replying to you.
Make completed and it made a cinelerra executable!
Last time
Einar,
I already had libbz2-dev and libva-dev installed, they were on a list of
dependencies
I read somewhere. But, make shows no errors & makes no executable. Just c_flags
file
in the cinelerra-4.4/bin folder.
Gavin told me to patch cinelerra/filepng.C he's on the list, just emailed me
dir
Einar,
My error was in trying to fix the configure warnings ;
config.status: creating libfaac/Makefile
config.status: WARNING: 'libfaac/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating frontend/Makefile
config.status: WARNING: 'frontend/Makefile.in' seems to igno
On Fri, Aug 23, 2013 at 6:00 AM, Ned Haskin wrote:
> Thanks Einar,
>
> >
> > CinelerraCV-2.2 won't compile on my system Why? What was the
> error?
>
> Package collisions, as it says in readme.build 'Some of them are part of
> every distribution
> (if they aren't in yours, change you dist
On Thu, Aug 22, 2013 at 5:50 PM, Ned Haskin wrote:
> Hi again,
> ned17@videoathlon:~/cinelerra-4.4$
>
> Any help would be greatly appreciated
>
Disable v4l. Newer kernels do not support it
>
> CinelerraCV-2.2 won't compile on my system
Why? What was the error?
> & the deb is unstable and cr
On Fri, 2013-08-23 at 19:02 +0300, Einar Rünkaru wrote:
>
>
>
> On Fri, Aug 23, 2013 at 6:00 AM, Ned Haskin wrote:
> Thanks Einar,
>
>
> >
> > CinelerraCV-2.2 won't compile on my system Why? What was
> the error?
>
>
>
Einar,
Well the stat permission denied is odd. The files are there and the terminal
lets me run stat
as a user. Unless it is really trying to stat files in /root/ sub folders.
There isn't any mention of libquicktime.a or the /x86_64/faad folder in all the
make output. So make hasn't
touched
Thanks Einar,
On Thu, 2013-08-22 at 23:09 +0300, Einar Rünkaru wrote:
> Disable v4l. Newer kernels do not support it
>
Thanks, thats what I thought, but I'm no expert. I added --disable-indev=v4l to
/quicktime/configure "CONFIGURING FFMPEG" Then I remembered fixing a warning on
./configure
Hi again,
I am using Debian wheezy-7.1-amd64 make-3.81 automake-1.11.6
The only packages I'm missing are sdl >= 1.1.3 & xmms >= 0.9.5.1
It seems that the latest errors are when make enters
quicktime/thirdparty/ffmpeg-0.6.1
The are no warnings or errors in ffmpeg-0.6.1 during ./configure. Confi
20 matches
Mail list logo