2007-11-27, 10:23 PM
gEd Wrote:wrong thread - sorry
So the comment about CS3 is intended for skiptool? I ran burndvdx2 on CS3 and it did come up ok. There might be an issue with skiptool copying the skins over.
2007-11-27, 10:23 PM
gEd Wrote:wrong thread - sorry So the comment about CS3 is intended for skiptool? I ran burndvdx2 on CS3 and it did come up ok. There might be an issue with skiptool copying the skins over.
2007-11-27, 11:26 PM
no i mean I added a new post to the wrong thread.
Skiptool works ok in CS2 although buttons in skipeditor are too big and overlap one another. In Burndvdx2, skiptool crashes out when using CS3. This is using the Sassari skin. I haven't tried any other CS3 skins/settings yet. I haven;t had time to study the problem in more detail and besides, I don;t really understand how the xml skin files work.
âIf this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.â
2007-11-28, 12:07 AM
gEd Wrote:no i mean I added a new post to the wrong thread. Could you post your pvrx2 logs?
2007-11-28, 07:10 AM
The files in the legacy skin directory that are bundled with community3 are old and cause problems when you try to cut commercials. Replace these files with the ones in the blue skin and you should be ok.
gbpvr/skin/blue/burndvdx2/ This is likely an issue with any skin besides blue, since I only check to see if the files are there and not if they are the latest.
2007-11-29, 05:37 AM
gEd Wrote:a couple of quick points: In third party there are the following files: ADDDVDNTSCmencoder.cmd ADDDVDNTSC169mencoder.cmd ADDDVDNTSCsub169mencoder.cmd ADDDVDNTSCsubmencoder.cmd The files start with "..\mplayer\mencoder" I think you can change that to: start /low /b /wait "mencoder" "..\mplayer\mencoder" And it will run at low priority.
2007-12-03, 02:59 AM
BurnDVDX2 is a great plugin, but I am currently having trouble burning a DVD with subtiles. I am trying to burn a DVD from two (medium quality) recordings of gbpvr, each of the two ~1h long files has a corresponding .srt file (generated with mpg2srt) and displays the captions in PVRX2 just fine.
The problem seems to be that BurnDVDX2 is not using this files, but generates its own (temp0.srt, temp1.srt, ..) srt files. Two problems here, by comparing the srt files you see that the tempX.srt files are ~5 sec offset (earlier) from the correct srt files, this is consistent with watching the DVD - the subtitles are several seconds early. Secondly, for some reason, buildDVD.log shows this problem Code: INFO: Found EOF in .sub file. and only subtitles for the first 4 min are in the temp0.srt. See the buildDVD.zip attachment. Is there a way to force BurnDVDX2 to use the srt files that are already present?
[SIZE="2"]PVR: Phenom 9150e / 4GB / XP / ATI HD 4200 / HVR-1600 / ATI HD 650 TV WOnder / NextPVR 3.9.2
PVR2: i7-6700k / Win10Pro / 32 GB / GeForce 1070 / WinTV-dualHD / NPVR 3.9.2 / 4TB NAS[/SIZE]
2007-12-03, 04:18 AM
vmq Wrote:BurnDVDX2 is a great plugin, but I am currently having trouble burning a DVD with subtiles. I am trying to burn a DVD from two (medium quality) recordings of gbpvr, each of the two ~1h long files has a corresponding .srt file (generated with mpg2srt) and displays the captions in PVRX2 just fine. There is a value in the skin that tells how much to retime the captions. Sounds like yours is not so far off because the default offset is 5 seconds. The value is called: <SrtOffsetTime>5</SrtOffsetTime> it is in: gbpvr\skin\Blue\burndvdx2\skinNTSC.xml or skinPAL.xml On my system here, the retime comes out about right and I don't see any error. Not sure about what is happening with the SRT file. Can you zip up and post the srt file that is causing trouble? Is it generated with mpg2srt? I do need to be able to retime the captions because when you trim the beginning or cut commercials the srt file would be wrong.
2007-12-03, 05:59 AM
pastro Wrote:There is a value in the skin that tells how much to retime the captions. Sounds like yours is not so far off because the default offset is 5 seconds. The value is called: OK, lets ignore the offset for now. Yes, I generated the .srt files with mpg2srt. I attached the srt files that were sitting beside the .mpg files in the recordings directory and the two srt files that were generated in .../BurnDVD/. The only abnormal thing was that I used SkipTool and than comclean.bat first to cut the advertisement and then generated the .srt files with mpg2srt. No comskip cut file needed/present for BurnDVDX2. [SIZE="1"]I wanted to report this in a separate post, but here it comes: I found out that when I use mpg2srt on these mpg files that the time stamps in the .srt files are the same as if generated from the uncut mpg file, just fewer. So I tried to ReTime - but BBDMUX.EXE/mplex1.exe as well as mencoder.exe fail on this mpg generated by comclean.bat. I finally ended up demuxing/muxing it with ProjectX and mplex1. Now mpg2srt was happy again and generated correct srt files.[/SIZE] Then I started BurnDVDX2, generated an iso and found that in one of the two chapters the subtitles end prematurely after ~ 4min.
[SIZE="2"]PVR: Phenom 9150e / 4GB / XP / ATI HD 4200 / HVR-1600 / ATI HD 650 TV WOnder / NextPVR 3.9.2
PVR2: i7-6700k / Win10Pro / 32 GB / GeForce 1070 / WinTV-dualHD / NPVR 3.9.2 / 4TB NAS[/SIZE]
2007-12-03, 06:23 AM
vmq Wrote:OK, lets ignore the offset for now. Yes, I generated the .srt files with mpg2srt. I attached the srt files that were sitting beside the .mpg files in the recordings directory and the two srt files that were generated in .../BurnDVD/. Ok I see the trouble. For whatever reason, I thought there was only three lines of captions possible. Your file has a caption with four lines which is causing trouble with my program that retimes the captions. I'll get that fixed up. Btw, if you cut commercials with burndvdx2 it uses mencoder and seems to have an ok timeline. When the commercials are cut I try to fix it up the srt file as well. You might want to check out cutting commercials that way as an alternative.
2007-12-03, 06:43 AM
Here is the fix for the four lines of captions in the srt file.
Let me know if this works ok. The dll goes in gbpvr\plugins\burndvdx2 I'll update the install also. |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
vidImport utility support | carpeVideo | 73 | 50,979 |
2012-05-27, 06:27 AM Last Post: jksmurf |
|
BBC Iplayer Downloader Plugin - Beta + Support | smiler | 420 | 144,177 |
2012-01-20, 12:15 PM Last Post: martint123 |
|
Anime Library - Support Thread | Ommina | 167 | 86,564 |
2011-05-07, 06:41 AM Last Post: mvallevand |
|
Music plugin support thread | MixMan | 103 | 37,227 |
2010-08-31, 09:46 PM Last Post: povarotti |
|
StartGBPVR - support thread | liteswap | 46 | 23,158 |
2010-04-06, 04:10 AM Last Post: keith_leitch |
|
Weather2 Support Thread | scb147 | 47 | 13,344 |
2009-08-30, 07:19 AM Last Post: Reddwarf |
|
ComTweak v1.0 Support Thread | HydroChronic | 12 | 5,006 |
2009-05-23, 10:02 AM Last Post: gEd |
|
1.3.7 BurnDVDX2 and Cinema in config but not main menu | navyblue | 8 | 2,995 |
2009-01-21, 04:16 PM Last Post: pastro |
|
Comclean issues.. | _Dude_ | 9 | 3,609 |
2009-01-17, 03:29 PM Last Post: tmschmal |
|
DJKXML support? | mattyboy2 | 0 | 2,176 |
2008-10-30, 10:56 AM Last Post: mattyboy2 |