Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] GSoC 2025 - OggKate subtitles support
@ 2025-03-04  8:40 Gianluca Cannata
  2025-03-04 10:46 ` Nicolas George
  0 siblings, 1 reply; 5+ messages in thread
From: Gianluca Cannata @ 2025-03-04  8:40 UTC (permalink / raw)
  To: ffmpeg-devel

Good morning,

I have to write a karaoke solution with FFmpeg libav libraries for a
project of mine and I have found OggKate subtitles a good choice to
implement such solution and I am thinking of writing a Kate demuxer and
decoder along with a filter that will use OpenGL to render Kate subtitles
capabilities on frame.

What do you think ?

There is someone interested in mentoring this proposal project ?

Or is it too overkill ?

Sincerely

Gianluca
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] GSoC 2025 - OggKate subtitles support
  2025-03-04  8:40 [FFmpeg-devel] GSoC 2025 - OggKate subtitles support Gianluca Cannata
@ 2025-03-04 10:46 ` Nicolas George
  2025-03-04 10:56   ` Gianluca Cannata
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas George @ 2025-03-04 10:46 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Gianluca Cannata (HE12025-03-04):
> I have to write a karaoke solution with FFmpeg libav libraries for a
> project of mine and I have found OggKate subtitles a good choice to
> implement such solution and I am thinking of writing a Kate demuxer and
> decoder along with a filter that will use OpenGL to render Kate subtitles
> capabilities on frame.
> 
> What do you think ?

I think I have never encountered an Ogg Kate file in the wild and I do
not know of any specific software that supports them. That makes me
think Ogg Kate is one of these dead Xiph projects and supporting it
would be a waste of time.

Which features do you require for your project?

Regards,

-- 
  Nicolas George
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] GSoC 2025 - OggKate subtitles support
  2025-03-04 10:46 ` Nicolas George
@ 2025-03-04 10:56   ` Gianluca Cannata
  2025-03-04 11:00     ` Nicolas George
  0 siblings, 1 reply; 5+ messages in thread
From: Gianluca Cannata @ 2025-03-04 10:56 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Hi Nicolas,

I would like to add motion to subtitles like fading, scrolling, changing
colors and font size, eccetera.

Is it something that can be of public interest ?

If not, which mailing list is the most appropriate to ask support for
implementing such a thing ?

Sincerely

Gianluca

Il giorno mar 4 mar 2025 alle ore 11:46 Nicolas George <george@nsup.org> ha
scritto:

> Gianluca Cannata (HE12025-03-04):
> > I have to write a karaoke solution with FFmpeg libav libraries for a
> > project of mine and I have found OggKate subtitles a good choice to
> > implement such solution and I am thinking of writing a Kate demuxer and
> > decoder along with a filter that will use OpenGL to render Kate subtitles
> > capabilities on frame.
> >
> > What do you think ?
>
> I think I have never encountered an Ogg Kate file in the wild and I do
> not know of any specific software that supports them. That makes me
> think Ogg Kate is one of these dead Xiph projects and supporting it
> would be a waste of time.
>
> Which features do you require for your project?
>
> Regards,
>
> --
>   Nicolas George
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] GSoC 2025 - OggKate subtitles support
  2025-03-04 10:56   ` Gianluca Cannata
@ 2025-03-04 11:00     ` Nicolas George
  2025-03-04 11:05       ` Gianluca Cannata
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas George @ 2025-03-04 11:00 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Gianluca Cannata (HE12025-03-04):
> I would like to add motion to subtitles like fading, scrolling, changing
> colors and font size, eccetera.

ASS already supports all this. Have you tried using it for your project?

> Il giorno mar 4 mar 2025 alle ore 11:46 Nicolas George <george@nsup.org> ha
> scritto:

Top-posting is forbidden on this mailing-list. If you do not know what
it means look it up.

Regards,

-- 
  Nicolas George
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] GSoC 2025 - OggKate subtitles support
  2025-03-04 11:00     ` Nicolas George
@ 2025-03-04 11:05       ` Gianluca Cannata
  0 siblings, 0 replies; 5+ messages in thread
From: Gianluca Cannata @ 2025-03-04 11:05 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

> ASS already supports all this. Have you tried using it for your project?

I have not tried yet. I will have.

> Top-posting is forbidden on this mailing-list. If you do not know what
it means look it up.

Sorry.

Thank you again for your support.

Sincerely

Gianluca
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-03-04 11:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-04  8:40 [FFmpeg-devel] GSoC 2025 - OggKate subtitles support Gianluca Cannata
2025-03-04 10:46 ` Nicolas George
2025-03-04 10:56   ` Gianluca Cannata
2025-03-04 11:00     ` Nicolas George
2025-03-04 11:05       ` Gianluca Cannata

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git