previewsound.cpp: In member function `void
PreviewSound::open_audio(audio::audio_buf&)':
previewsound.cpp:18: error: function `int* __errno_location()' is initialized
like a variable
Maybe something related with gcc?
(I use v. 3.3.5)
I'm quite sure Kdenlive and its backend Piave are no more actively developed. No news on the homepage for more than one year and to quote from the (hopefully well-known) Debian-Marillat repository:
"12/06/2005 :
I've also removed the piave and kdenlive packages (unmaintained upstream)."
So keep on with with KFilm, it's seemingly the only active one of its sort right now.
My estimation: Perhaps someone can pick up Kdenlive, or KFilm can integrate code from Kdenlive - no need to duplicate code and work to achieve parity with Kdenlive, and then nobody is working on Kfilm either.. (remember Murphy's Law).
Only thing is, it's already being done :) Not saying stop doing this or anything, I only want to point you in the direction of the existing project to make a non-linear movie editor using the KDE libraries called Kdenlive, found elsewhere ( http://www.kde-apps.org/content/show.php?content=10014 ) on this site :)
Just to prove that I meant the first bit, I voted good ;)
fillods
11 years ago
Check it out, kdenlive is great and very usable.
[1] http://kde-apps.org/content/show.php?content=40125
Report
gmarco
12 years ago
there i should have fixed that error
Report
maarizwan
12 years ago
Report
apt-drink
12 years ago
Thanks!!!
Report
gmarco
12 years ago
but is planned if the other things work well
Report
SWaN
12 years ago
previewsound.cpp: In member function `void
PreviewSound::open_audio(audio::audio_buf&)':
previewsound.cpp:18: error: function `int* __errno_location()' is initialized
like a variable
Maybe something related with gcc?
(I use v. 3.3.5)
Report
gmarco
12 years ago
please include there
and remove all declarations for int errrno and #define EACCESS
i will release soon a newer version without these bugs
Report
Crono
12 years ago
"12/06/2005 :
I've also removed the piave and kdenlive packages (unmaintained upstream)."
So keep on with with KFilm, it's seemingly the only active one of its sort right now.
My estimation: Perhaps someone can pick up Kdenlive, or KFilm can integrate code from Kdenlive - no need to duplicate code and work to achieve parity with Kdenlive, and then nobody is working on Kfilm either.. (remember Murphy's Law).
Report
gmarco
12 years ago
2. i lokked at kdenlive but ther is not many a can used. file handling and other "hard" stuff , is very different from kdenlive
cu ;)
Report
eightofnine
12 years ago
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I/usr/include/ffmpeg -I/usr/include/SDL -D_REENTRANT -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i386 -fno-strength-reduce -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -I/usr/include/ffmpeg -c -o encode_thread.lo `test -f 'encode_thread.cpp' || echo './'`encode_thread.cpp
encode_thread.cpp: In member function `AVStream*
encode_thread::add_video_stream(AVFormatContext*, CodecID)':
encode_thread.cpp:248: error: 'struct AVCodecContext' has no member named '
frame_rate'
encode_thread.cpp:249: error: 'struct AVCodecContext' has no member named '
frame_rate_base'
I think this has something to do with changes made to ffmpeg recently. I'm using the 20050508 snapshot.
Report
gmarco
12 years ago
so i must update some things now ;)
Report
guiyan
12 years ago
'struct AVCodecContext' has no member named 'frame_rate'
I'd like to know how you resolved your problem...
Could you answer me with guiyan@netcourrier.com
Thanks.
Yannick
Report
soimpossible
12 years ago
The more video editing software the better.
leinir: I'm not sure if Kdenlive is still being actively developed.
Report
leinir
12 years ago
Just to prove that I meant the first bit, I voted good ;)
Report
gmarco
12 years ago
so i started a new one
Report