Skip to content

Instantly share code, notes, and snippets.

@hohonuuli
Last active February 28, 2018 05:18
Show Gist options
  • Select an option

  • Save hohonuuli/301e82940104dfd9f6ef51dfa69a852d to your computer and use it in GitHub Desktop.

Select an option

Save hohonuuli/301e82940104dfd9f6ef51dfa69a852d to your computer and use it in GitHub Desktop.
Dumping ground to share info between networks
>> ffprobe -loglevel quiet -show_streams -show_format -show_error -print_format json C01_2017_S027_S003_T002.MOV
# NOTES: File looks good. Has creation-time atom
{
"streams": [
{
"index": 0,
"codec_name": "pcm_s24le",
"codec_long_name": "PCM signed 24-bit little-endian",
"codec_type": "audio",
"codec_time_base": "1/48000",
"codec_tag_string": "in24",
"codec_tag": "0x34326e69",
"sample_fmt": "s32",
"sample_rate": "48000",
"channels": 4,
"bits_per_sample": 24,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/48000",
"start_pts": 0,
"start_time": "0.000000",
"duration_ts": 3292800,
"duration": "68.600000",
"bit_rate": "4608000",
"bits_per_raw_sample": "24",
"nb_frames": "3292800",
"disposition": {
"default": 1,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0
},
"tags": {
"creation_time": "2018-02-22T05:09:51.000000Z",
"language": "eng"
}
},
{
"index": 1,
"codec_name": "prores",
"codec_long_name": "Apple ProRes (iCodec Pro)",
"codec_type": "video",
"codec_time_base": "1/25",
"codec_tag_string": "apch",
"codec_tag": "0x68637061",
"width": 1920,
"height": 1080,
"coded_width": 1920,
"coded_height": 1080,
"has_b_frames": 0,
"sample_aspect_ratio": "1:1",
"display_aspect_ratio": "16:9",
"pix_fmt": "yuv422p10le",
"level": -99,
"color_space": "bt709",
"color_transfer": "bt709",
"color_primaries": "bt709",
"field_order": "progressive",
"refs": 1,
"r_frame_rate": "25/1",
"avg_frame_rate": "25/1",
"time_base": "1/2500",
"start_pts": 0,
"start_time": "0.000000",
"duration_ts": 171500,
"duration": "68.600000",
"bit_rate": "178433582",
"bits_per_raw_sample": "10",
"nb_frames": "1715",
"disposition": {
"default": 1,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0
},
"tags": {
"creation_time": "2018-02-22T05:09:51.000000Z",
"language": "eng",
"encoder": "Apple ProRes 422 HQ"
}
},
{
"index": 2,
"codec_type": "data",
"codec_tag_string": "tmcd",
"codec_tag": "0x64636d74",
"r_frame_rate": "0/0",
"avg_frame_rate": "25/1",
"time_base": "1/2500",
"start_pts": 0,
"start_time": "0.000000",
"duration_ts": 171500,
"duration": "68.600000",
"nb_frames": "1",
"disposition": {
"default": 1,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0
},
"tags": {
"creation_time": "2018-02-22T05:09:51.000000Z",
"language": "eng",
"timecode": "05:09:51:00"
}
}
],
"format": {
"filename": "C01_2017_S027_S003_T002.MOV",
"nb_streams": 3,
"nb_programs": 0,
"format_name": "mov,mp4,m4a,3gp,3g2,mj2",
"format_long_name": "QuickTime / MOV",
"start_time": "0.000000",
"duration": "68.600000",
"size": "1569596928",
"bit_rate": "183043373",
"probe_score": 100,
"tags": {
"major_brand": "qt ",
"minor_version": "537199360",
"compatible_brands": "qt ",
"creation_time": "2018-02-22T05:09:51.000000Z",
"make": "Atomos",
"make-eng": "Atomos",
"encoder": "ShogunStudio - 6.6 ",
"encoder-eng": "ShogunStudio - 6.6 ",
"timecode": "05:09:51:00"
}
}
}
>> ffprobe -loglevel quiet -show_streams -show_format -show_error -print_format json Black Magic Declink clip 10 bit YUV.avi
# NOTES: Missing creation-date metadata
{
"streams": [
{
"index": 0,
"codec_name": "v210",
"codec_long_name": "Uncompressed 4:2:2 10-bit",
"codec_type": "video",
"codec_time_base": "1/25",
"codec_tag_string": "v210",
"codec_tag": "0x30313276",
"width": 1920,
"height": 1080,
"coded_width": 1920,
"coded_height": 1080,
"has_b_frames": 0,
"sample_aspect_ratio": "0:1",
"display_aspect_ratio": "0:1",
"pix_fmt": "yuv422p10le",
"level": -99,
"refs": 1,
"r_frame_rate": "25/1",
"avg_frame_rate": "25/1",
"time_base": "1/25",
"start_pts": 0,
"start_time": "0.000000",
"duration_ts": 1322,
"duration": "52.880000",
"bit_rate": "1106757184",
"bits_per_raw_sample": "10",
"nb_frames": "1322",
"disposition": {
"default": 0,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0
}
},
{
"index": 1,
"codec_name": "pcm_s16le",
"codec_long_name": "PCM signed 16-bit little-endian",
"codec_type": "audio",
"codec_time_base": "1/48000",
"codec_tag_string": "[1][0][0][0]",
"codec_tag": "0x0001",
"sample_fmt": "s16",
"sample_rate": "48000",
"channels": 2,
"bits_per_sample": 16,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/48000",
"start_pts": 0,
"start_time": "0.000000",
"bit_rate": "1536000",
"nb_frames": "2538240",
"disposition": {
"default": 0,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0
}
}
],
"format": {
"filename": "Black Magic Declink clip 10 bit YUV.avi",
"nb_streams": 2,
"nb_programs": 0,
"format_name": "avi",
"format_long_name": "AVI (Audio Video Interleaved)",
"start_time": "0.000000",
"duration": "52.880000",
"size": "7327169622",
"bit_rate": "1108497673",
"probe_score": 100
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment