[FFmpeg-user] Using ffprobe or ffmpeg to view atom metadata

Dave Rice dave at dericed.com
Tue Sep 30 01:31:35 CEST 2014


On Sep 29, 2014, at 2:08 PM, Steve Smith <steve at yourprojectspro.com> wrote:

> For a little more detail, it looks like the issue with AtomicParsley is the
> size of the file. It crashes on larger files. I've found some other versions
> of AtomicParsley that don't crash on the large files, but they are
> truncating the atom metadata by removing the first 4 characters when I
> output it. If anyone has any suggestions, I could really use some help with
> this.

This is a non-ffmpeg answer, but you could try:
exiftool -v4 YOURFILE.mov
or
mediainfo --inform='Details;1' YOURFILE.mov
Dave Rice


More information about the ffmpeg-user mailing list