Skip to content

Instantly share code, notes, and snippets.

View AndrewBreyen's full-sized avatar
😀

Andrew Breyen AndrewBreyen

😀
View GitHub Profile
This gist has moved to https://github.com/AndrewBreyen/Jellyfin-TV-Post-Process
This gist has moved to https://github.com/AndrewBreyen/Jellyfin-TV-Post-Process
@AndrewBreyen
AndrewBreyen / post-process.sh
Last active April 1, 2024 02:07 — forked from thornbill/post-process.sh
DVR post processing script for Jellyfin
This gist has moved to https://github.com/AndrewBreyen/Jellyfin-TV-Post-Process
matplotlib
Pillow
requests
bs4
openpyxl
pprint
PyPDF2
docx
time (Not working as of 7/10/18)
pyautogui
ffmpeg -i "/Path/To/Audio.mp3" -i "/Path/To/No/Audio/Video.mp4" -c copy -map 0:0 -map 1:0 -shortest "/Path/To/Output/File.mov"