조회 수 6615 추천 수 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 5095 4
공지 샤나인코더 통합 검색 기능 개선(샤나인코더 우측 상단에 있는 검색창을 사용해 보세요.) Rina 2021.09.30 19884 2
공지 자유게시판에서는 자유롭게 글을 작성할 수 있지만 다음과 같은 내용은 삭제돼요 Rina 2020.03.18 17572 5
공지 일반 [필독] 질문 전에 반드시 읽으세요!!! 3 file JKyle 2019.09.16 34292 7
공지 일반 [알림] 질문 먹튀하지 마시기 바랍니다 => 본문 변경 금지 23 JKyle 2018.10.12 30001 16
3124 질문 영상을 일괄 crop 하고 싶은데 방법을 모르겠습니다;;; 1 냠냠냠 2024.05.02 702 0
3123 질문 Does not see the second video card for coding Nvenc 2 Yar 2024.05.02 528 0
3122 질문 인코딩 오류 땡구 2024.04.30 596 0
3121 질문 mp4변환할 때 최대한 원본 유지하는 법 3 file 덱코 2024.04.29 1495 0
3120 일반 기본 디폴트 설정 돌려 주세요 ㅠㅠ 2 없어요 2024.04.23 1092 0
3119 질문 MKV 파일 내 다중음성 1 영업팀김과장 2024.04.22 512 0
3118 질문 속도 문의드려요 2 STORMEVE 2024.04.18 983 0
3117 질문 제 샤나는 왜 오디오탭이 없을까요 1 file 수어사이드퀸 2024.04.10 824 0
3116 질문 샤나인코더 새 버전으로 업데이트 후 "webview2 runtime"오류으로 인하여 프로그램이 열리지 않습니다. 2 file Noah 2024.04.09 819 0
3115 질문 jpg 그림에 오디오를 덧붙이려는데 잘 안됩니다 ㅠㅜ 4 file 몽몽 2024.04.09 532 0
3114 질문 샤나 인코더에서 사용되고 있는 변수를 유저가 활용할 수 있을까요? 디지탈로그 2024.04.06 480 0
3113 질문 원본 60프레임 영상에 흔들린 프레임이 많은데 혹시 프레임 변경할때 좀 낫게할수 있는 설정이 있나요? 2 qpqpwww 2024.04.03 691 0
3112 질문 샤나가 갑자기 이상해 졋서요! 소리는 안나오고 영상만 나와요 2 goku오공 2024.04.01 747 0
3111 질문 영상편집 호환성 문제로 h265 -> h264로 인코딩 하려는데 어느정도 품질로 해야할까요? 6 qpqpwww 2024.03.28 1202 0
3110 질문 영상 음성합치기 질문드립니다. 1 건면 2024.03.26 774 0
3109 질문 안녕하세요. 궁금한게있어서 몇가지있어서 질문드립니다. shine 2024.03.22 669 0
3108 질문 자막 테두리 설정에 오류가 있는 것 같습니다. (내용 수정) 4 file 습빵 2024.03.21 631 0
3107 일반 글카 2개와 내장 글카를 모두 쓸 수 있을까요? 2 유키링 2024.03.18 914 0
3106 질문 스트림 복사해도 손실 있나요? 9 JETLI 2024.03.13 1518 0
3105 질문 TV가 TrueHD.7.1.Atmos 지원을 안하는데 어떤 코덱으로 변환하는게 제일 좋을까요? 1 JETLI 2024.03.13 828 0
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 162 Next
/ 162