Control the playback speed of your FAU.tv videos.
Adapted version of https://github.com/Jeansidharta/Youtube-Playback-speed-extension for the video portal of FAU Erlangen https://www.fau.tv/
If the current tab is not a fau.TV video, the extension icon will appear grayed-out (chrome)/will not apear (firefox) and will be disabled.
Otherwise, clicking it will display a pop-up with a number, a slider and three buttons:
-
The number displays the current video speed. It will change according to the slider. If you desire a specific speed, you may manually type the number you want. It's maximum precision, however is of 0.1. More decimal numbers will be rounded.
-
The slider controls the video speed, going from 0.0 to 4.0.
-
The "reset" button will set the video speed to 1.0.
-
The "copy video link" button will copy the video link in your clipboard. You can open this videourl as a networkstre e.g. in VLC Media Player.
-
The "download video" button: If the video-url is a m3u8-file, it will warn you and then opens the m3u8 file in a new tab, which will download there. Note: A m3u8 file can not be watched like a normal video!
If the video-url is not a m3u8 file, it will open the video-url in a new tab. Depending on your browser it will start the download immediately or open the raw video in a new tab. Then you can download the video by clicking the right mouse button -> save video as...
You can change the speed without opening the extension using the following hotkeys:
Reset to 1x with "s"
speed += 0.25 with "d"
speed -= 0.25 with "a"
-10s with "j"
+10s with "k"
Open your browser console on a AuD Tafelübung and paste the content of tafeluebungsslider.js in. There you have the following features:
Reset to 1x with "s" speed += 0.25 with "d" speed -= 0.25 with "a"
How to download a m3u8-video using VLC media player
- copy the video link
- open VLC media player
- Click Media->Convert/Save... or hit Ctrl+R
- Select Network
- Paste the videourl
- Hit convert/save...
- Select a prefered video profile (Video - H.264 + MP3 (MP4) recomended for Videos) and a destination file.
- Hit start.
- Watch the download progress in the VLC Video Timeline
- When the download is finished, you can open your destination file.
-
download this repository and unzip it.
-
in your chrome browser, open the options menu (three dots at the top right of your screen)->more tools->extensions or simply open the URL
chrome://extensions/
-
check the "developer options" button at the top right of the screen. This will open a menu at the top of your screen.
-
click on "Load unpacked" and select the chrome folder in the previously unziped project folder.
after this, the extension will be installed.
Note:
Downloading and copying the Videourl is currently disabled in Firefox.
Firefox may not support audio if the speed is above x4.
-
download this repository and unzip it.
-
in your firefox browser, open the URL
about:debugging#/runtime/this-firefox
-
click on Temporary Extensions->"Load Teporary Add-on..."
-
select the file
manifest.json
in the subdirectoryfirefox/
of previously unziped project folder.
after this, the extension will be installed.
-
download this repository and unzip it.
-
in your edge browser, open the options menu (three dots at the top right of your screen)->extensions or simply open the URL
edge://extensions/
-
check the "developer options" button at the bottom left of the screen. This will open a menu at the top of your screen.
-
click on "Load unpacked" and select the chrome folder in the previously unziped project folder.
after this, the extension will be installed.
- Changed profile picture
- added +-10s with j/k buttons (currently only supported on the viewed page itself, not on the opend popup)
- Added Support for H5P Videos like in PFP
- Added Hotkeys (A,S,D)