|
|
|
|
|
by matthewarkin
4493 days ago
|
|
Yea, that is a tricky part. Most of the video encoding services can be configured to take a thumbnail at the beginning, at a user determined point, or every X seconds. In my use case,I don't necessarily have any reason to have the entire video encoded and it adds an unnecessarily complicated structure. Currently I just take a thumbnail .1 second in (this also allows me to utilize minimal bandwidth since I don't download the entire video), but it should be fairly easy to add a parameter |
|