Skip to content

Instantly share code, notes, and snippets.

@shekh
Created August 31, 2018 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shekh/c28db6ed8f826e3dda4e14fbe6c1369b to your computer and use it in GitHub Desktop.
Save shekh/c28db6ed8f826e3dda4e14fbe6c1369b to your computer and use it in GitHub Desktop.
{
"description": "VirtualDub external encoder profile collection",
"externalEncoders": {
"sets": {
"dpx_rgba64": {
"videoEncoder": "dpx_rgba64",
"audioEncoder": "",
"multiplexer": "",
"description": "",
"extension": "",
"processPartial": false,
"useOutputAsTemp": true
}
},
"profiles": {
"dpx_rgba64": {
"name": "dpx_rgba64",
"program": "E:\\download\\vd\\ffmpeg1\\ffmpeg.exe",
"commandArguments": "-f rawvideo -pix_fmt %(pix_fmt) -s %(width)x%(height) -r %(fpsnum)/%(fpsden) -i - -pix_fmt rgba64 %(tempvideofile)_%%04d.dpx",
"outputFilename": "",
"type": 0,
"pixelFormat": "bgra64le",
"inputFormat": 0,
"checkReturnCode": true,
"logStdout": true,
"logStderr": true,
"bypassCompression": false,
"predeleteOutputFile": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment