Skip to content

Releases: ethanwheatthin/All-In-One-Snapchat-Downloader

v10.0.6

Choose a tag to compare

@github-actions github-actions released this 23 Jul 22:17
Fix Apple parsers stopping 4 bytes short of GPS keys in relocated met…

v10.0.5

Choose a tag to compare

@github-actions github-actions released this 23 Jul 19:04
Fix GPS still invisible to Apple Photos: move Keys meta box to moov l…

v10.0.4

Choose a tag to compare

@github-actions github-actions released this 23 Jul 17:52
Fix GPS coordinates not saved to videos on Macs without ffmpeg

The packaged app bundles PyAV and mutagen but no ffmpeg CLI. On machines
without ffmpeg, video metadata fell back to mutagen, which can only write
iTunes-style freeform ilst atoms - Apple Photos/Finder/Spotlight ignore
those, so downloaded mp4s showed no location despite coordinates being
found and no errors reported.

Add set_video_metadata_pyav: a stream-copy remux via bundled PyAV with
movflags=use_metadata_tags, producing the same QuickTime mdta keys
(com.apple.quicktime.location.ISO6709 etc.) as the ffmpeg path. Metadata
fallback order at all call sites is now ffmpeg -> PyAV -> mutagen, and a
visible warning is logged if GPS data ends up mutagen-only.

V10.0.3

Choose a tag to compare

@github-actions github-actions released this 20 Jul 21:36
V10.0.3: fix macOS Intel build (macos-13 runner retired, switched to …

V10.0.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 14:27
V10.0.2: fix macOS Intel/arm64 builds and ffmpeg PATH detection

v10.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 19:02
Misc changes

v10.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 15:23
Rename build outputs to AllInOneSnapchatDownloader

Spec file, executable/bundle names, bundle identifier, CI artifact names,
build scripts, and README all now use AllInOneSnapchatDownloader.