Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-k committed Nov 10, 2019
1 parent bab0083 commit 8603063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
var file = MediaFile.Open(@"C:\videos\movie.mp4");
for (int i = 0; i < file.Video.Info.FrameCount; i++)
{
file.Video.ReadFrame(i).ToBitmap().Save($@"C:\frames\frame_{i}.png");
file.Video.ReadFrame(i).ToBitmap().Save($@"C:\images\frame_{i}.png");
}
````
- Video decoding
Expand Down

0 comments on commit 8603063

Please sign in to comment.