Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AsfMojo を使用して、WMV ファイルからフレームを抽出しようとしています。
これが私のコードです。
Bitmap bmp = AsfMojo.Media.AsfImage.FromFile("file.wmv").AtOffset(30); bmp.Save("test.png");
問題は、「AsfImage.FromFile」が null を返すことです。これは AsfMojo のせいですか、それとも私のせいですか?