조회 수 9916 추천 수 0 댓글 7
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

기본 프리셋에서 컨테이너를 MP4로 변경해서 변환한 영상을 HTML5 video 태그로 스트리밍하려고 하는데 IE11, 크롬23에서 모두 스트리밍이 되지 않네요. 유튜브에서도 스트리밍 인코딩이 되지 않구요.


따로 프리셋에서 변경해줘야 하는 옵션이 있나요?

Facebook Twitter Pinterest Kakao
  • profile
    능소화 2014.03.17 00:58 Files첨부 (1)

    HTML5 Video 스트리밍을 하기 위해서는

    아래와 같은 포멧방식을 따라 주셔야됩니다.



    htmlvideo.jpg

    MP4 = MPEG 4 files with H264 video codec and AAC audio codec

  • WebM = WebM files with VP8 video codec and Vorbis audio codec
  • Ogg = Ogg files with Theora video codec and Vorbis audio codec


  • ?
    다람군 2014.03.17 11:53

    인코딩 코덱은 영상에 x264, 음성에 faac 이용했습니다. 그럼 H.264랑 AAC로 인코딩되지 않나요?

  • ?
    Rina 2014.03.18 17:50

    인코딩중에도 mp4 오픈할수 있는 옵션이 따로 있습니다

    집에가서 알려드릴게요

  • ?
    Rina 2014.03.18 22:20

    MP4 로 인코딩한다면

    인코딩 설정 -> 매개변수에다가

    -movflags frag_keyframe

    넣고 인코딩 해보세요.

    입력 안 했을때랑 다르게 바로 출력 파일 재생해서 볼 수 있습니다.

  • ?
    다람군 2014.03.19 14:03

    해당 매개변수 넣으니 데이터 속도랑 총 비트 전송률이 이상하게 나오면서 재생할 때는 5초 가량만 컨트롤할 수 있고 비디오를 끝까지 보려면 그냥 쭉 틀어놓고 있어야 하네요...

    다른 방법은 없을까요?

  • ?
    Rina 2014.03.19 17:04

    webm 은 마트로스카 기반이기때문에 webm으로 하는게 어떨까요.

    위 파라미터는 윈도우 미디어 플레이어에서는 제대로 재생이 안 돼서.. 추가 안 된 기능입니다.

  • ?
    Rina 2014.03.19 17:07
    Muxer mp4 [MP4 (MPEG-4 Part 14)]:
        Common extensions: mp4.
        Mime type: application/mp4.
        Default video codec: h264.
        Default audio codec: aac.
    mp4 muxer AVOptions:
      -movflags          <flags>      E..... MOV muxer flags (default 0)
         rtphint                      E..... Add RTP hint tracks
         empty_moov                   E..... Make the initial moov atom empty (not supported by QuickTime)
         frag_keyframe                E..... Fragment at video keyframes
         separate_moof                E..... Write separate moof/mdat atoms for each track
         frag_custom                  E..... Flush fragments on caller requests
         isml                         E..... Create a live smooth streaming feed (for pushing to a publishing point)
         faststart                    E..... Run a second pass to put the index (moov atom) at the beginning of the file
         omit_tfhd_offset              E..... Omit the base data offset in tfhd atoms
      -moov_size         <int>        E..... maximum moov size so it can be placed at the begin (from 0 to INT_MAX) (default 0)
      -rtpflags          <flags>      E..... RTP muxer flags (default 0)
         latm                         E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC
         rfc2190                      E..... Use RFC 2190 packetization instead of RFC 4629 for H.263
         skip_rtcp                    E..... Don't send RTCP sender reports
         h264_mode0                   E..... Use mode 0 for H264 in RTP
         send_bye                     E..... Send RTCP BYE packets when finishing
      -skip_iods         <int>        E..... Skip writing iods atom. (from 0 to 1) (default 1)
      -iods_audio_profile <int>        E..... iods audio profile atom. (from -1 to 255) (default -1)
      -iods_video_profile <int>        E..... iods video profile atom. (from -1 to 255) (default -1)
      -frag_duration     <int>        E..... Maximum fragment duration (from 0 to INT_MAX) (default 0)
      -min_frag_duration <int>        E..... Minimum fragment duration (from 0 to INT_MAX) (default 0)
      -frag_size         <int>        E..... Maximum fragment size (from 0 to INT_MAX) (default 0)
      -ism_lookahead     <int>        E..... Number of lookahead entries for ISM files (from 0 to INT_MAX) (default 0)
      -use_editlist      <int>        E..... use edit list (from -1 to 1) (default -1)
      -video_track_timescale <int>        E..... set timescale of all video tracks (from 0 to INT_MAX) (default 0)

    mp4 먹서 옵션입니다.

    1. 소리를 4가지로 분리하는 샤나보컬리무버 프로그램을 소개합니다.

      Date2024.03.22 ByRina Reply0 Views5145 Votes4
      read more
    2. 샤나인코더 통합 검색 기능 개선(샤나인코더 우측 상단에 있는 검색창을 사용해 보세요.)

      Date2021.09.30 ByRina Reply0 Views19970 Votes2
      read more
    3. 자유게시판에서는 자유롭게 글을 작성할 수 있지만 다음과 같은 내용은 삭제돼요

      Date2020.03.18 ByRina Reply0 Views17611 Votes5
      read more
    4. [필독] 질문 전에 반드시 읽으세요!!!

      Date2019.09.16 Category일반 ByJKyle Reply3 Views34393 Votes7
      read more
    5. [알림] 질문 먹튀하지 마시기 바랍니다 => 본문 변경 금지

      Date2018.10.12 Category일반 ByJKyle Reply23 Views30098 Votes16
      read more
    6. 퀄리티로 인코딩하면 초반에 비트율이 확 올라가버릴 때가 있네요

      Date2013.12.13 By123 Reply2 Views9260 Votes0
      Read More
    7. 주소가 바뀌었네여..

      Date2014.01.28 Byㅇㅇ Reply2 Views9280 Votes0
      Read More
    8. srt 자막은

      Date2013.11.21 ByP군 Reply2 Views9314 Votes0
      Read More
    9. 샤나인코더 인코더 관련 정보가 너무 없네요 ㅜㅜ

      Date2013.12.29 By Reply2 Views9346 Votes0
      Read More
    10. 2pass 인코딩시

      Date2014.01.25 By냠대장 Reply2 Views9370 Votes0
      Read More
    11. 동영상 용량 줄일때 어떤 방법이 가장 효율이 좋을까요?

      Date2018.09.09 By이혜리 Reply5 Views9442 Votes0
      Read More
    12. 멀티스레드 활용법좀요

      Date2014.02.06 ByHaku Reply4 Views9452 Votes0
      Read More
    13. 비트레이트 인코딩시 무조건 2패스 인코딩해야하나요?

      Date2019.02.07 By머대리과장 Reply3 Views9484 Votes0
      Read More
    14. 애니 인코딩 도와주세요.

      Date2014.05.07 Bysun Reply28 Views9486 Votes0
      Read More
    15. 해상도 변경 + 하드웨어 가속 인코딩 시 속도 향상

      Date2018.08.23 Category정보 ByJKyle Reply13 Views9667 Votes0
      Read More
    16. mkv 자막 입힐때 사이즈, 위치 문제?

      Date2014.01.15 Bypew Reply2 Views9733 Votes0
      Read More
    17. Srt 자막 강제 적용

      Date2014.03.23 Bysun Reply2 Views9777 Votes0
      Read More
    18. 캡스 CCTV (.ssf) -> AVI변환 후 -> mp4 파일 인코딩시 오류

      Date2021.06.16 Category질문 ByNNNsnow Reply1 Views9790 Votes0
      Read More
    19. 2audio에서 음성선택하여 인코딩할려면..

      Date2014.05.05 BySive Reply4 Views9816 Votes0
      Read More
    20. 아래님에 말하신 기능 정말 좋았죠 ㅠㅠ

      Date2013.12.28 By이미리아 Reply2 Views9826 Votes0
      Read More
    21. QTGMC 필터 추가할 계획은 없으신가요?

      Date2014.01.24 By샤나최고 Reply3 Views9889 Votes0
      Read More
    22. 인코딩과정없이 동영상 합치기

      Date2020.03.10 Category질문 Byghdlftisk Reply5 Views9911 Votes0
      Read More
    23. 인코딩한 영상을 HTML5 스트리밍을 하려고 하는데...

      Date2014.03.16 By다람군 Reply7 Views9916 Votes0
      Read More
    24. 인텔 i7 CPU 사용자인데 멀티쓰레드 설정 질문입니다.

      Date2014.01.29 By초보인코더 Reply10 Views9998 Votes0
      Read More
    25. 아자 샤나님이 긍정적인 반응을 보이셨습니다.

      Date2014.01.17 By이미리아 Reply2 Views10179 Votes0
      Read More
    Board Pagination Prev 1 ... 153 154 155 156 157 158 159 160 161 162 Next
    / 162