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

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

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

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

      Date2018.10.12 Category일반 ByJKyle Reply23 Views30023 Votes16
      read more
    6. Srt 자막 강제 적용

      Date2014.03.23 Bysun Reply2 Views9771 Votes0
      Read More
    7. mkv 파일 dvd_subtitle 자막 선택 문제

      Date2014.03.23 Byabc Reply2 Views8997 Votes0
      Read More
    8. [건의] 저장될 폴더 선택시 경로 붙여 넣기

      Date2014.03.22 Byblclan Reply1 Views6208 Votes0
      Read More
    9. 동영상 사이즈만 줄이는 방법은 없나요

      Date2014.03.20 By양회 Reply1 Views7715 Votes0
      Read More
    10. Fast Decode 와 Zero Latency 는 어떤 경우에 체크하나요?

      Date2014.03.19 By샤나사용자 Reply2 Views8934 Votes0
      Read More
    11. 인코딩시 자막 합치기 선택한 경우 ASS 자막 처리 에러.

      Date2014.03.19 By나즈나 Reply6 Views8843 Votes0
      Read More
    12. 인코더 사용시 CPU사용량이 기본 프리셋 기준 20% 미만으로 사용되는데 높일수는 없는지..

      Date2014.03.19 By나즈나 Reply12 Views7675 Votes0
      Read More
    13. 샤나인코더 메인 로고

      Date2014.03.19 By능소화 Reply1 Views8560 Votes0
      Read More
    14. 자막 입히기 질문해요,

      Date2014.03.17 By샤샤 Reply4 Views7699 Votes0
      Read More
    15. 인코딩한 영상을 HTML5 스트리밍을 하려고 하는데...

      Date2014.03.16 By다람군 Reply7 Views9916 Votes0
      Read More
    16. copy 기능에 대해서 질문있어요

      Date2014.03.16 By질문자 Reply1 Views6615 Votes0
      Read More
    17. CPU 100% 에 대해서 ...

      Date2014.03.14 By백퍼센트 Reply2 Views6268 Votes0
      Read More
    18. 배속인코딩 질문

      Date2014.03.10 Byplk Reply3 Views8359 Votes0
      Read More
    19. 자꾸 인코딩하다가 컴퓨터가 꺼지네요. 헬프미 ㅠㅠ

      Date2014.03.09 By수락산산신령 Reply3 Views6307 Votes0
      Read More
    20. 샤나 인코더 필터 설명좀 해주세요

      Date2014.03.05 By1 Reply2 Views7023 Votes0
      Read More
    21. libx264 코덱 설정 중에

      Date2014.03.04 By플라시보 Reply3 Views6533 Votes0
      Read More
    22. 추천하시는 CPU 좀 알려주세요

      Date2014.02.28 By이미리아 Reply4 Views6439 Votes0
      Read More
    23. GPU 이용한 인코딩은 지원이 안되겠죠?

      Date2014.02.27 Byㅁㄴㅇ Reply2 Views8836 Votes0
      Read More
    24. 자막 설정에 자간 기능이 없네요.

      Date2014.02.26 By퍼덕퍼덕 Reply1 Views6269 Votes0
      Read More
    25. 소리랑 영상이랑 싱크가 안맞는 파일을 인코딩하고 싶은데요

      Date2014.02.25 Byㅇㅇ Reply1 Views6961 Votes0
      Read More
    Board Pagination Prev 1 ... 151 152 153 154 155 156 157 158 159 160 ... 162 Next
    / 162