Last active
November 14, 2021 18:14
-
-
Save Manouchehri/c21cefe579264301754f22eeccb4cee8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Air:~ dave$ ffprobe "/Volumes/Seagate USB drive/Other_Videos/DJI_0909.MP4" # DJI Mavic Air 2 4k 30fps HDR h264 | |
ffprobe version 4.4.1 Copyright (c) 2007-2021 the FFmpeg developers | |
built with Apple clang version 13.0.0 (clang-1300.0.29.3) | |
configuration: --prefix=/opt/homebrew/Cellar/ffmpeg/4.4.1_3 --enable-shared --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librist --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libspeex --enable-libsoxr --enable-libzmq --enable-libzimg --disable-libjack --disable-indev=jack --enable-avresample --enable-videotoolbox | |
libavutil 56. 70.100 / 56. 70.100 | |
libavcodec 58.134.100 / 58.134.100 | |
libavformat 58. 76.100 / 58. 76.100 | |
libavdevice 58. 13.100 / 58. 13.100 | |
libavfilter 7.110.100 / 7.110.100 | |
libavresample 4. 0. 0 / 4. 0. 0 | |
libswscale 5. 9.100 / 5. 9.100 | |
libswresample 3. 9.100 / 3. 9.100 | |
libpostproc 55. 9.100 / 55. 9.100 | |
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Volumes/Seagate USB drive/Other_Videos/DJI_0909.MP4': | |
Metadata: | |
major_brand : isom | |
minor_version : 512 | |
compatible_brands: isomiso2avc1mp41 | |
creation_time : 2021-02-13T22:58:13.000000Z | |
encoder : Lavf56.15.102 | |
Duration: 00:01:14.58, start: 0.000000, bitrate: 103345 kb/s | |
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 3840x2160, 103344 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 58 tbc (default) | |
Metadata: | |
creation_time : 2021-02-13T22:58:13.000000Z | |
handler_name : VideoHandler | |
vendor_id : [0][0][0][0] | |
MacBook-Air:~ dave$ mediainfo "/Volumes/Seagate USB drive/Other_Videos/DJI_0909.MP4" # DJI Mavic Air 2 4k 30fps HDR h264 | |
General | |
Complete name : /Volumes/Seagate USB drive/Other_Videos/DJI_0909.MP4 | |
Format : MPEG-4 | |
Format profile : Base Media | |
Codec ID : isom (isom/iso2/avc1/mp41) | |
File size : 919 MiB | |
Duration : 1 min 14 s | |
Overall bit rate : 103 Mb/s | |
Encoded date : UTC 2021-02-13 22:58:13 | |
Tagged date : UTC 2021-02-13 22:58:13 | |
Writing application : Lavf56.15.102 | |
Video | |
ID : 1 | |
Format : AVC | |
Format/Info : Advanced Video Codec | |
Format profile : [email protected] | |
Format settings : CABAC / 1 Ref Frames | |
Format settings, CABAC : Yes | |
Format settings, Reference frames : 1 frame | |
Format settings, GOP : M=1, N=29 | |
Codec ID : avc1 | |
Codec ID/Info : Advanced Video Coding | |
Duration : 1 min 14 s | |
Bit rate : 103 Mb/s | |
Width : 3 840 pixels | |
Height : 2 160 pixels | |
Display aspect ratio : 16:9 | |
Frame rate mode : Constant | |
Frame rate : 29.970 (30000/1001) FPS | |
Original frame rate : 29.000 FPS | |
Color space : YUV | |
Chroma subsampling : 4:2:0 | |
Bit depth : 8 bits | |
Scan type : Progressive | |
Bits/(Pixel*Frame) : 0.416 | |
Stream size : 919 MiB (100%) | |
Encoded date : UTC 2021-02-13 22:58:13 | |
Tagged date : UTC 2021-02-13 22:58:13 | |
Codec configuration box : avcC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Air:~ dave$ ffprobe "/Volumes/Seagate USB drive/Other_Videos/DJI_0949.MP4" # DJI Mavic Air 2 4k 30fps HDR HEVC | |
ffprobe version 4.4.1 Copyright (c) 2007-2021 the FFmpeg developers | |
built with Apple clang version 13.0.0 (clang-1300.0.29.3) | |
configuration: --prefix=/opt/homebrew/Cellar/ffmpeg/4.4.1_3 --enable-shared --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librist --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libspeex --enable-libsoxr --enable-libzmq --enable-libzimg --disable-libjack --disable-indev=jack --enable-avresample --enable-videotoolbox | |
libavutil 56. 70.100 / 56. 70.100 | |
libavcodec 58.134.100 / 58.134.100 | |
libavformat 58. 76.100 / 58. 76.100 | |
libavdevice 58. 13.100 / 58. 13.100 | |
libavfilter 7.110.100 / 7.110.100 | |
libavresample 4. 0. 0 / 4. 0. 0 | |
libswscale 5. 9.100 / 5. 9.100 | |
libswresample 3. 9.100 / 3. 9.100 | |
libpostproc 55. 9.100 / 55. 9.100 | |
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Volumes/Seagate USB drive/Other_Videos/DJI_0949.MP4': | |
Metadata: | |
major_brand : isom | |
minor_version : 512 | |
compatible_brands: isomiso2mp41 | |
creation_time : 2021-08-20T23:22:21.000000Z | |
encoder : Lavf56.15.102 | |
Duration: 00:01:31.63, start: 0.000000, bitrate: 103451 kb/s | |
Stream #0:0(und): Video: hevc (Main) (hvc1 / 0x31637668), yuv420p(tv), 3840x2160, 103450 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 29 tbc (default) | |
Metadata: | |
creation_time : 2021-08-20T23:22:21.000000Z | |
handler_name : VideoHandler | |
vendor_id : [0][0][0][0] | |
MacBook-Air:Downloads dave$ mediainfo "/Volumes/Seagate USB drive/Other_Videos/DJI_0949.MP4" # DJI Mavic Air 2 4k 30fps HDR HEVC | |
General | |
Complete name : /Volumes/Seagate USB drive/Other_Videos/DJI_0949.MP4 | |
Format : MPEG-4 | |
Format profile : Base Media | |
Codec ID : isom (isom/iso2/mp41) | |
File size : 1.10 GiB | |
Duration : 1 min 31 s | |
Overall bit rate : 103 Mb/s | |
Encoded date : UTC 2021-08-20 23:22:21 | |
Tagged date : UTC 2021-08-20 23:22:21 | |
Writing application : Lavf56.15.102 | |
Video | |
ID : 1 | |
Format : HEVC | |
Format/Info : High Efficiency Video Coding | |
Format profile : Main@L5@Main | |
Codec ID : hvc1 | |
Codec ID/Info : High Efficiency Video Coding | |
Duration : 1 min 31 s | |
Bit rate : 103 Mb/s | |
Width : 3 840 pixels | |
Height : 2 160 pixels | |
Display aspect ratio : 16:9 | |
Frame rate mode : Constant | |
Frame rate : 29.970 (30000/1001) FPS | |
Original frame rate : 29.000 FPS | |
Color space : YUV | |
Chroma subsampling : 4:2:0 | |
Bit depth : 8 bits | |
Bits/(Pixel*Frame) : 0.416 | |
Stream size : 1.10 GiB (100%) | |
Encoded date : UTC 2021-08-20 23:22:21 | |
Tagged date : UTC 2021-08-20 23:22:21 | |
Codec configuration box : hvcC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dave@ubuntu:~$ ffprobe /mnt/media/Drone/SDXC/DCIM/100MEDIA/DJI_0038.MP4 | |
ffprobe version 3.4.8-0ubuntu0.2 Copyright (c) 2007-2020 the FFmpeg developers | |
built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04) | |
configuration: --prefix=/usr --extra-version=0ubuntu0.2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared | |
libavutil 55. 78.100 / 55. 78.100 | |
libavcodec 57.107.100 / 57.107.100 | |
libavformat 57. 83.100 / 57. 83.100 | |
libavdevice 57. 10.100 / 57. 10.100 | |
libavfilter 6.107.100 / 6.107.100 | |
libavresample 3. 7. 0 / 3. 7. 0 | |
libswscale 4. 8.100 / 4. 8.100 | |
libswresample 2. 9.100 / 2. 9.100 | |
libpostproc 54. 7.100 / 54. 7.100 | |
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/mnt/media/Drone/SDXC/DCIM/100MEDIA/DJI_0038.MP4': | |
Metadata: | |
major_brand : isom | |
minor_version : 512 | |
compatible_brands: isomiso2mp41 | |
creation_time : 2020-05-27T21:19:54.000000Z | |
encoder : Lavf56.15.102 | |
Duration: 00:00:53.94, start: 0.000000, bitrate: 122158 kb/s | |
Stream #0:0(und): Video: hevc (Main) (hvc1 / 0x31637668), yuv420p(tv), 3840x2160, 122157 kb/s, 59.94 fps, 59.94 tbr, 60k tbn, 59 tbc (default) | |
Metadata: | |
creation_time : 2020-05-27T21:19:54.000000Z | |
handler_name : VideoHandler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment