FFmpeg |
FFmpeg.addAudioCodecName(String codec_name,
int output_audio_stream_index) |
No checks will be done.
|
FFmpeg |
FFmpeg.addBitrate(int bitrate,
FFUnit bitrate_unit,
int output_video_stream_index) |
|
FFmpeg |
FFmpeg.addBitrateControl(int min_rate,
int max_rate,
int bufsize,
FFUnit bitrate_unit) |
|
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(LinkedHashMap<String,String> configuration) |
Use nvresize
Not checks will be done
|
FFmpeg |
FFmpeg.addHardwareNVScalerFilter(Point new_size,
String pixel_format,
String interp_algo) |
Not checks will be done
NVIDIA Performance Primitives via libnpp.
|
FFmpeg |
FFmpeg.addHardwareVideoDecoding(String source,
tv.hd3g.ffprobejaxb.FFprobeJAXB analysing_result,
FFmpeg.FFHardwareCodec hardware_codec,
FFAbout about) |
"Patch" ffmpeg command line for hardware decoding.
|
FFmpeg |
FFmpeg.addHardwareVideoEncoding(String dest_codec_name,
int output_video_stream_index,
FFmpeg.FFHardwareCodec hardware_codec,
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 source_index,
int stream_index_in_source) |
No checks will be done.
|
FFmpeg |
FFmpeg.addPreset(FFmpeg.Preset preset) |
|
FFmpeg |
FFmpeg.addQMinMax(int qmin,
int qmax) |
|
FFmpeg |
FFmpeg.addSimpleOutputDestination(File destination_file,
String destination_container) |
Define cmd var name like <%OUT_AUTOMATIC_n%> with "n" the # of setted destination.
|
FFmpeg |
FFmpeg.addSimpleOutputDestination(String destination_name,
String destination_container) |
Define cmd var name like <%OUT_AUTOMATIC_n%> with "n" the # of setted destination.
|
FFmpeg |
FFmpeg.addTune(FFmpeg.Tune tune) |
|
FFmpeg |
FFmpeg.addVideoCodecName(String codec_name,
int output_video_stream_index) |
No checks will be done.
|
FFmpeg |
FFmpeg.addVsync(int value) |
No checks will be done.
|
FFmpeg |
FFmpeg.setDeviceIdToUse(int device_id_to_use) |
Used with hardware transcoding.
|