After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 629327 - Ability to jump to an exact position in the timeline
Ability to jump to an exact position in the timeline
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
0.13.5
Other Linux
: Normal enhancement
: 0.14
Assigned To: Jean-François Fortin Tam
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-11 00:22 UTC by Jean-François Fortin Tam
Modified: 2011-05-19 01:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Example with Avidemux (808.45 KB, video/ogg)
2010-12-21 22:45 UTC, Jean-Philippe Fleury
Details
demo screencast (575.97 KB, video/ogg)
2010-12-24 22:10 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2010-09-11 00:22:06 UTC
This is a feature often requested by users: being able to go to an exact timecode/position in the timeline.
Comment 1 Jean-Philippe Fleury 2010-12-21 22:45:01 UTC
Created attachment 176869 [details]
Example with Avidemux

It would be very useful. I attach a screencast that illustrates the ways Avidemux allows the user to go to an exact position. Maybe it can give ideas for PiTiVi.
Comment 2 Jean-François Fortin Tam 2010-12-22 19:52:08 UTC
Wow, using an editable GTK Entry widget instead of a Label to display the timecode, to allow directly jumping to a different timecode, is a clever idea!
Comment 3 Jean-François Fortin Tam 2010-12-24 22:09:45 UTC
I have implemented this feature in a branch here:
https://github.com/nekohayo/pitivi/commits/jump-to-timecode
Comment 4 Jean-François Fortin Tam 2010-12-24 22:10:20 UTC
Created attachment 177026 [details]
demo screencast
Comment 5 Thibault Saunier 2011-05-19 01:20:10 UTC
commit c726ed3848d851c0865e7b65264cbec1d5c04cbb
Author: Thibault Saunier <thibault.saunier@collabora.co.uk>
Date:   Tue Jan 18 23:09:19 2011 +0100
     Implement a TimeWidget class and use it to jump to a specific time
     Remove the string_to_time function


Based on the work from nekohayo as the logs suggest.