Skip to content

Instantly share code, notes, and snippets.

@NikolasK-source
NikolasK-source / toopus.sh
Created February 16, 2024 22:09
ffmpeg wrapper to convert audio files to opus codec
#!/bin/bash
# ffmpeg wrapper to convert audio files to opus codec
# usage: tohevc input output
# MIT License
#
# Copyright (c) 2024 Nikolas Koesling <nikolas@koesling.info>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
@NikolasK-source
NikolasK-source / tohevc.sh
Created February 16, 2024 22:11
ffmpeg wrapper to convert video files to hevc codec with an AMD GPU
#!/bin/bash
# ffmpeg wrapper to convert video files to hevc codec with an AMD GPU.
# usage: tohevc input output
# MIT License
#
# Copyright (c) 2024 Nikolas Koesling <nikolas@koesling.info>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy