this post was submitted on 08 Nov 2025
13 points (100.0% liked)
No Stupid Questions
3449 readers
51 users here now
There is no such thing as a Stupid Question!
Don't be embarrassed of your curiosity; everyone has questions that they may feel uncomfortable asking certain people, so this place gives you a nice area not to be judged about asking it. Everyone here is willing to help.
- ex. How do I change oil
- ex. How to tie shoes
- ex. Can you cry underwater?
Reminder that the rules for lemmy.ca still apply!
Thanks for reading all of this, even if you didn't read all of this, and your eye started somewhere else, have a watermelon slice 🍉.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Again, putting on pedantic hat:
...Are you sure it only supports mp4? webm is a video container, too.
MP4, being a container (not a codec), may or may not support various codecs inside it: https://en.wikipedia.org/wiki/MP4_file_format
Opus was apparently added to the mp4 spec in 2018.
I'm getting what you're really asking though.
You converted files from flac to "MP4" via some app, but what it actually did is convert them to AAC and just didn't tell you any of those details.
What you want to do, is convert them all to MP4 that way, but specify the AAC bitrate. I suggest 320K. Or 384K if you are not short on space for the music.
If you want to be super efficient, you can try putting opus inside MP4, or just see if your app will play a webm.
I will definitely try a .webm just to test later but i strongly suspect it wont do it
My procees was taking the flac and importing them into a video editing suite and for the audio quality i chose the hughest which is 48kHz and setting all the videostuff to lowest quality because i only care about the audio
48khz (not K, which means kilobytes/s, kilohertz which is the sampling rate) means you're resampling. This actually drops the audio quality.
Okay, just download this: https://github.com/edneyosf/Edconv
(Link to the exe): https://github.com/edneyosf/Edconv/releases/download/1.4.3/Edconv-1.4.3-x86_64.exe
Disable video, set your audio stuff and set the file name to end in mp4. Just tested, and it works on a flac file for me.
Thank you, im very uninformed about all of this. Will try later thanks!