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

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

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

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

      Date2018.10.12 Category일반 ByJKyle Reply23 Views29575 Votes16
      read more
    6. 용량에 맞춰서 인코딩되게 할 수도 있나요?

      Date2014.02.13 By초보인코더j Reply3 Views6679 Votes0
      Read More
    7. 자막정렬

      Date2014.02.13 By코슈카 Reply1 Views6646 Votes0
      Read More
    8. 필터추가 추천해주세요

      Date2014.02.16 By냠대장 Reply2 Views6532 Votes0
      Read More
    9. 영상 좌우상하 자르기 할려면 어떠케 해요?

      Date2014.02.17 Byㅇㅇ Reply2 Views7100 Votes0
      Read More
    10. 압축률 옵션은 어느걸 건드려야 할까요?

      Date2014.02.19 By초보인코더j Reply1 Views6790 Votes0
      Read More
    11. 인코딩 리스트 목록 삭제 del키 먹히게 해주세요.

      Date2014.02.19 By초보인코더j Reply1 Views8153 Votes0
      Read More
    12. [수정] 2pass 인코딩 오류가 발생합니다.

      Date2014.02.24 By비눗방울 Reply1 Views6170 Votes0
      Read More
    13. 프리셋은 압축률만이 관련된 옵션인가요?

      Date2014.02.25 By초보인코더j Reply1 Views6908 Votes0
      Read More
    14. 소리랑 영상이랑 싱크가 안맞는 파일을 인코딩하고 싶은데요

      Date2014.02.25 Byㅇㅇ Reply1 Views6957 Votes0
      Read More
    15. 자막 설정에 자간 기능이 없네요.

      Date2014.02.26 By퍼덕퍼덕 Reply1 Views6266 Votes0
      Read More
    16. GPU 이용한 인코딩은 지원이 안되겠죠?

      Date2014.02.27 Byㅁㄴㅇ Reply2 Views8831 Votes0
      Read More
    17. 추천하시는 CPU 좀 알려주세요

      Date2014.02.28 By이미리아 Reply4 Views6435 Votes0
      Read More
    18. libx264 코덱 설정 중에

      Date2014.03.04 By플라시보 Reply3 Views6532 Votes0
      Read More
    19. 샤나 인코더 필터 설명좀 해주세요

      Date2014.03.05 By1 Reply2 Views7019 Votes0
      Read More
    20. 자꾸 인코딩하다가 컴퓨터가 꺼지네요. 헬프미 ㅠㅠ

      Date2014.03.09 By수락산산신령 Reply3 Views6304 Votes0
      Read More
    21. 배속인코딩 질문

      Date2014.03.10 Byplk Reply3 Views8349 Votes0
      Read More
    22. CPU 100% 에 대해서 ...

      Date2014.03.14 By백퍼센트 Reply2 Views6263 Votes0
      Read More
    23. copy 기능에 대해서 질문있어요

      Date2014.03.16 By질문자 Reply1 Views6611 Votes0
      Read More
    24. 인코딩한 영상을 HTML5 스트리밍을 하려고 하는데...

      Date2014.03.16 By다람군 Reply7 Views9911 Votes0
      Read More
    25. 자막 입히기 질문해요,

      Date2014.03.17 By샤샤 Reply4 Views7697 Votes0
      Read More
    Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 162 Next
    / 162