cgwire / kitsu

Collaboration Platform for Animation and VFX Productions
https://kitsu.cg-wire.com
GNU Affero General Public License v3.0
375 stars 103 forks source link

Playlist timeline polish / improvements / QOL #1366

Open tetsuoanimation opened 5 months ago

tetsuoanimation commented 5 months ago

Note: This issue is located somewhere between a bug and feature request - feel free to move it to the category you want to use for it

Context

Studio name: Tetsuo Animation Kitsu version: 0.19.2 Production type: Short

Description

frankrousseau commented 5 months ago
  • When starting to drag on the frame timeline, only change the frames in the player until drag/touch is released ( even if hovering over the main timeline )
  • When starting to drag on the overall timeline, only change the frames in the main timeline until drag/touch is released ( even if hovering over the frame timeline )

HD videos are heavy but it should works as expected with LD videos.

Edit: I didn't get properly the message, forget this comment.

frankrousseau commented 5 months ago

For caching ideas: https://web.dev/articles/fast-playback-with-preload

frankrousseau commented 5 months ago

I add some shortcuts requested by a French customer:

En gros on a acces à fleche gauche, fleche droite et ALT-J et ALT-K. J'imagine que la touche HOME pourrait nous amener en début de plan, la touche END en fin. Et ALT-fleche gauche/ALT-fleche droite se déplacer sur la timeline (pouvoir sauter par delà les cuts)

PeteDraper commented 3 months ago

I'd also like to throw watermarking, company logo (can be taken from uploaded company image from Kitsu) and custom text along with tags for artist name, project, sequence, shot, tc etc. attached is a python script I use for watermarking confidential videos - it resizes to 1920x1080, adds the logo in the top left, caption across the bottom and can batch a folder. Hope it helps Archive.zip

tetsuoanimation commented 3 months ago

@PeteDraper I do this with ffmpeg currently. Here's my repo: https://github.com/tetsuoanimation/editbot This is abit messy ( it was a backend oneshot ) but it could help you with the features you're requesting.

PeteDraper commented 3 months ago

this is great - would be good to have something like this in Kitsu when downloading the playlist build

tetsuoanimation commented 3 months ago

I add some shortcuts requested by a French customer:

En gros on a acces à fleche gauche, fleche droite et ALT-J et ALT-K. J'imagine que la touche HOME pourrait nous amener en début de plan, la touche END en fin. Et ALT-fleche gauche/ALT-fleche droite se déplacer sur la timeline (pouvoir sauter par delà les cuts)

These are great! I didn't know them and I'm sure I'll use them a bunch! I'd love it if there was a shortcut to jump between drawings ( , . like in maya wouble be awesome! )

frankrousseau commented 3 weeks ago

FYI, most problems are fixed but I keep the issue open because of the watermarking and caching discussions.