Bug 348671 - another problem with markers
Summary: another problem with markers
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-03 21:47 UTC by farid
Modified: 2016-06-22 03:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
marker error (1.78 MB, video/webm)
2015-06-03 21:53 UTC, farid
Details
marker error 2 (2.30 MB, video/webm)
2015-06-03 21:54 UTC, farid
Details

Note You need to log in before you can comment on or make changes to this bug.
Description farid 2015-06-03 21:47:17 UTC
adding markers is still buggy. if you have two tracks of the same same video clip and add a marker it gets added on both tracks instead of where the pointer is.  

also deleting the markers is very difficult, you have to zoom in very closely. 

and after you delete them for some reason the zoom level with the mouse scrolling doesn't work, and you have to do it manually from the bar.

  

Reproducible: Always




[New Thread 0x7fffb69fd700 (LWP 3951)]
[New Thread 0x7fff377fe700 (LWP 3973)]
[Thread 0x7fff377fe700 (LWP 3973) exited]
[Thread 0x7fffb69fd700 (LWP 3951) exited]
[h264 @ 0x4013500] Value 601,000000 for parameter 'colorspace' out of range [0 - 10]
[swscaler @ 0x11c4eea0] Warning: data is not aligned! This can lead to a speedloss
[h264 @ 0x32307c0] Value 601,000000 for parameter 'colorspace' out of range [0 - 10]
[h264 @ 0x3627460] Value 601,000000 for parameter 'colorspace' out of range [0 - 10]
"No marker found at cursor time"
Calling notify on "Sound"
Changing audio state from  Phonon::LoadingState  to  Phonon::StoppedState 
Calling notify on "Popup"
[New Thread 0x7ffed37f6700 (LWP 4047)]
Changing audio state from  Phonon::LoadingState  to  Phonon::StoppedState 
[New Thread 0x7ffed3ff7700 (LWP 4049)]
Changing audio state from  Phonon::StoppedState  to  Phonon::PausedState 
Changing audio state from  Phonon::PausedState  to  Phonon::PlayingState 
Changing audio state from  Phonon::PlayingState  to  Phonon::StoppedState 
[Thread 0x7ffed37f6700 (LWP 4047) exited]
[Thread 0x7ffed3ff7700 (LWP 4049) exited]
"No marker found at cursor time"
Calling notify on "Sound"
Calling notify on "Popup"
Changing audio state from  Phonon::StoppedState  to  Phonon::PausedState 
Changing audio state from  Phonon::PausedState  to  Phonon::PlayingState 
Changing audio state from  Phonon::PlayingState  to  Phonon::StoppedState 
"No marker found at cursor time"
Calling notify on "Sound"
Calling notify on "Popup"
Changing audio state from  Phonon::StoppedState  to  Phonon::PausedState 
Changing audio state from  Phonon::PausedState  to  Phonon::PlayingState 
Changing audio state from  Phonon::PlayingState  to  Phonon::StoppedState 
Failed to find KNotification for dbus_id 3
Failed to find KNotification for dbus_id 3
Failed to find KNotification for dbus_id 2
Failed to find KNotification for dbus_id 2
Failed to find KNotification for dbus_id 1
Failed to find KNotification for dbus_id 1
"No marker found at cursor time"
Calling notify on "Sound"
Calling notify on "Popup"
Changing audio state from  Phonon::StoppedState  to  Phonon::PausedState 
Changing audio state from  Phonon::PausedState  to  Phonon::PlayingState 
Changing audio state from  Phonon::PlayingState  to  Phonon::StoppedState 
"QColor::setAlpha": invalid value 256
"QColor::setAlpha": invalid value 256
"QColor::setAlpha": invalid value 256
"QColor::setAlpha": invalid value 256
"QColor::setAlpha": invalid value 256
"QColor::setAlpha": invalid value 256
"No marker found at cursor time"
Calling notify on "Sound"
Calling notify on "Popup"
Changing audio state from  Phonon::StoppedState  to  Phonon::PausedState 
Changing audio state from  Phonon::PausedState  to  Phonon::PlayingState 
Changing audio state from  Phonon::PlayingState  to  Phonon::StoppedState 
[mp3 @ 0x7fffb04be800] Estimating duration from bitrate, this may be inaccurate
[mp3 @ 0x7fffb0b5ba20] Estimating duration from bitrate, this may be inaccurate
Failed to find KNotification for dbus_id 5
Failed to find KNotification for dbus_id 5
Failed to find KNotification for dbus_id 4
Failed to find KNotification for dbus_id 4
Comment 1 farid 2015-06-03 21:53:10 UTC
Created attachment 92983 [details]
marker error
Comment 2 farid 2015-06-03 21:54:47 UTC
Created attachment 92984 [details]
marker error 2
Comment 3 Jean-Baptiste Mardelle 2015-06-03 22:31:21 UTC
Some comments:

* Markers are designed to appear on all instances of a clip. So it is normal that they appear on all tracks. If you want to mark a point in timeline, you can use guides (right click in timeline ruler).

* To delete a marker, the timeline cursor must be on the marker. Alt + Left/Right arrow allows you to navigate to previous / next snap points, including markers. So you can use that to precisely go to a marker

* I can reproduce the issue with zoom broken after deleting marker, will look into it.
Comment 4 Jean-Baptiste Mardelle 2015-06-03 22:52:00 UTC
Git commit fc5f942dfb7f1637848a40f9c7aff99b07c0cba7 by Jean-Baptiste Mardelle.
Committed on 03/06/2015 at 22:51.
Pushed by mardelle into branch 'master'.

Fix zoom broken after context menu shown in timeline

M  +1    -1    src/timeline/customtrackview.cpp

http://commits.kde.org/kdenlive/fc5f942dfb7f1637848a40f9c7aff99b07c0cba7
Comment 5 Jean-Baptiste Mardelle 2015-06-03 22:52:37 UTC
Git commit 0ccca1e07077773d402265761a0d168b66d7b4f3 by Jean-Baptiste Mardelle.
Committed on 03/06/2015 at 22:52.
Pushed by mardelle into branch 'Applications/15.04'.

Fix zoom broken after context menu shown in timeline

M  +1    -1    src/timeline/customtrackview.cpp

http://commits.kde.org/kdenlive/0ccca1e07077773d402265761a0d168b66d7b4f3