hi, Am Montag, 9. Juli 2007 19:22 schrieb Michael Riepe: > Hi! > > Ralph Glasstetter wrote: > > today I wanted to convert some TS to PS (without cuttting) and missed > > again that I can't do that with dvbcut without knowing the total number > > of frames (and that I have to write a project file for this simple job). > > I have to admit that it's something I *never* do. At least not with > dvbcut (which is pure overkill in my opinion - in particular since it > performs a 100% useless indexing step first). There are much better ways > to do it.
As CLI and without demuxing I only know of "replex", but that's no option under windows (or is there a port? should not be to difficult...)... and "ffmpeg" produces very strange output (at least the first few seconds are missing.... if not the file is totally corrupted). > > The good thing is that now no more project file is needed, since if no > > START/STOP markers are known to dvbcut everything (except the last frame) > > will be exported! > > Does that work with multi-file sources already? Yes, of course... I only make use of the index... actually I changed nothing in the code just added a call to savempg in case of no markers (in nogui mode!). > > for instance to give the path to the index file or to supply multiple > > filenames or to specify the location of the export file (a patch Sven > > hopefully will commit soon... would be nice if he also could add a > > -expfile CLI switch... ;-)) > > Shouldn't be a problem to add that option. No need to bother Sven. > Sven told me yesterday that he needed that option and implemented it already, i.e. to specify <expfile=...> in the project file... I just thougt that a CLI switch would also be nice, because at the moment one has to call "dvbcut -batch" from the position where one wants to have the output file. > But I don't think that specifying the export file name inside the > project file is a good idea. Why not, it's the best way when you want to generate a project file by some automatism for batch cutting! ciao Ralph ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
