From my notes. Maybe it's useful to someone. Not comprehensive as there are other brands and other iterations I'm sure. Many dpreview.com sample galleries show original filenames. Some forums list filenames, youtube descriptions can list model names, pdf manuals and manufacturer websites sometimes list the names. There isn't really a good list of these that I know of.
What annoys me is that when a video is split into multiple files (because of sd card limitations etc), it increases the first number, giving you files that sort really weird. So I film GX010001.mp4, then after 8 minutes it starts a new file GX020001.mp4, GX030001.mp4 etc., and then later that day when I make a new clip, it has GX010002.mp4. This breaks sorting by filename. Can sort by creationdate, but for the chaptered videos they often share the same original datetime as well, making it quite confusing when dealing with loads of gopro videos. (I just published some tooling I've written for creating street view content from gopros, so felt all the quirks lately https://github.com/Matsemann/matsemanns-streetview-tools/ the gopro max starts with GS btw)
Yeah it’s infuriating. I’m using this tool mp4-merge them which afaik preserves almost pretty much all metadata / tracks. What I do in a bash script is: Find all groups of mp4 files that share same last 4 digits, pass those to mp4_merge, do a ‘touch -r’ to update timestamp of merged file to first file in batch. Has been working great so far.
In my notes the Sony section was listed Sony / Nikon, but there was non-Nikon pattern in there and I removed the Nikon label to reduce inconsistency. Then I didn't update the Nikon section to include the other pattern. :) Should be fixed now. If you notice anything else, let me know!
DSC_XXXX originates from Sony's "Digital Still Cameras" but has been used by multiple other manufacturers. Besides Nikon, my old Canon DLSR also used this naming scheme by default.