Activity for andrew.46
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #288334 |
Indeed, I could not find the source... (more) |
— | over 1 year ago |
Edit | Post #288334 | Initial revision | — | over 1 year ago |
Answer | — |
A: How do I view fonts? I use KDE with Slackware -current so: KDE Plasma Version 5.27.3 and this has a quite serviceable Font Manager that can be found from: ``` System Settings --> Appearance --> Font Management ``` But I would advise at least a quick look at a great font manager called FontBase: FontBase Screen... (more) |
— | over 1 year ago |
Edit | Post #288275 |
Post edited: |
— | over 1 year ago |
Edit | Post #288275 | Initial revision | — | over 1 year ago |
Answer | — |
A: How to convert Flac to Mp3 with FFmpeg? The best method is to navigate to the folder containing your Flac audio files and use the following 'for' loop: ``` for j in .flac do ffmpeg -i "$j" -c:a libmp3lame -b:a 128k mp3/"${j%.flac}.mp3" done ``` Note the following points: 1. The output files will all be created in a subdirecto... (more) |
— | over 1 year ago |
Edit | Post #288274 | Initial revision | — | over 1 year ago |
Question | — |
How to convert Flac to Mp3 with FFmpeg? I have a directory filled with Flac audio files and I would like to convert them all to Mp3. How do I go about this using FFmpeg? I am using the git FFmpeg and Slackware -current. (more) |
— | over 1 year ago |