apkatsikas
Follow
software
Pinned Loading
-
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
-
Make a looping SNES OST video
Make a looping SNES OST video 1# 1. Use ZSNES to grab the SPC file via the Save SPC Data feature
2# 2. Use VLC to convert the SPC file to .wav (you may need to force stop after some time)
3# 3. Cut the .wav to your desired length
4# 4. Use youtube-dl or something else to get desired video loop (can be very short), try cutting with https://gist.github.com/apkatsikas/f257387139bd25f27c282152729e9c67
5# 5. Remove audio from video via following command
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.