software
Pinned Loading
-
subcordant
subcordant PublicSubcordant is a Discord bot that streams music from your Subsonic-API compatible server.
Go 2
-
xctest_pxctest_distributed
xctest_pxctest_distributed PublicDistributed, headless parallel testing for xctest/pxctest
-
Vampire-Computer-People/imdb-enhanced-search
Vampire-Computer-People/imdb-enhanced-search PublicPython 1
-
Download a portion of a youtube usin...
Download a portion of a youtube using yt-dlp and ffmpeg - requires Python 3, yt-dlp and ffmpeg (all must be on the path) 1import argparse
2import subprocess
3import sys
45def create_parser():
-
ffmpeg-commands.sh
ffmpeg-commands.sh 1# Compress using h264 - good for Discord. crf is quality, lower is better and larger
2ffmpeg -i ${FILE_VALUE} -vcodec libx264 -crf 28 ${OUTPUT_VALUE}
34# Re-encode video at half resolution
5ffmpeg -i ${FILE_VALUE} -vf "scale=iw/2:ih/2" ${OUTPUT_VALUE}
-
use Python, ffmpeg and imagemagick t...
use Python, ffmpeg and imagemagick to turn your videos in GIFs! 1# Requires ffmpeg and imagemagick to be on the path
2# Usage example make_gif ".\input.mkv" -o output.gif -s 00:00:12.333 -d 00:00:05.666 -w 1024 -f 12 -t 1.5
34import argparse
5import subprocess
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.