조회 수 23149 추천 수 1 댓글 4
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
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 

Who's 능소화

profile
Atachment
첨부 '1'
Facebook Twitter Pinterest Kakao
  • ?
    ㅇㅇㅇ 2014.10.04 12:18

    제가 영상 싱크를 맞추고싶은데, 여기 있는 옵션으로 싱크를 맞출수있는 방법은 없을까요?

  • ?
    세벌 2014.11.04 18:37

    질문있어요.

    -vn                 disable video (오디오 사용하지 않음)

    disable video 는 비디오 사용하지 않음.

    오디오 사용하지 않음 이라면 disable audio 라고 해야 할듯.

    어느 게 맞나요???


  • profile
    능소화 2015.04.13 00:47

    답이 엄청 많이 늦었네요

    -vn 은 비디오를 사용하지 않음입니다.

    오타 죄송합니다.

  • profile
    능소화 2016.09.02 00:57
    -an disable audio (오디오를 사용하지 않음)

  1. ※ 설정방법 / 프리셋파일포함 ※ 샤나인코더외부 자막 Mux 기능 추가 [v 4.5.1]

    Date2017.03.30 By능소화 Views15591 Votes2
    Read More
  2. 기록 보기에서 Consider increasing the value for the 'analyzeduration' and 'probesize' options 내용이 있을 때 해결법

    Date2019.09.04 ByRina Views3899 Votes1
    Read More
  3. 압축률과 영상코덱에 관하여

    Date2014.02.19 By능소화 Views27548 Votes1
    Read More
  4. FFmpeg 옵션 입니다.(영문 및 한글 설명 포함)

    Date2014.03.17 By능소화 Views23149 Votes1
    Read More
  5. libx264(H.264) 코덱의 인코딩 모드와 무손실 인코딩 방법

    Date2014.01.26 ByRina Views61118 Votes1
    Read More
  6. SRT SMI 자막 인코딩 이용시 한글 깨짐 자막변환 방법

    Date2019.03.14 By나그네3 Views26779 Votes1
    Read More
  7. H264 비디오 코덱 설정 도움말

    Date2021.03.16 ByRina Views109963 Votes1
    Read More
  8. 샤나인코더의 이스터 에그: (E-)AC3 오디오를 mp4 형식에 담기 (⇦ 5.2.1 이전 버전에만 해당)

    Date2021.01.23 ByJKyle Views5107 Votes1
    Read More
  9. 2Audio 내장 플레이어로 재생시 기본재생 음성 지정하기

    Date2017.04.09 By능소화 Views4586 Votes1
    Read More
  10. QuickTime/Apple TV에서 재생이 안 되는 HEVC mp4/m4v 동영상 문제 해결

    Date2018.05.21 ByJKyle Views4508 Votes1
    Read More
  11. 하드웨어 가속 디코딩을 꺼서 인코딩 속도를 높이기

    Date2018.06.19 ByJKyle Views26683 Votes1
    Read More
  12. 인코딩된 파일의 PSNR, SSIM 값 계산하기

    Date2018.09.05 ByJKyle Views3282 Votes1
    Read More
  13. 자막을 특정 글꼴(폰트)로 표시하도록 할 때 □로 나오는 문제를 UnicodeBMP로 변환하여 해결하는 방법

    Date2021.10.30 ByRina Views6898 Votes1
    Read More
  14. ASS 자막 파일을 aegisub으로 작업 시 libass를 사용하세요.

    Date2018.01.20 ByRina Views4502 Votes1
    Read More
  15. AV1, THEORA, VP8, VP9 비디오 코덱 설정 도움말

    Date2021.03.26 ByRina Views17180 Votes1
    Read More
  16. hls 스트리밍용 인코딩

    Date2016.12.25 Byrocoroco Views4195 Votes1
    Read More
  17. 오디오 채널 중 원하는 부분만 선택해서 인코딩하기

    Date2020.05.22 ByJKyle Views9696 Votes1
    Read More
  18. H264(AMF), HEVC(AMF) 비디오 코덱 설정 도움말

    Date2021.04.01 ByRina Views29629 Votes0
    Read More
  19. [TIP] 기존의 '귀여운 소녀' 아이콘으로 돌아가기

    Date2017.03.30 By유밍 Views9668 Votes0
    Read More
  20. H264(NVENC), HEVC(NVENC) 옵션 도움말

    Date2020.02.03 ByJKyle Views10800 Votes0
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4