You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now my question is in that case how I will know the actual video size? Should i consider only the first one? Because ::Av.cli.identify is considering the last one as it loops through each lines and first size information gets overwrite by last line
The text was updated successfully, but these errors were encountered:
raihan2006i
changed the title
What should be the video size/width/length when a Video metadata has multiple Stream ... Video: line?
What should be the video size/width/length when a Video metadata has multiple Stream ... Video: lines?
Feb 6, 2017
raihan2006i
changed the title
What should be the video size/width/length when a Video metadata has multiple Stream ... Video: lines?
What should be the video size/width/height when a Video metadata has multiple Stream ... Video: lines?
Feb 6, 2017
Hi. I am using ruby-av and paperclip-av-transcoder to process user uploaded video files.
And I was trying to identify size of this video http://www.dvdloc8.com/clip.php?movieid=12167&clipid=3 with
and it returned size as 101x150. Note: I have ffmpeg installed
But the actual size of video is 1920x800. Then i checked video metadata with ffmpeg
And it returned
So there are two lines which have video size information.
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x800, 8486 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default)
Stream #0:2: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown), 101x150 [SAR 72:72 DAR 101:150], 90k tbr, 90k tbn, 90k tbc
Now my question is in that case how I will know the actual video size? Should i consider only the first one? Because ::Av.cli.identify is considering the last one as it loops through each lines and first size information gets overwrite by last line
The text was updated successfully, but these errors were encountered: