i want to know the fileposition and their formats of
film time-length with frames
width,height of the pic
of mpg2,mp4,avi,mov
is there a type to identify mp4,mpg2,avi,mov?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 7 of 7
			
		- 
	
- 
	batch file: 
 Sample output:Code:ffprobe -print_format json -show_frames %1 > %1.txt 2>&1 
 Code:{ "frames": [ { "media_type": "video", "stream_index": 0, "key_frame": 1, "pkt_dts": 160160, "pkt_dts_time": "0.133467", "best_effort_timestamp": 160160, "best_effort_timestamp_time": "0.133467", "pkt_duration": 60060, "pkt_duration_time": "0.050050", "pkt_pos": "0", "pkt_size": "101664", "width": 720, "height": 480, "pix_fmt": "yuv420p", "sample_aspect_ratio": "8:9", "pict_type": "I", "coded_picture_number": 0, "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 1, "side_data_list": [ { "side_data_type": "GOP timecode", "timecode": "01:07:45:11" } ] }, { "media_type": "video", "stream_index": 0, "key_frame": 0, "pkt_pts": 220220, "pkt_pts_time": "0.183517", "pkt_dts": 220220, "pkt_dts_time": "0.183517", "best_effort_timestamp": 220220, "best_effort_timestamp_time": "0.183517", "pkt_duration": 40040, "pkt_duration_time": "0.033367", "pkt_pos": "178621", "pkt_size": "20555", "width": 720, "height": 480, "pix_fmt": "yuv420p", "sample_aspect_ratio": "8:9", "pict_type": "B", "coded_picture_number": 2, "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 1, "repeat_pict": 0 },
Similar Threads
- 
  nice holiday header!By aedipuss in forum FeedbackReplies: 11Last Post: 21st Dec 2016, 21:29
- 
  What should I do with dwPaddingGranularity in AVI header?By Videogamer555 in forum ProgrammingReplies: 2Last Post: 9th Mar 2016, 05:03
- 
  MKV header bytes debuggingBy Mohsin Shafiq in forum Newbie / General discussionsReplies: 4Last Post: 20th May 2015, 00:25
- 
  MP4 security footage without header. Where next?By QuinB in forum Newbie / General discussionsReplies: 19Last Post: 28th Feb 2015, 17:38
- 
  ffmpeg / header damageBy brownjl in forum Video ConversionReplies: 3Last Post: 2nd Dec 2014, 05:15


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote 
			