[FFmpeg-devel] I want to see my project on FFmpeg projects page

Wang Bin wbsecg1 at gmail.com
Tue Mar 19 06:26:51 CET 2013


2013/3/18 "René J.V. Bertin" <rjvbertin at gmail.com>

>
> On Mar 18, 2013, at 14:28, Wang Bin wrote:
> >
> > Is timecode equals to current playing time? It can display the time.
> press
>
> Not exactly. It's more like a superset. See
> http://en.wikipedia.org/wiki/SMPTE_timecode or
> http://developer.apple.com/library/mac/#documentation/QuickTime/RM/MovieBasics/MTEditing/I-Chapter/9TimecodeMediaHandle.html
>
> > I haven't add any gui controller to the player. But using keybord
> instead.
> > e.g. 'right arrow' is seek forward, 'left arrow' is is seek backword,
>
> I saw that, but the keyboard will not tell you where in a movie you are,
> nor to jump to an arbitrary location.
> Adding a slider shouldn't be hard, of course.
>
> > The player's gui is quite simple now. I will make a stylish one in the
>
> Remember, simple and stylish are often used together ;)
>
> René
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

Adding a slider is easy. But I want to add a semitransparent slider, it's
hard if use Qt's widget. Using Qt Graphics View Framework is a solution,
but the painting engine is hard to extend.
timecode seems interesting, i will do some study on it.


More information about the ffmpeg-devel mailing list