


Audio Extractors/Converters by msnkambule 33 comments
Thank you for feedback. I will consider your suggestion. - Dec 22 2010

Audio Extractors/Converters by msnkambule 33 comments

Audio Extractors/Converters by msnkambule 33 comments

Audio Extractors/Converters by msnkambule 33 comments
I have made some changes that I will upload later that take care of this problem. - May 31 2010

Audio Extractors/Converters by msnkambule 33 comments
Concerning -formats, the documentation states that it will "show available formats, codecs, bitstream filters, protocols, and frame size and frame rate abbreviations." That is why I used it. - Dec 16 2009

Audio Extractors/Converters by msnkambule 33 comments
ffmpeg -formats | grep "EA" gives a list of those and konvertible runs that to get the list. I'm not sure why in your case it segfaults since there are always audio formats ffmpeg encodes. - Dec 14 2009

Audio Extractors/Converters by msnkambule 33 comments
I was going to ask you if you have ffmpeg installed, but from where the program crashes it tells me you have it. Before I change something in the code, can you please post me the first 4 or five lines of the output of:
ffmpeg -formats |grep "EA" |less
There is something I think I might have overlooked. - Dec 13 2009

Audio Extractors/Converters by msnkambule 33 comments
I was going to ask you if you have ffmpeg installed, but from where the program crashes it tells me you have it. Before I change something in the code, can you please post me the first 4 or five lines of the output of:
ffmpeg -formats |grep "EA" |less
There is something I think I might have overlooked. - Dec 12 2009

Audio Extractors/Converters by msnkambule 33 comments
In file CMakeLists.txt, line 21, remove the -lkresources and replace it with:
${KDE4_KFILE_LIBS} ${KDE4_KIO_LIBS}
such that the line is now:
target_link_libraries(konvertible ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KIO_LIBS})
Hope this works. Please let me know if it does so that I can upload a working file. - Dec 12 2009