Ffmpeg: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == ffmpeg 유틸리티 내용 정리 category:command/utility") |
|||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
ffmpeg 유틸리티 내용 정리 | ffmpeg 유틸리티 내용 정리 | ||
== -codecs == | |||
설정 가능한 모든 코덱들을 보여준다. | |||
<pre> | |||
$ ffmpeg -codecs | |||
ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg developers | |||
built with Apple LLVM version 9.1.0 (clang-902.0.39.2) | |||
configuration: --prefix=/usr/local/Cellar/ffmpeg/4.0.2 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma | |||
libavutil 56. 14.100 / 56. 14.100 | |||
libavcodec 58. 18.100 / 58. 18.100 | |||
libavformat 58. 12.100 / 58. 12.100 | |||
libavdevice 58. 3.100 / 58. 3.100 | |||
libavfilter 7. 16.100 / 7. 16.100 | |||
libavresample 4. 0. 0 / 4. 0. 0 | |||
libswscale 5. 1.100 / 5. 1.100 | |||
libswresample 3. 1.100 / 3. 1.100 | |||
libpostproc 55. 1.100 / 55. 1.100 | |||
Codecs: | |||
D..... = Decoding supported | |||
.E.... = Encoding supported | |||
..V... = Video codec | |||
..A... = Audio codec | |||
..S... = Subtitle codec | |||
...I.. = Intra frame-only codec | |||
....L. = Lossy compression | |||
.....S = Lossless compression | |||
... | |||
..S... hdmv_text_subtitle HDMV Text subtitle | |||
D.S... jacosub JACOsub subtitle | |||
D.S... microdvd MicroDVD subtitle | |||
DES... mov_text MOV text | |||
D.S... mpl2 MPL2 subtitle | |||
D.S... pjs PJS (Phoenix Japanimation Society) subtitle | |||
D.S... realtext RealText subtitle | |||
D.S... sami SAMI subtitle | |||
..S... srt SubRip subtitle with embedded timing | |||
..S... ssa SSA (SubStation Alpha) subtitle | |||
D.S... stl Spruce subtitle format | |||
DES... subrip SubRip subtitle (decoders: srt subrip ) (encoders: srt subrip ) | |||
D.S... subviewer SubViewer subtitle | |||
D.S... subviewer1 SubViewer v1 subtitle | |||
DES... text raw UTF-8 text | |||
D.S... vplayer VPlayer subtitle | |||
DES... webvtt WebVTT subtitle | |||
DES... xsub XSUB | |||
</pre> | |||
[[category:command/utility]] | [[category:command/utility]] |
Latest revision as of 09:55, 18 October 2018
Overview
ffmpeg 유틸리티 내용 정리
-codecs
설정 가능한 모든 코덱들을 보여준다.
$ ffmpeg -codecs ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg developers built with Apple LLVM version 9.1.0 (clang-902.0.39.2) configuration: --prefix=/usr/local/Cellar/ffmpeg/4.0.2 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma libavutil 56. 14.100 / 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58. 12.100 / 58. 12.100 libavdevice 58. 3.100 / 58. 3.100 libavfilter 7. 16.100 / 7. 16.100 libavresample 4. 0. 0 / 4. 0. 0 libswscale 5. 1.100 / 5. 1.100 libswresample 3. 1.100 / 3. 1.100 libpostproc 55. 1.100 / 55. 1.100 Codecs: D..... = Decoding supported .E.... = Encoding supported ..V... = Video codec ..A... = Audio codec ..S... = Subtitle codec ...I.. = Intra frame-only codec ....L. = Lossy compression .....S = Lossless compression ... ..S... hdmv_text_subtitle HDMV Text subtitle D.S... jacosub JACOsub subtitle D.S... microdvd MicroDVD subtitle DES... mov_text MOV text D.S... mpl2 MPL2 subtitle D.S... pjs PJS (Phoenix Japanimation Society) subtitle D.S... realtext RealText subtitle D.S... sami SAMI subtitle ..S... srt SubRip subtitle with embedded timing ..S... ssa SSA (SubStation Alpha) subtitle D.S... stl Spruce subtitle format DES... subrip SubRip subtitle (decoders: srt subrip ) (encoders: srt subrip ) D.S... subviewer SubViewer subtitle D.S... subviewer1 SubViewer v1 subtitle DES... text raw UTF-8 text D.S... vplayer VPlayer subtitle DES... webvtt WebVTT subtitle DES... xsub XSUB