Nexin
25th January 2014, 16:19
I have looked at many tools recently and none seem to do what I need except PgcDemux. But it is repetitive for what should be simple tasks for PgcDemux.
I am trying to use PgcDemux for Single Cell extract complete dvd for all chapters and streams for each Title.
Problem that makes the task repetitive is that I'm unable to instruct Single Cell to Extract all tracks (radio button list) for that Title. Meaning each one has to be extracted one at a time and then each chapter file has the same name so need to rename those each time.
I have tried to use PgcEdit also with cli but I cannot work out how to extract more than one Single Cell for example for Title 01 on a dvd
pgcdemux.exe -nocellt -nolog -cid 01 01 to 10 dvd_path output_path
OR
pgcdemux.exe -nocellt -nolog -cid 01 01-10 dvd_path output_path
OR
pgcdemux.exe -nocellt -nolog -cid 01 01, 02, 02, 04, 05, 06, 07, 08, 09, 10 dvd_path output_path
Stumbles on which chapters to extract 01 to 10 (or more) which have tried various ways, always only one chapter is extracted from Title 01
Also would need a way for PgcDemux to rename all the files it extracts stream demux all chapters, so the files are rename like so.
Title_01_Chapter01_.m2v
Title_01_Chapter01_.m2a
Title_01_Chapter01_.ac3
Title_01_Chapter01_.wav
Title_01_Chapter01_.dts
Title_01_Chapter01_subtitle.ext
Title_01_Chapter02_.m2v
Title_01_Chapter02_.m2a
Title_01_Chapter02_.ac3
Title_01_Chapter02_.wav
Title_01_Chapter02_.dts
Title_01_Chapter02_subtitle.ext
Title_02_Chapter01_.m2v
Title_02_Chapter01_.m2a
Title_02_Chapter01_.ac3
Title_02_Chapter01_.wav
Title_02_Chapter01_.dts
Title_02_Chapter01_subtitle.ext
etc..
Each file difference is only the file extension for each chapter. This is so PgcDemux doesn't overwrite each extracted Title single cell/s files (chapters) that are extracted. As often they always are extracted with the same name.
Needing a script to make this a one time process for each dvd. To simplify and make PgcDemux cli use to extracting of all Single Cell for all titles for the whole dvd.
I am trying to use PgcDemux for Single Cell extract complete dvd for all chapters and streams for each Title.
Problem that makes the task repetitive is that I'm unable to instruct Single Cell to Extract all tracks (radio button list) for that Title. Meaning each one has to be extracted one at a time and then each chapter file has the same name so need to rename those each time.
I have tried to use PgcEdit also with cli but I cannot work out how to extract more than one Single Cell for example for Title 01 on a dvd
pgcdemux.exe -nocellt -nolog -cid 01 01 to 10 dvd_path output_path
OR
pgcdemux.exe -nocellt -nolog -cid 01 01-10 dvd_path output_path
OR
pgcdemux.exe -nocellt -nolog -cid 01 01, 02, 02, 04, 05, 06, 07, 08, 09, 10 dvd_path output_path
Stumbles on which chapters to extract 01 to 10 (or more) which have tried various ways, always only one chapter is extracted from Title 01
Also would need a way for PgcDemux to rename all the files it extracts stream demux all chapters, so the files are rename like so.
Title_01_Chapter01_.m2v
Title_01_Chapter01_.m2a
Title_01_Chapter01_.ac3
Title_01_Chapter01_.wav
Title_01_Chapter01_.dts
Title_01_Chapter01_subtitle.ext
Title_01_Chapter02_.m2v
Title_01_Chapter02_.m2a
Title_01_Chapter02_.ac3
Title_01_Chapter02_.wav
Title_01_Chapter02_.dts
Title_01_Chapter02_subtitle.ext
Title_02_Chapter01_.m2v
Title_02_Chapter01_.m2a
Title_02_Chapter01_.ac3
Title_02_Chapter01_.wav
Title_02_Chapter01_.dts
Title_02_Chapter01_subtitle.ext
etc..
Each file difference is only the file extension for each chapter. This is so PgcDemux doesn't overwrite each extracted Title single cell/s files (chapters) that are extracted. As often they always are extracted with the same name.
Needing a script to make this a one time process for each dvd. To simplify and make PgcDemux cli use to extracting of all Single Cell for all titles for the whole dvd.