typed-ffmpeg
                                
                                
                                
                                    typed-ffmpeg copied to clipboard
                            
                            
                            
                        ffmpeg parser
write a parser that can parse ffmpeg's command may be modify the C code directly to output the parsed result
currently ideas:
- modify the ffmpeg code and create a custom ffparse command which will dump the OptionParseContext
 - convert it to WASM
 
OptionParseContext 其實只有將變數分組而已 filtergraph 會另外存