diff --git a/examples/ffmpeg_recorder.rs b/examples/ffmpeg_recorder.rs index 6299eb3..b78c962 100644 --- a/examples/ffmpeg_recorder.rs +++ b/examples/ffmpeg_recorder.rs @@ -354,6 +354,8 @@ fn main() -> Fallible<()> { emu.frame_properties_locked = true; octx.write_header().unwrap(); + //for frame in 0..60*10 { + for frame in 0..10 { eprintln!("🖼️ frame: {}", frame); emu.run(); }