Recent

Author Topic: Tero Subtitler  (Read 8853 times)

Espectr0

  • Full Member
  • ***
  • Posts: 218
Tero Subtitler
« on: July 10, 2022, 05:04:05 pm »
Hola,

what is Tero Subtitler?

"Tero Subtitler is an open source, cross-platform, and free subtitle editing software."

https://github.com/URUWorks/TeroSubtitler

Thanks!
« Last Edit: December 20, 2023, 12:13:55 pm by Espectr0 »

Espectr0

  • Full Member
  • ***
  • Posts: 218
Re: Subtitle Workshop
« Reply #1 on: July 10, 2022, 05:04:50 pm »
and mac screenshot...

CM630

  • Hero Member
  • *****
  • Posts: 1089
  • Не съм сигурен, че те разбирам.
    • http://sourceforge.net/u/cm630/profile/
Re: Subtitle Workshop
« Reply #2 on: August 24, 2022, 09:02:07 pm »
Thanks for sharing, I will try to have a look. I have made a SSA editor some 20 years ago  :-X
Лазар 3,2 32 bit (sometimes 64 bit); FPC3,2,2; rev: Lazarus_3_0 on Win10 64bit.

Espectr0

  • Full Member
  • ***
  • Posts: 218
Re: Subtitle Workshop
« Reply #3 on: August 25, 2022, 11:44:23 am »
Thanks for sharing, I will try to have a look. I have made a SSA editor some 20 years ago  :-X

Great! then you already have experience to help us improve SW!

CM630

  • Hero Member
  • *****
  • Posts: 1089
  • Не съм сигурен, че те разбирам.
    • http://sourceforge.net/u/cm630/profile/
Re: Subtitle Workshop
« Reply #4 on: August 26, 2022, 07:14:03 am »
I do not expect that I might make any noticeable contribution.
I would recommend you to add some dependencies.txt or add this info in README.md.

Shall I install UWLazarus.lpk or shall I Add to project?
I get an error that "virtualtreeview_package" is required. laz.virtualtreeview_package.lpk is installed by default in Lazarus. Do I need some other treeview?
Лазар 3,2 32 bit (sometimes 64 bit); FPC3,2,2; rev: Lazarus_3_0 on Win10 64bit.

Espectr0

  • Full Member
  • ***
  • Posts: 218
Re: Subtitle Workshop
« Reply #5 on: August 26, 2022, 12:12:36 pm »
I do not expect that I might make any noticeable contribution.
I would recommend you to add some dependencies.txt or add this info in README.md.

Shall I install UWLazarus.lpk or shall I Add to project?
I get an error that "virtualtreeview_package" is required. laz.virtualtreeview_package.lpk is installed by default in Lazarus. Do I need some other treeview?

Yes, first you need to install from Online Package Manager: "VirtualTreeView V5" and "Indy 10" then "UWLazarus" package from the SW "Lib" folder...

Any contribution is always welcome :D
I'm going to update the READ.ME, thanks again

CM630

  • Hero Member
  • *****
  • Posts: 1089
  • Не съм сигурен, че те разбирам.
    • http://sourceforge.net/u/cm630/profile/
Re: Subtitle Workshop
« Reply #6 on: September 04, 2022, 07:24:02 pm »
Knowing the dependencies I have compiled it succesfully.
I have not tried it on a video.
Is https://github.com/URUWorks/SubtitleWorkshop and https://sourceforge.net/projects/subworkshop/ the same app?
They both have URUsoft in the About?
And I cannot find neither an executable nor an installer in github.
« Last Edit: September 04, 2022, 07:30:41 pm by CM630 »
Лазар 3,2 32 bit (sometimes 64 bit); FPC3,2,2; rev: Lazarus_3_0 on Win10 64bit.

Espectr0

  • Full Member
  • ***
  • Posts: 218
Re: Subtitle Workshop
« Reply #7 on: September 05, 2022, 12:16:48 am »
Cool! The SourceForge version was started by us and later continued by other people.
Now our official version is the one on GitHub.
We also changed our name a few years ago from URUSoft to URUWorks :)

You can find the executables at:

https://github.com/URUWorks/SubtitleWorkshop/releases

CM630

  • Hero Member
  • *****
  • Posts: 1089
  • Не съм сигурен, че те разбирам.
    • http://sourceforge.net/u/cm630/profile/
Re: Subtitle Workshop
« Reply #8 on: September 06, 2022, 12:05:09 pm »
I have send you a PM, maybe no need to make a wider discussion here?
But where is the support for *.sub files gone? Are you migratig from Delphi? Features present in the SF version are just gone.
Лазар 3,2 32 bit (sometimes 64 bit); FPC3,2,2; rev: Lazarus_3_0 on Win10 64bit.

Espectr0

  • Full Member
  • ***
  • Posts: 218
Re: Subtitle Workshop
« Reply #9 on: September 06, 2022, 01:07:11 pm »
you're right, I'll answer your PM.

metis

  • Sr. Member
  • ****
  • Posts: 300
Re: Subtitle Workshop
« Reply #10 on: October 15, 2022, 11:47:03 am »
@Espectr0

Nice Work.  :)

Quote
to play video uses libmpv
Why did You change from 'VLC' to 'MPV' ?
Life could be so easy, if there weren't those f*** Details.
My FFmpeg4Lazarus = FFPlay4Laz + FFGrab4Laz + FFInfo4Laz

Espectr0

  • Full Member
  • ***
  • Posts: 218
Re: Subtitle Workshop
« Reply #11 on: October 16, 2022, 02:05:25 am »
@Espectr0

Nice Work.  :)

Quote
to play video uses libmpv
Why did You change from 'VLC' to 'MPV' ?

Thank you!

 I changed it because MPV seems more flexible to me but in any case we can implement several engines :)

metis

  • Sr. Member
  • ****
  • Posts: 300
Re: Subtitle Workshop
« Reply #12 on: October 16, 2022, 03:09:45 pm »
Quote
MPV seems more flexible to me
Could You explain that in more Detail, please ?

Quote
we can implement several engines
You should check out my PlayerEngine - ProjectName: FFPlay4Laz, which is a FFmpeg-based MediaPlayer totally written in FPC.
- Main Objectives: Portable, fast & highly responsive, accurate in MilliSecs, easy-to-use, outstanding Sound (via Portaudio & ASIO).
- Special Features: continuous VideoSettings (X/Y-Shift, Size/Zoom, AspectRatio) to adapt any Video to any Screen, TouchSupport, etc.

The latest Release, which uses SDL2 is here:
https://forum.lazarus.freepascal.org/index.php/topic,26666.msg428667.html#msg428667
For the Moment it's a Console. The DLL and a GUI are projected.

The last Release, that used SDL1 is here:
https://forum.lazarus.freepascal.org/index.php/topic,26666.msg337046.html#msg337046
This Release is more complete: Console + DLL+API + Demo-GUI.

For the Moment it's all Win32, running and tested from WinXP to Win10.
Life could be so easy, if there weren't those f*** Details.
My FFmpeg4Lazarus = FFPlay4Laz + FFGrab4Laz + FFInfo4Laz

Espectr0

  • Full Member
  • ***
  • Posts: 218
Re: Subtitle Workshop
« Reply #13 on: October 24, 2022, 01:08:27 pm »
your “FFPlay4Laz” project works on linux and Mac too ?

domasz

  • Sr. Member
  • ****
  • Posts: 435
Re: Subtitle Workshop
« Reply #14 on: October 24, 2022, 01:43:22 pm »
From I read FFPlay4Laz2 requires .DLLs from ffmpeg. Also I can't find any source code here:
https://forum.lazarus.freepascal.org/index.php/topic,26666.msg428667.html#msg428667
so perhaps it's not open source.

 

TinyPortal © 2005-2018