AldaronLau / rust-video-editor

A video editor written in rust.
GNU General Public License v3.0
3 stars 1 forks source link

...any update? #1

Open TheTechRobo opened 3 years ago

TheTechRobo commented 3 years ago

Is there any code here or is the project not started yet?

Thanks. :)

AldaronLau commented 3 years ago

@TheTechRobo No code for this repo yet. I have a list of other things that need to be developed before this code can be written. I plan to use the cala crate, which I have developed for graphics and audio support, which still needs to be ported to be truly cross-platform. I also need to either find or develop crates for different codecs, which I'm starting with audio (I have repos for opus and flac, but they're not quite ready yet - I'll just use a popular vorbis crate, and I think there's an mp3 one?). So, yeah - haven't really started the project yet, except for developing the pieces that will eventually fit together. I'm currently making a DAW (DIgital Audio Workstation), which is basically a video editor without video (only audio). So, I'm thinking once I finish that project I can re-use/copy a lot of the code from that project into this repository. It might be a while before I have anything here.

TheTechRobo commented 3 years ago

Okay, thanks for the prompt response!