This is a collection of different programs, where ripmake is the main program, chaplin and pgmfindclip are dependencies for this one, and cpdvd+cpvts is a tool to rawcopy a specific title of a dvd. Ripmake is a program which makes "make files" to automate the process of making vcd/svcd/avi and ogm files from dvd, using transcode, mpeg2enc and toolame as tools to do this. It will automatically try to guess the best settings, and also give you flexibility in how many cd's, the size of the cd, and also support only using a fraction of the cd. cpdvd: rawcopy a dvd using either cpvts or vobcopy. cpvts: rawcopy a specific chapter, and are mainly supported as a basic tool for cpdvd. chaplin: A tool to help splitting a movie over more than one cd buy using whole chapters instead of an arbitrary splitt. This will also help making menuitems for SVCD. pgmclip: A tool to automatically clip the movie. All this are combined in the accompanied .tgz package.
Created attachment 12137 [details] THis is the ebuilds for all of the programs in one tgz file
Created attachment 12138 [details] another try of submitting the attachment for all the ebuilds in one tgz file
any chance these are going to make it into portage anytime soon?
Created attachment 16425 [details] New version of pgmfindclip. Solves a div 0 bug This is a new version of the pgmfindclip ebuild.
Created attachment 16426 [details] New version of pgmfindclip. Solves a div 0 bug This is a new version of the pgmfindclip ebuild.
Created attachment 16427 [details] New version of ripmake. This is the newest version of ripmake. Changelog: * added workaround for LANG=...UTF8 on RH problem (was: "ERROR: requested audio track 0 is not available in input!") * input file names with spaces supported (reported by Ryan Lovett and Stefan Meinlschmidt) * disabled anamorph MPEG output by default (enable with -xanamorph=-1) * added VBR audio support (add v[qual], e.g. -a 0,128v4) (suggested by Carl Karsten) * added "sample_recycle": do not create sample crop images if they are already on disc. (suggested by Carl Karsten) * added MPEG input support (requested by Sven Carstens and Glen Harris) needs new tool: mpglen (written by Glen Harris) * added parameters for flexible XVCD or XSVCD setup. (see options scvd_* and vcd_* in -x help) (idea by Christian Worm)
Created attachment 16428 [details] Updated ebuild with extra dependency
Created attachment 16429 [details] A program to calculate some mpeg parameters to use with ripmake This program are used by ripmake if the input is a mpeg file.
Created attachment 18952 [details] This is the newest version of ripmake This is a new verison of ripmake with bugfixes, and support for making matroska files (you have to have matroska in your use line). the whole changelog from ripmake home page: * rewrote tv norm handling o new modes: none, pal, ntsc, ntscfilm o supports automatic fps conversion with -Jfps (suggested by Jens Braeuer) * SVCD/VCD: added vcd_conform/svcd_conform flag to toggle between standard=conform and user-defined settings * XSVCD/XVCD remarks & fixes by Christian Worm * SVCD: correctly sets pulldown flag for ntscfilm (reported by Stefan Tittel) * read local config from file with -X option (useful for VCD/SVCD profiles) * choose your MPEG multiplexer with 'mpeg_mplex' ('mplex'(default) and 'tcmplex' supported) * fix for audio input codec detection and WMA added (patch by Chris Teachworth) * add output codec options with -o <codec>/<options> (e.g. -o ffmpeg/mpeg4) (suggested by Brian Hall) * add generic transcode video/audio options with 'tc_vopt' and 'tc_aopt' (e.g. -x "tc_vopt='-G 0.8'") (suggested by Brian Hall) * added initial matroska support: flavor 'mkv' (requires matroska linux tools by Moritz Bunkus)
This is not a real bug, but a place where new versions of ripmake will appear as long as it's not taken into portage.
wrangler
Created attachment 20857 [details, diff] This is a patch to correct for the import_mp2.so problem with transcode apply the patch by cd into the bin dir (/usr/bin) and do a patch -Np0 <"patchfile" This patch will correct the problem with vcd/svcd (.mpg) files having .mp2 audio, so the program tries th use the import_mp2.so filter from transcode, but this has been moved to the ipmort_mp3 filter.
Sigurd, thanks for your ebuilds, I am using them and they work perfectly ! I think it would be better to split this bug into as many bugs as there are tools (1 for ripmake, 1 for chaplin, etc). Then bugs dependencies would be used to reflect tools dependencies (eg: ripmake depends on chaplin). This is the recommended way to submit multiple ebuilds when there are some dependencies, see [1]. I am willing to do this. What do you think ? [1] http://www.gentoo.org/doc/en/ebuild-submit.xml#doc_chap3
Created attachment 24977 [details] all necessary ebuilds (cpdvd, cpvts, chaplin, pgmfindclip, ripmake, mpglen) didn't look on bugs.gentoo.org before i made those ebuilds. a wasted hour... :( perhaps you can still use them (but i suppose, they are quite similar to what's already here).
Created attachment 25716 [details] New version of Chaplin, needed for making vcd chapter menus
Created attachment 25717 [details] New ripmake with bugfixes and new vcd menu creation Now ripmake have the possibility to make chapter menus for vcd/svcd. New chaplin needed.
Created attachment 25975 [details] fixed ebuild to install the menu handling program. An error in the former chaplin ebuild makes it not installing the chaplin menu program.
For the new ripmake, the chapter menu creation has some problems I've talked to the author about, but for now, the only number of entries valid for the -x chap_menu are 1,2,3 and then 2^n (4,8,16...) and the one divisible by 3 (6,9,15...). Just fyi.
Created attachment 27849 [details] Fixes some problem with menucreation of unusable parameters This is a ebuild for new chaplin that solves a problem generating menues with a chapter_menu number not allowed
Created attachment 27850 [details] Make use of the newest chaplin to fix menu creation problem The only change is that the chaplin version are set to 1.10.
Created attachment 27992 [details] Newest version of ripmake, with some bugfixes
bumped version for ripmake to 1.39 created bugs: http://bugs.gentoo.org/show_bug.cgi?id=64507 - chaplin http://bugs.gentoo.org/show_bug.cgi?id=64508 - cpdvd http://bugs.gentoo.org/show_bug.cgi?id=64509 - cpvts http://bugs.gentoo.org/show_bug.cgi?id=64511 - mpglen http://bugs.gentoo.org/show_bug.cgi?id=64512 - pgmfindclip http://bugs.gentoo.org/show_bug.cgi?id=64513 - ripmake
well, as all ebuilds have been submitted now, I think that we can safely close this entry.