
k9copy
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
K9Copy is a DVD backup software which allows full or partial copy of a DVD9 to a DVD5.
K9Copy is no more under active development since July 24, 2011.
9 years ago
- compatibility issues with ffmpeg fixed
- some bugs fixed
9 years ago
- compatibility issues with ffmpeg fixed
- some bugs fixed
Draget
9 years ago
http://k9copy.sourceforge.net/web/index.php/en/news
The author stopped working on it because of (sadly in some points valid) dissapointment of linux desktops.
Report
google01103
10 years ago
KCrash: Application 'k9copy' crashing...
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
sock_file=/home/smiley/.kde4/socket-circus/kdeinit4__0
QSocketNotifier: Invalid socket 10 and type 'Read', disabling...
Report
ademmer1977
10 years ago
Report
google01103
10 years ago
Report
DoH
10 years ago
Thank you for k9copy, an excellent tool!
In 2.3.5 I've got an problem with encoding to x264 (with mencoder and ffmpeg) and 2pass :
The error message is :
<
x264[error]:
requested bitrate is too low. estimated minimum is 8kbps
x264_encoder_open failed
FATAL : Cannot initialize video driver
>
I this a bug ?
1 Pass with exactly the same settings works fine.
Greets
DoH
Report
leppe
11 years ago
When I encode DVDs (PAL) to xvid or x264, and leave "keep aspect ratio" checked, I always get 720x576 as resolution. For most DVDs (16:9 DVDs), I need to set 720x405 to make it right.
The files is shown fine in mplayer, because mplayer corrects the aspect to 16:9, but my Archos 5 internet tablet is more stupid and the file is skewed.
Am I missing something, or is it a bug?
Report
leppe
11 years ago
When I encode DVDs (PAL) to xvid or x264, and leave "keep aspect ratio" checked, I always get 720x576 as resolution. For most DVDs (16:9 DVDs), I need to set 720x405 to make it right.
The files is shown fine in mplayer, because mplayer corrects the aspect to 16:9, but my Archos 5 internet tablet is more stupid and the file is skewed.
Am I missing something, or is it a bug?
Report
DoH
11 years ago
is there any way to encode files with a non-avi container ?
Is it possible to get the mencoder option "-of lavf" which means the container is selected from the file-extension ?
I found no way to encode files to any other container than avi.
By the way - in the actual version in the UI for setting up the encoders the mencoder cannot be selected - the dropdown has got the wrong text : "nmencoder" so at the moment there is no way to chance the encoding settings for mencoder.
Report
Shirakawasuna
11 years ago
Report
Shirakawasuna
11 years ago
It'd make things even easier if there were an option/check button that wasn't in the wizard so I could streamline the process! Perhaps under the 'DVD' section, you could have an 'always remove Menus' option?
Thanks for the excellent app!
Report
jackiebrown
11 years ago
Or is there a KDE app like this for that?
Report
bootdoc120
11 years ago
Report
jalpaka
11 years ago
all i wanted to say: thanks!
Report
DMCorsa
11 years ago
Report
jnmchlptt
11 years ago
meantime, go in the codec definition (k9copy settings) and remove the crop and aspect options.
Report
enpontus
11 years ago
i get this issue (wrong aspect ration for divx/mpeg4-files), however different results in different players
in VLC and totem, everything looks FINE
in mplayer (in F11), Windows media player on another computer with another OS) and my newly acquired Nextbase sdv97-ac player, the aspect ratio is flawed
is there any other info i can assist with ?
apart from this problem k9copy seems to be an terrific application
Report
enpontus
11 years ago
or is it so that have i misunderstood the "keep aspect ratio" checkbox ?
Report
echoes
11 years ago
Report
Herbyman
11 years ago
If i am wrong then just tell me how to make a dual-language (NOT SUBTITLE) into a dual-language xvid ? Precise: german and english AC3 audiotracks + video -> xvid with two audiotracks ? Tell me ...
Report
Herbyman
11 years ago
Thats really crap. I must use a windows software now to rip a dual-audio dvd. I betetr go complöetely back to windows since linux sucks at multimedia stuff like video and audio.
Herb
Report
Herbyman
11 years ago
Because i would like to rip english AND german track i must use a windows software because NO linux app can do more than one audio tracks.
Come on guys, thats ridiculous and stupid. Please make it possible to convert more tracks like Auto Gordian Knot (Windows) does. Is it that unusual that someone wants more than one language ?
Herb
Report
picard12
11 years ago
bye
Report
mhogomchungu
11 years ago
this problem was there in 2,2 too
i dont know what package is involved(i think its ffmpeg) but i have this package in both /usr and in /usr/local
when i ran the config script i get:
-- Found library mpeg2: /usr/lib/libmpeg2.so
-- Found include mpeg2dec/mpeg2.h : /usr/include
-- Found include avcodec.h: /usr/include/libavcodec
-- Found library avcodec: /usr/lib/libavcodec.so
-- Found include avformat.h: /usr/include/libavformat
-- Found library avformat: /usr/lib/libavformat.so
showing that it uses the libraries from /usr
trying to compile and it fails with the following errors:
[ 66%] Building CXX object CMakeFiles/k9copy.dir/src/import/k9avidecode.o
In file included from /home/ink/downloads/k9copy-2.3.0-Source/src/import/k9avidecode.cpp:13:
/usr/include/libavcodec/avcodec.h:32:1: warning: "LIBAVCODEC_VERSION_MAJOR" redefined
In file included from /usr/include/libavformat/avformat.h:45,
from /home/ink/downloads/k9copy-2.3.0-Source/src/import/k9avidecode.h:17,
from /home/ink/downloads/k9copy-2.3.0-Source/src/import/k9avidecode.cpp:12:
/usr/local/include/libavcodec/avcodec.h:32:1: warning: this is the location of the previous definition
In file included from /home/ink/downloads/k9copy-2.3.0-Source/src/import/k9avidecode.cpp:13:
/usr/include/libavcodec/avcodec.h:33:1: warning: "LIBAVCODEC_VERSION_MINOR" redefined
In file included from /usr/include/libavformat/avformat.h:45,
from /home/ink/downloads/k9copy-2.3.0-Source/src/import/k9avidecode.h:17,
from /home/ink/downloads/k9copy-2.3.0-Source/src/import/k9avidecode.cpp:12:
/usr/local/include/libavcodec/avcodec.h:33:1: warning: this is the location of the previous definition
In file included from /home/ink/downloads/k9copy-2.3.0-Source/src/import/k9avidecode.cpp:13:
/usr/include/libavcodec/avcodec.h:3048:5: warning: "EINVAL" is not defined
/usr/include/libavcodec/avcodec.h:62: error: multiple definition of ‘enum CodecID’
/usr/local/include/libavcodec/avcodec.h:62: error: previous definition here
/usr/include/libavcodec/avcodec.h:63: error: conflicting declaration ‘CODEC_ID_NONE’
/usr/local/include/libavcodec/avcodec.h:63: error: ‘CODEC_ID_NONE’ has a previous declaration as ‘CodecID CODEC_ID_NONE’
/usr/include/libavcodec/avcodec.h:66: error: conflicting declaration ‘CODEC_ID_MPEG1VIDEO’
/usr/local/include/libavcodec/avcodec.h:66: error: ‘CODEC_ID_MPEG1VIDEO’ has a previous declaration as ‘CodecID CODEC_ID_MPEG1VIDEO’
/usr/include/libavcodec/avcodec.h:67: error: conflicting declaration ‘CODEC_ID_MPEG2VIDEO’
/usr/local/include/libavcodec/avcodec.h:67: error: ‘CODEC_ID_MPEG2VIDEO’ has a previous declaration as ‘CodecID CODEC_ID_MPEG2VIDEO’
/usr/include/libavcodec/avcodec.h:68: error: conflicting declaration ‘CODEC_ID_MPEG2VIDEO_XVMC’
/usr/local/include/libavcodec/avcodec.h:68: error: ‘CODEC_ID_MPEG2VIDEO_XVMC’ has a previous declaration as ‘CodecID CODEC_ID_MPEG2VIDEO_XVMC’
/usr/include/libavcodec/avcodec.h:69: error: conflicting declaration ‘CODEC_ID_H261’
/usr/local/include/libavcodec/avcodec.h:69: error: ‘CODEC_ID_H261’ has a previous declaration as ‘CodecID CODEC_ID_H261’
/usr/include/libavcodec/avcodec.h:70: error: conflicting declaration ‘CODEC_ID_H263’
/usr/local/include/libavcodec/avcodec.h:70: error: ‘CODEC_ID_H263’ has a previous declaration as ‘CodecID CODEC_ID_H263’
and the error msg goes on and on and on
removing /usr/local from path, pkgconfig and ldconfig didnt make any difference ..i have to rename /usr/local for make to pass
Report
mhogomchungu
12 years ago
this bug was there in version 2.1.0 and still there in this new release(2.2.0)
k9copy does not honor the config option to clear output directory on exit
..i always have to go and manually delete the temporary folder after i close k9copy in the previous version and this surprisingly obvious oversight is still present
suggestion:
woudnt it also be better if k9copy only had one window?
the first window will allow the user to set what they want/dont want to be ripped, then it will change a window where it will show the video being ripped and then will finally change to the last window where the iso is burned
showing two windows when the user cant go the main one when another one is displayed is a waste of taskbar areas
Report
Brokarna
12 years ago
Report