ffmpegValue property
String
get
ffmpegValue
Implementation
String get ffmpegValue {
switch (this) {
case TrimVideoCodec.copy:
return 'copy';
case TrimVideoCodec.h264:
return 'libx264';
case TrimVideoCodec.h265:
return 'libx265';
case TrimVideoCodec.vp9:
return 'libvpx-vp9';
}
}