Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync subtitles #216

Closed
1 of 4 tasks
ghost opened this issue Apr 30, 2018 · 2 comments
Closed
1 of 4 tasks

Sync subtitles #216

ghost opened this issue Apr 30, 2018 · 2 comments
Assignees

Comments

@ghost
Copy link

ghost commented Apr 30, 2018

Sync subtitles

Would be great to add an option which lets the user change the sync of subtitles (moving forward or backward).

Issue Categories

  • Bug
  • Feature Request
  • Question
  • Not sure
@mariodivece mariodivece self-assigned this May 1, 2018
@mariodivece mariodivece added this to the 2.50 - Michelob milestone May 1, 2018
@mariodivece
Copy link
Member

Let me see what I can do with this one. seems like an easy feature.

mariodivece added a commit that referenced this issue May 14, 2018
@mariodivece
Copy link
Member

example with the latest code:

private void OnMediaOpening(object sender, MediaOpeningRoutedEventArgs e)
{
    // You can start off by adjusting subtitles delay
    e.Options.SubtitlesDelay = TimeSpan.FromSeconds(2.5);
}

mariodivece added a commit that referenced this issue May 16, 2018
* upgrading to FFmperg 4

* bumping up date version

* Continued work on HW acceleration

* Improved hardware acceleration decoding APIs

* minor changes for HW init stuff.

* device type name and device pixel format name

* Minor enhancements for decodiing cycle and videoblock allocation logic

* Adding methods to iterate over options availability. still work to do to pass those options!

* Minor adjustment to deinterlace filter detection and addressing issue #220

* Enhancing codec options retrieval.

* Exposing Options metadata via MediaEngine

* Completed fixing demuxer global and private options. Still need to work on strea-specific options

* minor comment added.

* simplifying decoder options api

* Minor refactoring. still trying to figure out how to pass some options to the hardware codec.

* more work on built-in hardware decoders.

* minor improvements and adjustments to hardware APIs

* video filters for hardware acceleration support. Exchange frame before filtering. Alos addressing issue #224

* Video filter appender.

* minor bugfix

* closes issue #216

* An attempt to perform image composition on a separate thread. Main Change is in VideoRenderer but it is not complete! See issue #185

* More experiments with separate visual tree

* better hostedimage element

* continued work on thread separted hosted image

* attempting to recover deginer

* Better ElementHost

* Improved element host

* Minor improvements to video renderer

* upgrading to FFmpeg.AutoGen 4.0.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant