Replies: 4 comments 2 replies
-
The short answer is yes. The PR you referenced added the .mp4 file extension to the program's supported file types. While it is true that .mp4 files usually contain video and .m4a files are usually audio only, they are both MPEG-4 containers. This means they share a common metadata system, and the program's logic handles both identically. Any video stream in an MPEG-4 file will be ignored and the audio will be analyzed only. |
Beta Was this translation helpful? Give feedback.
-
mp4 support is very interesting - looking at a few of the latest commits, it seems there was nothing more needed than adding support for the .mp4 extension, is that really so? apparently mpv has supported RG since 2020 as i just found out here - do you know if rsgain RG tags are usable with mpv (when using the mpv option mpv offers the following...
ps: sorry for opening an issue - sometimes i fail to check if discussions are enabled |
Beta Was this translation helpful? Give feedback.
-
also... do you plan on adding support for any more video containers? i'm thinking of mkv mostly |
Beta Was this translation helpful? Give feedback.
-
thanks for the reply and your work on this project |
Beta Was this translation helpful? Give feedback.
-
hello again!
what exactly does 'add mp4 support' mean? can rsgain now be run on mp4 files which contain both audio and video?
Beta Was this translation helpful? Give feedback.
All reactions