매개변수를 어떻게 입력해야 되는지를 모르겠는데 아시는 분 계시면 답변 좀 부탁드립니다.
subtitles 필터 사용법 좀 알려주세요
-
소리를 4가지로 분리하는 샤나보컬리무버 프로그램을 소개합니다. 0
-
샤나인코더 통합 검색 기능 개선(샤나인코더 우측 상단에 있는 검색창을 사용해 보세요.) 0
-
자유게시판에서는 자유롭게 글을 작성할 수 있지만 다음과 같은 내용은 삭제돼요 0
-
[필독] 질문 전에 반드시 읽으세요!!! 3
-
[알림] 질문 먹튀하지 마시기 바랍니다 => 본문 변경 금지 24
-
건의사항. 1
-
인코딩용 임시폴더를 변경가능하게 할수 있나요? 2
-
X264 인코딩중 에러 메세지 3
-
dvd 인코딩 하려하는데요 1
-
설정 유지 문의 2
-
마우스 우클릭 - 보내기(SendTo) 등록 문의.. 1
-
인코딩 배워야겠네요. 2
-
나도 한마디, 끄적 1
-
죄송한데 프리셋좀 만들어주실수 있을까요 5
-
자동으로 영상크기 조절(-1 입력) 관련 질문입니다 3
-
ssa 자막 강제적용 에러좀 도와주세요 1
-
Srt 자막 강제 적용 2
-
mkv 파일 dvd_subtitle 자막 선택 문제 2
-
[건의] 저장될 폴더 선택시 경로 붙여 넣기 1
-
동영상 사이즈만 줄이는 방법은 없나요 1
-
Fast Decode 와 Zero Latency 는 어떤 경우에 체크하나요? 2
-
인코딩시 자막 합치기 선택한 경우 ASS 자막 처리 에러. 6
-
인코더 사용시 CPU사용량이 기본 프리셋 기준 20% 미만으로 사용되는데 높일수는 없는지.. 12
-
샤나인코더 메인 로고 1
-
자막 입히기 질문해요, 4
빠른 설정-영상/자막 에서 영상에 자막 입히기를 체크하면
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: