smallstepforman / Medo

Haiku Media Editor
MIT License
147 stars 6 forks source link

Clip splitting is inaccurate #13

Closed parnikkapore closed 3 years ago

parnikkapore commented 3 years ago

When I try to split a clip, it is highly likely to split a few seconds to either side of the playhead.

Or maybe it actually splits at the position you right-clicked - I haven't investigated.

MarcoRavich commented 3 years ago

@smallstepforman LosslessCut may help to fix the issue: https://github.com/mifi/lossless-cut

smallstepforman commented 3 years ago

Hi parnikkapore. Split point is at right mouse down BPoint (or ctrl-left click). Also, if you hold shift when resizing clip, it will move adjacent clip as well. I was thinking to add a special "magnify" split feature, which allows the user to magnify the split point for R2. For R1, I will close this issue since it works as designed.

forart, all editing is non destructive (lossless).

Thank you both for taking the time to post feedback.