Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Activity for andrew.46‭

Type On... Excerpt Status Date
Comment Post #288334 Indeed, I could not find the source...
(more)
11 months ago
Edit Post #288334 Initial revision 11 months 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)
11 months ago
Edit Post #288275 Post edited:
11 months ago
Edit Post #288275 Initial revision 11 months 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)
11 months ago
Edit Post #288274 Initial revision 11 months 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)
11 months ago