processors:encoder_custom_ffmpeg
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
processors:encoder_custom_ffmpeg [2020/11/16 19:08] – external edit 127.0.0.1 | processors:encoder_custom_ffmpeg [2022/11/15 07:21] (current) – emcodem | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== Custom FFmpeg Encoder ===== | ===== Custom FFmpeg Encoder ===== | ||
+ | {{: | ||
==== Purpose ==== | ==== Purpose ==== | ||
Customized encoding using FFMpeg. | Customized encoding using FFMpeg. | ||
+ | ==== How it works ==== | ||
+ | It is very similar to using a commandline processor for calling ffmpeg but it automatically inserts everything up to " | ||
+ | |||
+ | Usually we engineer ffmpeg commandline processing in a windows cmd.exe box. The final result of such an experiment leads for example to this commandline: | ||
+ | < | ||
+ | |||
+ | In order to automate this commandline, | ||
+ | < | ||
+ | |||
+ | Also, if the job goes on with the transcoded file, in the commandline processor we would check the "set s_source" | ||
+ | |||
+ | Now, in a Custom ffmpeg processor, we would insert only this portion (and check that the codec text inputs are empty): | ||
+ | < | ||
+ | |||
+ | Custom ffmpeg processor would automatically insert before -codec: | ||
+ | < | ||
+ | |||
+ | and after -map 0 it would insert some output filename that goes into the current working directory of the FFAStrans job. | ||
+ | Also, it would automatically take care that the variable s_source is filled with the generated filename. | ||
------------------- | ------------------- | ||
==== Original Manual ==== | ==== Original Manual ==== |
processors/encoder_custom_ffmpeg.1605553720.txt.gz · Last modified: 2020/11/16 19:08 by 127.0.0.1