3 unstable releases

Uses old Rust 2015

0.2.1 May 1, 2016
0.2.0 Apr 30, 2016
0.1.0 Apr 30, 2016

#333 in Video

Download history 21/week @ 2023-06-08 29/week @ 2023-06-15 28/week @ 2023-06-22 33/week @ 2023-06-29 24/week @ 2023-07-06 25/week @ 2023-07-13 27/week @ 2023-07-20 27/week @ 2023-07-27 26/week @ 2023-08-03 24/week @ 2023-08-10 29/week @ 2023-08-17 27/week @ 2023-08-24 24/week @ 2023-08-31 36/week @ 2023-09-07 25/week @ 2023-09-14 25/week @ 2023-09-21

113 downloads per month
Used in 2 crates

BSD-3-Clause

18KB
289 lines

MPEG encoder

A simple MPEG encoder: create the encoder and add &[u8] images to it. Drop the encoder and you are done!


lib.rs:

  • MPEG video encoder.

Dependencies

~115KB