This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Larger edit windows in Plex | |
// @version 0.1.10 | |
// @date 2025-05-22 | |
// @author planetrocky | |
// @match *://app.plex.tv/desktop* | |
// @grant none | |
// @downloadURL https://gist.github.com/planetrocky/64db17e51c846b205e382098c65ac2c0/raw/ecc07d5c095620c1c2c88b1c766e6db1771c5ea0/larger_edit_window_in_plex.user.js | |
// @updateURL https://gist.github.com/planetrocky/64db17e51c846b205e382098c65ac2c0/raw/ecc07d5c095620c1c2c88b1c766e6db1771c5ea0/larger_edit_window_in_plex.user.js | |
// @source https://gist.github.com/planetrocky/64db17e51c846b205e382098c65ac2c0/raw/ecc07d5c095620c1c2c88b1c766e6db1771c5ea0/larger_edit_window_in_plex.user.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# | |
# pylint: disable=missing-module-docstring, missing-class-docstring, missing-function-docstring | |
# | |
# Shows GOP structure of video file. Useful for checking suitability for HLS and DASH packaging. | |
# Example: | |
# | |
# $ iframe-probe.py myvideo.mp4 | |
# GOP: IPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP 60 CLOSED | |
# GOP: IPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP 60 CLOSED |