Giter Site home page Giter Site logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Problem Acknowledged. Need a better video skip algorithm implementation. 

Will release the next version for this issue,  if some one can provide one.

Thanks,
Aatral

Original comment by aatrala on 2 Jan 2012 at 1:45

  • Changed state: Accepted

from dolphin-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Sorry for the noob question, why we need video skipping?

Original comment by [email protected] on 8 Jan 2012 at 11:58

from dolphin-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
A video file consists of Frames. 

Let us consider a video file with a frame rate of 25 Per second.

We need to show 25 Frames in each second. Which essentially means we need to 
show a frame every 40 milliseconds. 

Following actions are required to show a frame to screen.
a) Read the frame from file
b) Decode the frame using FFmpeg(relevant decoder is used to read the 
corresponding codec, if compressed then more time is needed)
c) Modify the frame to a format suitable for showing on the screen.
d) Copy the frame and put it on screen.



Whenever, we are in a lagging condition, where the time taken to show a frame 
to screen is greater than 40ms(in this example), we need to skip video frames 
to make audio and video in sync and a better user experience.

Mobile processors are considerably slow when compared to desktop processors 
Hence any optimization in step(a) to step (d) or any improvements in this area 
is most welcome.



Original comment by aatrala on 5 Feb 2012 at 2:39

from dolphin-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Sorry for the delayed response earlier. I didn't enable the email notification 
earlier.

Original comment by [email protected] on 3 May 2012 at 8:25

from dolphin-player.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I have updated Dolphin Player version 2.0 with various bugfixes. Please provide 
your feedback

Thanks,
Aatral

Original comment by aatrala on 15 Jun 2012 at 10:32

  • Added labels: Priority-Critical
  • Removed labels: Priority-Medium

from dolphin-player.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.