1
0
Fork 0
sdf-util/anonradio
Joseph B. Konno f97f3c2550
anonradio: add ffmpeg transcode preset
Also provide token documentation and a real example.

Signed-off-by: Joseph B. Konno <thac0@tx0.org>
2023-07-03 06:18:49 +00:00
..
README.md anonradio: add ffmpeg transcode preset 2023-07-03 06:18:49 +00:00
transcode.bash anonradio: add ffmpeg transcode preset 2023-07-03 06:18:49 +00:00
transcode.ffpreset anonradio: add ffmpeg transcode preset 2023-07-03 06:18:49 +00:00

README.md

aNONradio

For the coolest DJs on the interwebs.

The magic values for the encoder? They come from the Open Mic page.

ffmpeg

transcode.ffpreset shows how you provide arguments to ffmpeg in a file instead of the command line. In preset files, you can also add comments. Anyone who's spent any time with ffmpeg knows the argument list can get out of control quickly. Note this is a "generic" preset example-- you can get fancy by adding per-codec presets. If you want the full story, consult the documentation.

transcode.bash just puts things together, and takes two positional arguments:

  • input filename
  • output filename

Example invocation:

  • $ bash transcode.bash sintel_trailer-audio.flac trailer.mp3