Zeugma440 / atldotnet

Fully managed, portable and easy-to-use C# library to read and edit audio data and metadata (tags) from various audio formats, playlists and CUE sheets
MIT License
466 stars 63 forks source link

get image #246

Closed kadirguloglu closed 10 months ago

kadirguloglu commented 10 months ago

The problem

How can I get any duration I want in video files as an image? For example, I want to get 00:13 seconds of the file as an image.

Zeugma440 commented 10 months ago

Hi there,

First of all, the "A" in "ATL" means "Audio". If you read the welcome page, you'll see that the library doesn't handle video formats but audio formats.

Even if it did handle video formats, ATL would only give you the duration in seconds or milliseconds. You'll have to convert it to an image yourself using a 3rd party library.

I'm closing that issue as off-topic.