조회 수 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 Views5101 Votes4
      read more
    2. 샤나인코더 통합 검색 기능 개선(샤나인코더 우측 상단에 있는 검색창을 사용해 보세요.)

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

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

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

      Date2018.10.12 Category일반 ByJKyle Reply23 Views30003 Votes16
      read more
    6. mkv 자막 입힐때 사이즈, 위치 문제?

      Date2014.01.15 Bypew Reply2 Views9730 Votes0
      Read More
    7. 캡스 CCTV (.ssf) -> AVI변환 후 -> mp4 파일 인코딩시 오류

      Date2021.06.16 Category질문 ByNNNsnow Reply1 Views9736 Votes0
      Read More
    8. Srt 자막 강제 적용

      Date2014.03.23 Bysun Reply2 Views9771 Votes0
      Read More
    9. 2audio에서 음성선택하여 인코딩할려면..

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

      Date2013.12.28 By이미리아 Reply2 Views9826 Votes0
      Read More
    11. 인코딩과정없이 동영상 합치기

      Date2020.03.10 Category질문 Byghdlftisk Reply5 Views9867 Votes0
      Read More
    12. QTGMC 필터 추가할 계획은 없으신가요?

      Date2014.01.24 By샤나최고 Reply3 Views9888 Votes0
      Read More
    13. 인코딩한 영상을 HTML5 스트리밍을 하려고 하는데...

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

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

      Date2014.01.17 By이미리아 Reply2 Views10179 Votes0
      Read More
    16. 60프레임 인코딩시 fps에 대해서

      Date2014.02.07 By코드 Reply4 Views10223 Votes0
      Read More
    17. 2Audio 인코딩 방법이 궁금합니다.

      Date2014.01.21 By냠대장 Reply4 Views10504 Votes0
      Read More
    18. 용량낭비없이 원본화질 그대로 유지하는 적정 비트레이트 참고법

      Date2014.11.06 By김호민 Reply5 Views10519 Votes0
      Read More
    19. 영상에 자막을 입힐 경우 특정 자막이 깨집니다.

      Date2013.09.29 By그대만바 Reply1 Views10527 Votes0
      Read More
    20. 두개의 동영상을 합치고 싶은데...

      Date2013.11.24 Byskun Reply1 Views10688 Votes0
      Read More
    21. 혹시 CPU 점유율도 조절가능한가요?

      Date2014.01.09 By짱짱 Reply5 Views10772 Votes0
      Read More
    22. 1080p 소장용으로 인코딩하려는데 옵션 조언 좀 구할게요.

      Date2014.02.03 By초보인코더j Reply2 Views11017 Votes0
      Read More
    23. 저용량_고화질

      Date2014.02.15 Byanko Reply3 Views11361 Votes1
      Read More
    24. 24프레임을 60프레임으로 자연스럽게 변환가능한가요..

      Date2014.05.25 ByKIM Reply10 Views11640 Votes0
      Read More
    25. 구간 자르기

      Date2014.04.18 Byjamie Reply2 Views11780 Votes0
      Read More
    Board Pagination Prev 1 ... 153 154 155 156 157 158 159 160 161 162 Next
    / 162