Convert video from .mp4, .webm, .mov, .mkv, .ts, .avi, .mp3, .flac, .wav, .aac to .mp4, .webm, .wav






todo: convert and effect

Plan


          Input                          Compute Shader

                                         +------------+
                                         | ASCII Art  |
                                         +------------+
                                               |
                                            generate
                                               |
                                       +---------------+
                                       | Query Filter  |
                                       +---------------+
                                               |
                                            tokenize
                                               |
                                        +--------------+
                                        |    Texture   |
                                        +--------------+
                                               |
                                               |
                                               |
                                   +-----------------------+
                                   |      Video Frame      |
                                   +-----------------------+
                                               |
       +-------------+                         |
       | File | Blob | ----- decode ------>    |
       +-------------+                         |
                                               |
                                   +-----------------------+
                                   |      Audio Frame      |
                                   +-----------------------+
                                               |
                                             take(MFCC)
                                               |
                                        +--------------+
                                        |   Vec<FFT>   |
                                        +--------------+
                                               |
                                           serialize
                                               |
                                        +--------------+
                                        | Vec<Feature> |
                                        +--------------+
                                               |
                                            construct
                                               |
                                       +---------------+
                                       |       ?       |
                                       +---------------+