typed-ffmpeg icon indicating copy to clipboard operation
typed-ffmpeg copied to clipboard

ffmpeg parser

Open lucemia opened this issue 1 year ago • 2 comments

write a parser that can parse ffmpeg's command may be modify the C code directly to output the parsed result

lucemia avatar Dec 27 '23 06:12 lucemia

currently ideas:

  1. modify the ffmpeg code and create a custom ffparse command which will dump the OptionParseContext
  2. convert it to WASM

lucemia avatar Mar 19 '24 09:03 lucemia

OptionParseContext 其實只有將變數分組而已 filtergraph 會另外存

lucemia avatar Mar 19 '24 09:03 lucemia