Commit Graph

221 Commits (mike/shorts)

Author SHA1 Message Date
Mike Lang 07d1d2ed78 restreamer: Allow cropping and scaling for full cuts
to enable vertical video. This lets us create YT Shorts or similar videos and download them.
ElementalAlchemist 8ea985c07a Fix distortion of non-standard-size default emotes
ElementalAlchemist 262a293d2e Fix issue where the first message of the playback may not be displayed on the restreamer page
ElementalAlchemist ea0729cbd6 Show system messages (raids, subscriptions, etc.) in the chat replay
ElementalAlchemist cae4976cf6 Fix incorrect use of substring
ElementalAlchemist c6961bbd46 Add ACTION support
ElementalAlchemist aa2c444d1a Implement chat auto-scroll
ElementalAlchemist 4ac24fe716 Make the chat its own scrollable area
ElementalAlchemist 76de577695 Fix updating chat on playlist reload for restreamer page
ElementalAlchemist 4a1880461f Add replies support
ElementalAlchemist 881073b4d4 Fix appearance of long messages
ElementalAlchemist 40cc601d93 Fix alignment of messages with emotes
ElementalAlchemist dc4e7f0835 Implement chat transcript for editor and chat replay for restreamer page
ElementalAlchemist 2939089edd Upgrade luxon
ElementalAlchemist b6a2d7e16a Give the thumbnail options controls some room to breathe
ElementalAlchemist 8c872f6999 Add image preview generation
ElementalAlchemist 9fa898d5aa Fix doing the time conversion before the data required for the time conversion is loaded
ElementalAlchemist 0e787677a0 Load thumbnail data for video
ElementalAlchemist 64f0ac714f Set up thumbnail editing with data plumbing through
Mike Lang 0681902789 Trigger download of the image file in a hacky way
Apparently this is the Recommended Approach for doing this - you create an <a> element,
set its attributes, then temporarily add it to the page and click() it.

The downloads.download() api we found earlier is exclusive to Chrome Apps.
Mike Lang adb6e2ae10 thrimbletrimmer: Add button to download current frame
It always uses source quality and downloads as a PNG.

We use the browser.downloads api to construct the URL on demand.

Note we might not always get the exact right frame in 60fps streams,
we might get one before or after (and "frame seek" in the editor skips 2 frames in this case).
ElementalAlchemist 1cb819a4c5 Use more native HTML options for editor keyboard shortcuts help
Mike Lang ffae321d04 editor: Make public checkbox "unlisted" instead, with negated meaning
less confusing
Mike Lang bd948235fb thrimbletrimmer: Add advanced submission option for "public" videos
Note that the default is true, so we only expand the advanced pane if it's false.
False corresponds to uploading a video as "unlisted".

Also mark it as modifyable.
Mike Lang 6b9d8ab785 Fix submit changes button - should be hidden by default
Mike Lang ac6612fb85 Add ability to submit video as MODIFIED to thrimbletrimmer
ElementalAlchemist a942af9cb4 When padding video in editor, maintain video playback position in the same spot when possible
ElementalAlchemist 4bac4a46d0 Add stream name to restreamer URL
ElementalAlchemist 210ae6f92a Support linking to specific times in restreamer
ElementalAlchemist 8e8ace6f3c Properly set initial video quality
ElementalAlchemist e515c448eb Fix loading chapter marker setting when loading a saved draft edit
ElementalAlchemist 1ffb9ae2e1 Fix saving quality levels on change
ElementalAlchemist 965a3dfbd3 Fix range removal
ElementalAlchemist 59567f9404 Fix issue where pressing space for video pause/unpause can scroll the page
ElementalAlchemist 91cc331128 Move the error selecting times on restreamer to be common to both pages
ElementalAlchemist ac79206ba0 Don't reload when canceling or resetting
ElementalAlchemist 1ff1bcf0ab Add keyboard shortcuts to mute, set playback rate to slowest speed, and set playback rate to fastest speed
ElementalAlchemist d635a7941c Add support for generating chapter markers in the video description
ElementalAlchemist e2fb245da2 Correctly handle padding of range times when padding video load time over holes
ElementalAlchemist 0709082af7 Show a confirmation dialog when closing the page while a submission is still pending
ElementalAlchemist c1e20de813 Fix loading videos with no end time
ElementalAlchemist 2698b7fd74 Fix handling of lack of end time for a row
ElementalAlchemist 13035c3e97 Add help for new keyboard controls
ElementalAlchemist e96b77992f Add one-second jump keyboard shortcuts
ElementalAlchemist f798b689a4 Add keyboard shortcut for setting playback speed to 1x
ElementalAlchemist 481b934eb8 Fix losing much of video human time when converting a time containing hours
ElementalAlchemist b1b8ef8973
Add fullscreen functionality to Thrimbletrimmer video player ()
* Add fullscreen functionality to Thrimbletrimmer video player

* Fix issue where clicking on fullscreen video pauses and unpauses instead of doing just one
ElementalAlchemist a8f9611d93 Update quality indicator when keyboard shortcuts are used to change the video quality
ElementalAlchemist 78b9b5c68d Maintain playback rate across video reloading
ElementalAlchemist 75e0ba56ae Fix error when loading a new playlist (when fragments aren't yet loaded by hls.js)