Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#81 | Link |
Programmer (or just 教务长)
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
|
Here is how it looks:
With light shadow: ![]() Without shadow: ![]() It takes about 2-3 mins to process 500 subpictures in 1080p, about 1min for 720p (and 20-30secs for 480/576i). No external filters/plugins are used in the avisynth script. It supports, left/center/right alignment, bottom offset, font size/color/outline, shadow, blur, opacity... Breaks long lines in ssa/ass, converts {000}{000} microDVD sub and ssa/ass to srt before converting to png/xml/sup. Requires only avisynth and java (for bdsup2sub). Dean Last edited by deank; 10th June 2010 at 11:21. |
![]() |
![]() |
![]() |
#82 | Link |
Programmer (or just 教务长)
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
|
Download link: 1.3MB standalone package
Download link: 125KB executable only (if you have multiAVCHD, just put it in multiAVCHD folder). As you can see, it is quite simple, but some people need just that. ![]() ![]() XML+PNG are saved in a .rar archive in source file folder (just like easySUP does). SUP is saved in source file folder. Dean p.s. Red/Blue colors were swapped, but it is fixed now. ****************** ![]() ![]() ![]() ![]() ****************** // I forgot to add that goSUP supports multiple source files. You can drag&drop multiple text subtitles to the file-box and get them processed in batch. // Font size and offset are re-calculated for the resolution selected, so you don't have to change the settings each time. // Blur option extended to 0-6. Just re-download the .exe and replace it. Last edited by deank; 10th June 2010 at 16:29. |
![]() |
![]() |
![]() |
#84 | Link |
Programmer (or just 教务长)
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
|
Ok.. let me know if it works at all in scenarist...
I made it a bit user friendly with real-time subtitle preview. ![]() I don't think you need full 1920x1080 frames, but if you do I'll add an option for full-frame encoding. It will be slower, of course. I believe you can get 8bit PNGs if you load the .sup in BDsup2sub and export as BDN/XML. Last edited by deank; 10th June 2010 at 18:08. |
![]() |
![]() |
![]() |
#85 | Link |
Registered User
Join Date: Aug 2005
Posts: 21
|
Dean
I tried to import in scenaristBD and I get this log: Error : Invalid Framerate. 250000 Error : Parse Error. I:\BD_AUTH\gosup\output.xml <Description> <Format> Info : BDNImport completed.(I:\BD_AUTH\gosup\output.xml) I exchanged the xml header from a BDN file which works: <?xml version="1.0" encoding="UTF-8" ?> <!-- created by DVDLogic Advanced Subtitler Version 1.5 --> <BDN Version="0.93" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=""> <Description> <Name Title="" Content="" /> <Language Code="eng" /> <Format VideoFormat="1080p" FrameRate="25" DropFrame="false" /> then I get this log: Error : Failed to read palette. Error : BDNImport failed. check an Event#1(001326-000000). Info : BDNImport completed.(I:\BD_AUTH\gosup\output_korr.xml) It seems to parse the XML now but I think it definitely needs 8bit png hope it helps Cyrille |
![]() |
![]() |
![]() |
#86 | Link |
Programmer (or just 教务长)
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
|
You changed the framerate in the xml from 25.000 to 25, right?
WIll you try to load the XML in BDsup2sub and convert it again to BDN/XML and check if it will work? // It is a bug with 24.000, 25.000, 30.000, 50.000 and 60.000 fps. Re-download the .exe Last edited by deank; 10th June 2010 at 21:39. |
![]() |
![]() |
![]() |
#89 | Link |
Registered User
Join Date: Aug 2005
Posts: 21
|
Thank you Dean
I tried but I cannot find the rar file hiere the path I get from the logfile I:\BD_AUTH\Easy_SUP\easySUP\WALK.BDN.8bit.eng.rar I am wondering if the naming pattern of the rar file has too many dots could this be a problem? something like WALK_BDN_8bit_eng.rar would be better perhaps with easy sup I have the same problem with the 8bit rar I can find the 32bit rar file but not the 8 bit here rhe scenarist specs for subtitles: Presentation graphics (subtitles) Up to 256 colors (8 bits) supported. Images must be saved as indexed. Alpha channels are supported with PNG files. PNG (.png) TIFF (.tif, .tiff) thanks Cyrille Last edited by cyrille; 11th June 2010 at 08:55. Reason: precision |
![]() |
![]() |
![]() |
#90 | Link |
Programmer (or just 教务长)
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
|
Do you have the full goSUP download?
If not, make sure to download it. Make sure that you have JAVA installed, otherwise bdsup2sub will not work and won't create 8bit PNGs. // Try this archive and check if Scenarist will accept the XML. // The log from goSUP should look like: Code:
[11:08:26] Creating PNG/XML files... (1 of 1) [11:08:26] Info: 41 lines / 331636 frames @ 25 fps [11:08:26] Creating PNG+XML for PGS/SUP... [11:08:32] Creating BDN/XML/PNG (8bit)... [11:08:36] Completed. [11:08:36] Creating BDN+XML (8bit PNG) RAR archive... [11:08:36] Saved BDN XML+PNG (8bit): --> C:\calcit\test.BDN.8bit.eng.rar Last edited by deank; 11th June 2010 at 09:18. |
![]() |
![]() |
![]() |
#91 | Link |
Programmer (or just 教务长)
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
|
I just updated goSUP to set 'start-time' for the first subtitle to at least 2*framerate frame. Otherwise tsMuxeR won't mux the SUP properly and subtitles never show.
In brief it means that if 1st subtitle start-time is less than 2 seconds it is set to ~2 seconds. Dean |
![]() |
![]() |
![]() |
#94 | Link |
Registered User
Join Date: Aug 2005
Posts: 21
|
Dean
ok I forgot you need avisynth there is a solution which consists to run avs2yuv.exe under wine and it works if avisynth is installed under wine but it is complicated look at: http://ubuntuforums.org/archive/inde...t-1333264.html i am experimenting in the field of BD authoring with open source programs and was impressed by x264 compared to the "big encoders" I will further experiment with your multiavchd for blu-ray I just made one quick test. is there a way to fully customize menus? (popup and disc) if you need I could give you some layered photoshop files we use for this purpose thanks cyrille |
![]() |
![]() |
![]() |
#95 | Link |
Programmer (or just 教务长)
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
|
Full customization... user background (static or motion) video and audio. You can customize the button labels and positions, but that's about it. Basically you can do anything, but you'll have to use these small square navigation buttons. Take a look at the templates included (use [properties] / [more] / [load template] / [preview]).
If you want to discuss anything about multiAVCHD, please use the thread here and not this one about subtitles. ![]() Dean |
![]() |
![]() |
![]() |
#98 | Link | |
Registered User
Join Date: Mar 2004
Posts: 243
|
Thanks
I load 00009.srt and easySup says Quote:
I click to preview as tooltip states, but nothing happens. EDIT: I installed ffdshow, and now I see the movie ![]() Last edited by alfixdvd; 15th June 2010 at 12:22. |
|
![]() |
![]() |
![]() |
#99 | Link |
Registered User
Join Date: Jun 2010
Posts: 2
|
Hey! new here
Dean, nice work on easySUP I just got one small problem a couple days ago I tried to convert an ass sub to sup, it came with fonts it load both the ass and fonts fine but when I tried it again today it did not load the fonts anymore, the ass sub loaded fine though any ideas as to why it won't load them? thanks Dean |
![]() |
![]() |
![]() |
Tags |
ass2sup, easysup, multiavchd, srt2sup, ssa2sup |
Thread Tools | Search this Thread |
Display Modes | |
|
|