|
|
|
@ -17,7 +17,7 @@ function details() {
|
|
|
|
function plugin(file) {
|
|
|
|
function plugin(file) {
|
|
|
|
const response = {
|
|
|
|
const response = {
|
|
|
|
processFile: false,
|
|
|
|
processFile: false,
|
|
|
|
preset: ',-map 0 -codec copy -bsf:v "filter_units=remove_types=6"',
|
|
|
|
preset: `,-map 0 -codec copy -bsf:v "filter_units=remove_types=6"`,
|
|
|
|
container: '.${file.container}',
|
|
|
|
container: '.${file.container}',
|
|
|
|
handBrakeMode: false,
|
|
|
|
handBrakeMode: false,
|
|
|
|
FFmpegMode: true,
|
|
|
|
FFmpegMode: true,
|
|
|
|
|