조회 수 6598 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 수정 삭제
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 수정 삭제

자르기 기능을 주로 써서 속도가 빠른 copy 기능을 애용하는데요.

아예 안되는 영상은 어쩔 수 없다고 치는데

소리 싱크만 안 맞는 경우가 있거든요. (보통 소리가 늦게나는...)

이런 경우에도 그냥 copy 기능은 포기해야 하나요?

아님 다른 방법이 있을까요.

Facebook Twitter Pinterest Kakao
  • profile
    능소화 2014.03.17 01:05 Files첨부 (1)
    FFmpeg 옵션 코드 입니다.
    입력부분은
    인코딩설정-매개변수 창에서 코드 입력 수정 하여
    사용하실수 있습니다.

    Video options:(비디오 옵션)

    -b                  set bitrate (in bits/s) (비트레이트 조정)
    -vb                 set bitrate (in bits/s) (가변비트레이트 조정)
    -vframes number     set the number of video frames to record
    -r rate             set frame rate (Hz value, fraction or abbreviation)(프레임 레이트 조정)
    -s size             set frame size (WxH or abbreviation)(프레임 사이즈 조정)
    -aspect aspect      set aspect ratio (4:3, 16:9 or 1.3333, 1.7777)(비율조정 4:3, 16:9)
    -croptop size       set top crop band size (in pixels)(상단 잘라낼 사이즈 설정 - 단위 픽셀)
    -cropbottom size    set bottom crop band size (in pixels)(하단 잘라낼 사이즈 설정- 단위 필셀)
    -cropleft size      set left crop band size (in pixels)(왼쪽 잘라낼 사이즈 설정 - 단위 픽셀)
    -cropright size     set right crop band size (in pixels)(오른쪽 잘라낼 사이즈 설정 - 단위 필셀)
    -padtop size        set top pad band size (in pixels)
    -padbottom size     set bottom pad band size (in pixels)
    -padleft size       set left pad band size (in pixels)
    -padright size      set right pad band size (in pixels)
    -padcolor color     set color of pad bands (Hex 000000 thru FFFFFF)
    -vn                 disable video (오디오 사용하지 않음)
    -vcodec codec       force video codec ('copy' to copy stream)(강제적으로 비디오 코덱을 설정함 'copy'는 스트림을 복사해서 사용함)
    -sameq              use same video quality as source (implies VBR)(소스와 같은 퀄리티를 사용함)
    -pass n             select the pass number (1 or 2)(사용할 패스를 설정 1,2)
    -passlogfile file   select two pass log file name(2패스 선택시 로그 파일의 이름을 설정)
    -newvideo           add a new video stream to the current output stream

    less..


    Audio options:(오디오 옵션)

    -ab                 set bitrate (in bits/s)(초당 비트레이트를 설정 ex)128, 192, 320 etc)
    -aframes number     set the number of audio frames to record(녹음될 오디오 프레임들의 갯수를 설정함)
    -aq quality         set audio quality (codec-specific)(오디오의 질을 설정함)
    -ar rate            set audio sampling rate (in Hz)(오디오 샘플림을 설정함 32000,44000)
    -ac channels        set number of audio channels(오디오 채널을 설정함 1-mono 2-stereo)
    -an                 disable audio (오디오를 사용하지 않음)
    -acodec codec       force audio codec ('copy' to copy stream)(음성 코덱을 설정함 'copy'는 복사)
    -vol volume         change audio volume (256=normal)(볼륨을 설정함)
    -newaudio           add a new audio stream to the current output stream(출력할 오디오 스트림을 현재 오디오 스트림에 추가함)
    -alang code         set the ISO 639 language code (3 letters) of the current audio stream

    Advanced options: (
    -map file:stream[:syncfile:syncstream]  set input stream mapping
    -map_meta_data outfile:infile  set meta data information of outfile from infile
    -benchmark          add timings for benchmarking
    -dump               dump each input packet
    -hex                when dumping packets, also dump the payload
    -re                 read input at native frame rate
    -loop_input         loop (current only works with images)
    -loop_output        number of times to loop output in formats that support looping (0 loops forever)
    -threads count      thread count (쓰레드의 수를 지정)
    -vsync              video sync method(비디오 싱크 도구 ex) -vsync 1)
    -async              audio sync method(오디오 싱크 도구 ex) -async 1)
    -adrift_threshold   audio drift threshold
    -vglobal            video global header storage type
    -copyts             copy timestamps
    -shortest           finish encoding within shortest input
    -dts_delta_threshold   timestamp discontinuity delta threshold
    -programid          desired program number
    -muxdelay seconds   set the maximum demux-decode delay
    -muxpreload seconds  set the initial demux-decode delay
    -sbsf bitstream filter 


  1. 샤나 사이트 일시 접속 불가 안내

    Date2024.04.11 ByRina Reply0 Views1484 Votes0
    read more
  2. 소리를 4가지로 분리하는 샤나보컬리무버 프로그램을 소개합니다.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Date2014.03.10 Byplk Reply3 Views8341 Votes0
    Read More
  23. CPU 100% 에 대해서 ...

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

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

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

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