Mp3tag doesn't show the second MP4 file. This has never happened before.
Steps to reproduce:
Using yt-dlp (x86) nightly version 2024.07.15.232803 (at github) with yt-dlp specific ffmpeg libraries version 2024-07-16-14-13, win32-gpl.zip, (at github) with the following command line:
yt-dlp_x86 -f hls-1928+dash-aac-ffa6v1-english-primary-128000 -k --embed-metadata "h ttps://ctvnews.ca/video/c2959267-lightning-simultaneously-strikes-chicago-buildings"
(remove the space I introduced in "https://..."; the bug report shows this as an URL hyperlink instead of text for a command, and new users aren't allowed more than two hyperlinks.)
Mp3tag 3.26c doesn't show the file "Destination: Lightning simultaneously strikes Chicago buildings [2959267].fhls-1928.mp4"
I've used this yt-dlp command line before, and Mp3tag always shows all the MP4 and M4a files.
I have Mp3tag installed in portable mode. I renamed the mp3tag.cfg configuration file, restarted Mp3tag, but the same issue remains: the second MP4 file isn't listed under the "filename" view.
I renamed the second MP4 file in Windows 10, but Mp3tag still doesn't list it. The second MP4 plays in Windows media player 12 (with the K-lite codec pack 18.4.6) and Media Player Classic from the K-lite package, and Irfanview 4.67 (32-bit) with all plugins.
The tools for integrity checking are for MP3 files. I realize MP3tag is for audio files and there are issues with downloaders. I'll just delete the problem file. Thanks.
Just for your information. What you have is a fragment of a HLS video stream. It is likely because the download was not completed, cancelled or the software you use are unable to join it to a full file.
Before this video, I wasn't aware of HLS video streams or MPEG-TS files, they're new to me. I assumed that it using the AVC codec made it a standard MP4.
Simply ignoring the file from being listed is probably causing more confusion than good. Thanks for reporting and the detailed explanation.
I'm using the "Tag" column to report other critical parsing errors (e.g., invalid MP3 headers), so I'll probably go in this direction with a future update.
If files cannot be handled by MP3tag then some kind of colour coding might help as the "Tag" column is more in the area that has to be scrolled to.
So something like a line in red or reduced contrast ("greyed out") to emphasize that changes will not apply to this file.
The problem with MP4 is that everywhere it is treated different or misinterpreted. I wish that all formats from MPEG was just using MPEG as extension and it is up to the software to decide and interpret the format based on content. The reason is that there are a wide variety of container formats under the MPEG umbrella. AVC (codec) is part of the MPEG-4 sets of standards (MPEG4 part 10), but MP4 do not require AVC. MP4 as a container format is MPEG4 part 14, which is the 2nd version of MP4, the first version was MPEG4 part 1. They are both a subset of the so called ISO BMFF format (MPEG-4 part 12), which designates them with the codes mp41 and mp42 respectively. The "ISO BMFF" format is a formal standardizing of the Apple Quicktime format. MPEG also created MPEG-4 part 15, which is a way to encode an ISO BMFF file with AVC or HEVC more network friendly. HEVC is for some reason part of MPEG-H (part 2).
MPEG TS, PS and ES are part of MPEG-1 and MPEG-2.
MP3 which is is not really supposed to be a file format standard (It uses MPEG-1 layer III audio in a MPEG-1 Elementary Stream, both part of MPEG-1 part 3 (audio)), but due to ubiquity is a de facto one. MPEG-3 never existed, because it was folded into MPEG-2.
HLS is also one those that became de facto standards, but it is like MP3 some in-house development that are now ubiquitous. It is a playlist of files, in most implementations using MPEG-TS, but can also use the MPEG-4 containers, and is basically a M3U(8) files of all the parts. MPEG created a version for streaming called DASH.
A 'Thank you - Danke' to author Florian for the newer versions of Mp3tag now flagging problem audio and MP4 files with the white X with red background icon at the start of the filename, which makes it easy to see at a glance, and other information in the 'Tag' column.
As an aside, I marvel at people who can converse in a language other than their mother tongue. I met a man from Austria who told me that he picked up basic conversational (British) English in two weeks. Another man I knew from the Netherlands said that at the age of 15 he picked up enough English in two weeks to understand it. The world would be a poorer place without translators.