Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Wrong MIME with Youtube-dl / ffmpeg -acodec copy on .m4a .mp4a files
@ 2021-04-25 10:08 Bumbadawg
  2021-04-25 10:27 ` Bumbadawg
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bumbadawg @ 2021-04-25 10:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1030 bytes --]

New issue by Bumbadawg on void-packages repository

https://github.com/void-linux/void-packages/issues/30486

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *Void 5.11.16_1 x86_64 GenuineIntel notuptodate rrrrmmnFFFF*
* package:  
  * youtube-dl-2021.04.17_1
  * ffmpeg-4.3.2_1

### Expected behavior
`xdg-mime query filetype audio.m4a` should output `audio/mp4`
NB: it works with the same package versions on Arch.

### Actual behavior
`xdg-mime query filetype audio.m4a` should output `video/mp4`

when reusing ffmpeg afterwards to try to fix the MIME, this is what i get 
`ffmpeg -i in.m4a -acodec copy out.m4a`
`xdg-mime query filetype audio.m4a` => `audio/x-m4a`

`grep m4a /etc/mime.types` => `audio/mpeg     m2a m3a m4a mp2 mp2a mp3 mpega mpga`

### Steps to reproduce the behavior
`youtube-dl -x --audio-format best [YTlink]`


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-25 21:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-25 10:08 [ISSUE] Wrong MIME with Youtube-dl / ffmpeg -acodec copy on .m4a .mp4a files Bumbadawg
2021-04-25 10:27 ` Bumbadawg
2021-04-25 14:04 ` Duncaen
2021-04-25 21:00 ` Bumbadawg
2021-04-25 21:00 ` [ISSUE] [CLOSED] " Bumbadawg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).