* Test
Messing around to figure out docker and whatnot
* Revert "Test"
This reverts commit 43b76932c5.
* Update docker dev yaml
Update the docker to the environement with the latest version of selenium (and their new arguments), and to be on firefox
* Timestamp on play
Adds the a one time event that jumps to a timestamp if there is a t parameter in the URL
* Timestamp when sharing DRAFT
First draft to show the timestamp when sharing. Missing checkbox and appending the get param to shown link
* Checkbox and update share url
Checkbox show a clean timestamp and the media URL updates with the correct timestamp upon selection
* Cleaning before PR
removing un-necessary modified files
* Clean up before PR - remove statics
* Timestamp in comments
Parse the comments to wrap timestamps with an appropriate anchor
* Forgotten comments and console.logs
* Last touch for PR
- Cleaning media.js for PR
- Using MediaPageStore instead of window.location when wrapping the timestamp in comments
* Screenshot
Adding the screenshot for the user_docs
* PR amends
Amending VideoPlayer componnent to take check if the Get param 't' is a number, and to keep it within the duration of the video.
Required to change the listener from 'play' to 'loadedmetadata' to have access to the video duration (otherwise it was too early)
Also changed the User_doc file to inform users of the timestamp function
* Framerate fix
Keep original framerate up to 60fps, halve any framerate above 60fps. Because of "video_frame_rate": Fraction(video_info["r_frame_rate"]), it does not work, when float used, the video is encoded but framerate suffers from rounding error.
* Framerate fix
Keep original framerate up to 60fps, halve any framerate above 60fps. Because of "video_frame_rate": Fraction(video_info["r_frame_rate"]), it does not work, when float used, the video is encoded but framerate suffers from rounding error.
* Introduction of minimum bitrate modifier
A minimum bitrate modifier introduced as per https://developers.google.com/media/vp9/settings/vod
* Introduction of minimum bitrate modifier
A minimum bitrate modifier introduced as per https://developers.google.com/media/vp9/settings/vod
* Deinterlacing and better filter logic
* Framerate fix
Keep original framerate up to 60fps, halve any framerate above 60fps. Because of "video_frame_rate": Fraction(video_info["r_frame_rate"]), it does not work, when float used, the video is encoded but framerate suffers from rounding error.
* Framerate fix
Keep original framerate up to 60fps, halve any framerate above 60fps. Because of "video_frame_rate": Fraction(video_info["r_frame_rate"]), it does not work, when float used, the video is encoded but framerate suffers from rounding error.
* Introduction of minimum bitrate modifier
A minimum bitrate modifier introduced as per https://developers.google.com/media/vp9/settings/vod
* Introduction of minimum bitrate modifier
A minimum bitrate modifier introduced as per https://developers.google.com/media/vp9/settings/vod