매개변수를 어떻게 입력해야 되는지를 모르겠는데 아시는 분 계시면 답변 좀 부탁드립니다.
2014.01.27 19:55
subtitles 필터 사용법 좀 알려주세요
조회 수 8328 추천 수 0 댓글 2
-
소리를 4가지로 분리하는 샤나보컬리무버 프로그램을 소개합니다.
-
샤나인코더 통합 검색 기능 개선(샤나인코더 우측 상단에 있는 검색창을 사용해 보세요.)
-
자유게시판에서는 자유롭게 글을 작성할 수 있지만 다음과 같은 내용은 삭제돼요
-
[필독] 질문 전에 반드시 읽으세요!!!
-
[알림] 질문 먹튀하지 마시기 바랍니다 => 본문 변경 금지
-
고급 설정 적용 안 하면 사용율이 100%가 안되네요
-
자막 자동선택 기능 요청.
-
빠른설정중 영상자막부분에대해서
-
libfaac vs libvo_aacenc
-
싱크조절때문에
-
키라라, 리프, 에어, 라라 인코더는 싹다 지우세요.
-
샤나 인코더에서 디버그 프레임서버(DFSC) 코덱 지원이 가능할까요?
-
넷프레임워크 에러 메시지가 나옵니다.
-
음성이 여러 트랙일 경우
-
프리셋 설정에 대해서
-
60프레임 인코딩시 fps에 대해서
-
멀티스레드 활용법좀요
-
자막 복사 기능이 없는 것 같습니다
-
영상에 키프레임 삽입 여부
-
2pass의 장점
-
1080p 소장용으로 인코딩하려는데 옵션 조언 좀 구할게요.
-
키라라인코더유저분들께
-
두 인코딩 셋팅 중 어느게 더 고화질 세팅인가요?
-
CPU 사용률이 일정치 않는건 왜그럴까요?
-
소리 노멀라이징하는 방법이 있나요?
빠른 설정-영상/자막 에서 영상에 자막 입히기를 체크하면
shanasubtitle 필터부분이 자동으로 `1'로 바뀝니다..
이외에 영상에 자막입히는 필터를 더 자세히 알고 있을 필요가 있는지는
모르겠네요(영상에 자막을 입혀서 인코딩 하지 않는 편이라)
필터창에 직접 입력하지 않고 편하게 사용하기 위해 만든 프로그램인데
굳이 일일이 변수를 넣어줄 필요없죠..
subtitles필터에 관한 내용입니다..
Draw subtitles on top of input video using the libass library.
To enable compilation of this filter you need to configure FFmpeg with
--enable-libass
. This filter also requires a build with libavcodec and libavformat to convert the passed subtitles file to ASS (Advanced Substation Alpha) subtitles format.The filter accepts the following options:
Set the filename of the subtitle file to read. It must be specified.
Specify the size of the original video, the video for which the ASS file was composed. For the syntax of this option, check the "Video size" section in the ffmpeg-utils manual. Due to a misdesign in ASS aspect ratio arithmetic, this is necessary to correctly scale the fonts if the aspect ratio has been changed.
Set subtitles input character encoding.
subtitles
filter only. Only useful if not UTF-8.If the first key is not specified, it is assumed that the first value specifies the ‘filename’.
For example, to render the file ‘sub.srt’ on top of the input video, use the command:
which is equivalent to: