Tabulator in HTML-Editor/WYSIWYG?

Hello all,

in earlier times I designed my credits with an other program, which had an extra ‘credits editor’ in WYSIWYG-style. It was not too different as SC’s HTML-Editor.
I like to recreate this style again, but I need correct tabulator formatting to have sharp beginnings and endings for my text-columns as you can see.

By the way:
When editing by WYSIWYG it is not ‘What I Want’. :frowning:

Please help me for a good solution for my way to get that upper design in the first pic.
It should be only reproducable in the WYSIWYG-editor. - I can’t and will not program in HTML.

Thanks so far!

The wysiwyg editor doesn’t support TABLES other than by you inputting your own HTML and requesting right- and left-justification.

If you don’t want to write your own HTML you could always use my online movie credits utility. See:

I wish it would be implemented in SC some day, regarding my first thread…

https://streamable.com/pz5ov

Made this with the Shotcut HTML editor. A workaround until table support is added.

Used three simple scroll filters on a single transparent clip. One for the title, two filters for the cast. One left justified the other right justified.

Trimmed the filters to make them all scroll in sync. It took a but of fiddling to get the timing right but not too hard.

2 Likes

Nice!:smiley::+1:

I tried that endlessly, but never did the timing be right. With only 2 levels, one level is always irregular. In the middle of the timeline it pulls apart and at the end the lines are exactly in line again. I’ve also made sure that all layers have the same font and number of lines. - For me that’s not solved! :frowning:

Take a look at my project file.

Credits.zip (59.0 KB)

It took a bit of fiddling to get the 3 scrolls to sync.

Thanks for the file but sorry, your credits does not work with me. All text-HTML runs in different speeds.


By the way, I would like to make the credits, which has a straight empty space center linke my failed example.

Hi @dvs, have you tried @elusien’s brilliant movie-style credits generator?
http://www.elusien.co.uk/shotcut/video-credits/index.html

[EDIT] OOps, sorry, I just noticed that this was already suggested earlier in the thread… Apologies…

I want to make it with the pure SC-program. :smiley:

I don’t know why the project isn’t working for you. I used 19.12 Beta for this project. Maybe it has something to do with your region using comma for decimal.
You could try re-trimming the filters.

You can do it.
Made a discovery today. The font makes a difference in the way the scroll works. I used Arial 48 pt for my demo. It works.

Here’s another demo. Some fonts don’t work.
Left side text is right aligned, right side text is left aligned.
Used three different fonts. First is Calibri 48 pt. Scroll stays synced. Next used Bahnschrift 48 pt. Scroll does not stay synced. Then used Arial 38 pt. Scroll stays synced.

https://streamable.com/ov5p9

https://streamable.com/ov5p9

This has been an interesting thread.

I’m getting the same as @dvs -

https://streamable.com/cr813

Tried changing the fonts as @sauron mentioned but it’s still out of sync. 19.12 beta.

Using the mlt I uploaded, it’s working perfectly.


https://streamable.com/zrfzq

:confused:

You want to use Shotcut’s HTML editor to create an HTML file that has a 3-column table, but can’t because the editor doesn’t support this. So now you are going through hoops and jumping over fences to use features that Shotcut’s HTML editor does have in order to make up for this deficiency, however it isn’t working.

Why not use another editor (the video credits generator that jonray suggested), that can easily produce the necessary HTML file that you can feed into Shotcut’s HTML: Text filter with considerably less effort?

In both cases you are using a WYSIWYG utility to produce the HTML, you aren’t generating it by hand, but in one case it works, while in the other sometimes it does (for Sauron), sometimes it doesn’t (for you and jonray).

Thanks to you all for trying and answering!

Thank you for this demo an explaination!

I think it should be easy to make a HTML table in the Source editor and then switch to Visual for the text entry and formatting. I could add a template for this in a future version.

1 Like

This would be wonderful! :smiley:

Hi @dvs, I know you said you were against programming HTML, but just in case I can persuade you about the merits of using an external .html file for your movie-style credits :wink: - I just made a demo HTML template which creates this effect:

https://streamable.com/t5k3b

Here is another clip created by the same html file but this time I’ve coloured the text boxes for identification to help people see what’s going on.

https://streamable.com/2jtnx

It works like this:

  1. The purple box fills the whole screen - its dimensions are 1920x1080 pixels.
  2. The blue box is inside the purple box (100% of its width).
    Inside the blue box there is
  3. a green box with centred text,
  4. a grey box with left-aligned text, and
  5. an orange box with right-aligned text.

The blue box is animated with @elusien’s webvfx system to move from the bottom to the top of the purple box.

The green, grey and orange boxes are “pulled along” by the moving blue box.

When the boxes are made transparent, just the white text is seen.

I hope I have put the case for using HTML (but if not, no worries, yes, I agree an HTML table template within Shotcut would be great!)

HTML files zipped and attached, happy for anyone to try them out…
Movie style credits HTML template examples.zip (31.6 KB)
Feel free to adapt the template by changing the text (please excuse the silly name examples I wrote…) . For it to work, the webvfx.js file must be in the same folder as the HTML file.
Use the Text:HTML filter to apply it to a transparent clip in SC.

1 Like

Thank you very much!
I’d like to make the credits in real movie style as I mentioned.


Your example is similar to saurons style.
But of course I’ll try your file next week. :smiley: