조회 수 6678 추천 수 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 


List of Articles
번호 분류 제목 글쓴이 날짜 조회 수 추천 수
공지 소리를 4가지로 분리하는 샤나보컬리무버 프로그램을 소개합니다. Rina 2024.03.22 5380 4
공지 샤나인코더 통합 검색 기능 개선(샤나인코더 우측 상단에 있는 검색창을 사용해 보세요.) Rina 2021.09.30 20578 2
공지 자유게시판에서는 자유롭게 글을 작성할 수 있지만 다음과 같은 내용은 삭제돼요 Rina 2020.03.18 18030 5
공지 일반 [필독] 질문 전에 반드시 읽으세요!!! 3 file JKyle 2019.09.16 37514 7
공지 일반 [알림] 질문 먹튀하지 마시기 바랍니다 => 본문 변경 금지 23 JKyle 2018.10.12 32253 16
2903 건의2 : 소소한 건의 2개 2 김호민 2014.12.12 4272 0
2902 AAC 5 김호민 2014.12.13 5494 0
2901 [건의] 샤나인코더에서 천분의 일초 지원계획 있으신가요? (0.000초) 1 케이온 2014.12.18 2673 0
2900 샤나인코더 다운로드 오류가 있내요.. 1 Arti 2014.12.20 2563 0
2899 샤나 2.1이후 버전에서 나타났던 2pass오류문제 원인을 찾은 듯.. 2 HThoreau 2014.12.21 2576 0
2898 Batch Encoding (일괄 인코딩) 기능 요청. 1 RTE 2014.12.22 2414 0
2897 원격 시스템에서 인코딩 완료시 시스템 자동종료는 어떻게 해야하나요? 1 file aq 2014.12.22 2810 0
2896 mfx파일 인코딩후 사운드가 안나옵니다 2 코딩초보 2014.12.22 2593 0
2895 x264vfw 코덱 적용법이 궁금해요 2 지옥의광대 2014.12.25 3281 0
2894 인터페이스는 전과 비교했을 때 불편해진 것 같아요. 3 초보인코더j 2014.12.25 2287 0
2893 이 사양으로 쾌적한 인코딩은 힘들겠죠? 7 file 지옥의광대 2014.12.26 2612 0
2892 당신은 중국어 간체 언어 팩에 대한 지원을 제공 할 수 있습니까? 3 小樱 2014.12.25 13455 0
2891 자유게시판이 없는듯하기에 이곳에 감사의말씀 드립니다 1 file 데몬나이트 2014.12.28 2113 0
2890 이거 인코딩이 안되요 락 같은게 걸린건가요? 6 file 지옥의광대 2015.01.02 4568 0
2889 샤나인코더 2.10 인코딩이 이상합니다. 3 기무치 2015.01.06 1823 0
2888 개발자님께 쪽지 드렸는데 꼭 답변 부탁드립니다 2 uhd100 2015.01.09 1571 0
2887 인코딩 후 잔상(?)같은 게 생긴 거 같아요. 2 file 랩을한다홍홍홍 2015.01.10 3404 0
2886 MP4 인코딩 오류 1 연민아빠 2015.01.16 1491 0
2885 자막에서 루비 달리게 해주세요 귀차니 2015.01.19 826 0
2884 잘 사용하고있습니닷! 1 체리아 2015.01.20 501 0
Board Pagination Prev 1 ... 13 14 15 16 17 18 19 20 21 22 ... 163 Next
/ 163