DaewoongP / cerule-stream

Application Object detection using Neural Networks, Python and Open CV (with Raspberry pi)
1 stars 0 forks source link

[스트리밍]전송 코덱 비교 #19

Closed DaewoongP closed 6 years ago

DaewoongP commented 6 years ago

디바이스에서 서버로 보내는 영상의 압축 속도와 전송 속도를 비교하기 위해서 진행.

LEAD Video Codecs의 비교표

DaewoongP commented 6 years ago

위의 코덱 비교표 활용하셔서 h264 활용 x 또는 직접 보내는 방식으로 변경 부탁드립니다!

leejihown commented 6 years ago

http://blog.naver.com/PostView.nhn?blogId=josm17&logNo=220601051707

leejihown commented 6 years ago

링크와 추가적인 코덱 리스트를 찾아 가장 효율적인 코덱 비교 자료를 정리 하고 정하겠습니다.

DaewoongP commented 6 years ago

raw vs h264 avi => video container file

DaewoongP commented 6 years ago
$ ffmpeg -formats

ffmpeg foramt list

safecorners commented 6 years ago

영상 정보 보기

입력:

ffprobe toystory.mp4

결과:

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'toystory.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    creation_time   : 1970-01-01T00:00:00.000000Z
    encoder         : Lavf52.94.0
  Duration: 00:02:29.95, start: 0.000000, bitrate: 1787 kb/s
    Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 1629 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
    Metadata:
      creation_time   : 1970-01-01T00:00:00.000000Z
      handler_name    : VideoHandler
    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 151 kb/s (default)
    Metadata:
      creation_time   : 1970-01-01T00:00:00.000000Z
      handler_name    : SoundHandler