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
| #!/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 |
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
| #!/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 |
OlderNewer