FFmpeg |
FFmpeg.addAudioCodecName(String codecName,
int outputAudioStreamIndex) |
No checks will be done.
|
FFmpeg |
FFmpeg.addBitrate(int bitrate,
FFUnit bitrateUnit,
int outputVideoStreamIndex) |
|
FFmpeg |
FFmpeg.addBitrateControl(int minRate,
int maxRate,
int bufsize,
FFUnit bitrateUnit) |
|
FFmpeg |
FFmpeg.addCRF(int crf) |
Constant bitrate factor, 0=lossless.
|
FFmpeg |
FFmpeg.addFastStartMovMp4File() |
Add "-movflags faststart"
Please, put it a the end of command line, before output stream.
|
FFmpeg |
FFmpeg.addGOPControl(int b_frames,
int gop_size,
int ref_frames) |
|
FFmpeg |
FFmpeg.addHardwareNVMultipleScalerFilterComplex(Map<String,String> configuration) |
Use nvresize
Not checks will be done
|
FFmpeg |
FFmpeg.addHardwareNVScalerFilter(Point newSize,
String pixelFormat,
String interpAlgo) |
Not checks will be done
NVIDIA Performance Primitives via libnpp.
|
FFmpeg |
FFmpeg.addHardwareVideoDecoding(String source,
tv.hd3g.ffprobejaxb.FFprobeJAXB analysingResult,
FFmpeg.FFHardwareCodec hardwareCodec,
FFAbout about) |
"Patch" ffmpeg command line for hardware decoding.
|
FFmpeg |
FFmpeg.addHardwareVideoEncoding(String destCodecName,
int outputVideoStreamIndex,
FFmpeg.FFHardwareCodec hardwareCodec,
FFAbout about) |
Set codec name, and if it possible, use hardware encoding.
|
FFmpeg |
FFmpeg.addIBQfactor(float i_qfactor,
float b_qfactor) |
|
FFmpeg |
FFmpeg.addMap(int sourceIndex,
int streamIndexInSource) |
No checks will be done.
|
FFmpeg |
FFmpeg.addPreset(FFmpeg.Preset preset) |
|
FFmpeg |
FFmpeg.addQMinMax(int qmin,
int qmax) |
|
FFmpeg |
FFmpeg.addSimpleOutputDestination(File destinationFile,
String destinationContainer) |
Define cmd var name like <%OUT_AUTOMATIC_n%> with "n" the # of setted destination.
|
FFmpeg |
FFmpeg.addSimpleOutputDestination(String destinationName,
String destinationContainer) |
Define cmd var name like <%OUT_AUTOMATIC_n%> with "n" the # of setted destination.
|
FFmpeg |
FFmpeg.addTune(FFmpeg.Tune tune) |
|
FFmpeg |
FFmpeg.addVideoCodecName(String codecName,
int outputVideoStreamIndex) |
No checks will be done.
|
FFmpeg |
FFmpeg.addVsync(int value) |
No checks will be done.
|
FFmpeg |
FFmpeg.setDeviceIdToUse(int deviceIdToUse) |
Used with hardware transcoding.
|