Re: [CinCV] Arvind R's CinelerraHV-4.4 patches from June

2013-08-28 Thread Einar Rünkaru
Hi. On Tue, Aug 27, 2013 at 5:44 PM, Ned Haskin feanor2...@covad.net 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.

Re: [CinCV] Arvind R's CinelerraHV-4.4 patches from June

2013-08-28 Thread E Chalaron
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

Re: [CinCV] Arvind R's CinelerraCV patches from June

2013-08-28 Thread Ned Haskin
On Wed, 2013-08-28 at 21:14 +0300, Einar Rünkaru wrote: [-Wdeprecated-declarations] filebase.C: In member function ‘void FileBase::append_history(const void*, SampleFormat, int, int)’: filebase.C:320:8: error: ‘SAMPLE_FMT_DBL’ was not