nystudio107 / craft-transcoder

Transcode video & audio files to various formats, and provide video thumbnails
https://nystudio107.com/plugins/transcoder
Other
43 stars 12 forks source link

Four enhancements #11

Closed arifje closed 5 years ago

arifje commented 5 years ago
khalwat commented 5 years ago

Thanks for the PR! It looks like :string is designated as the return type, though... so it will error if we return a bool no?

arifje commented 5 years ago

getVideoUrl() does return a string and getVideoThumbnailUrl() can return false/null or a string. The commit overview looks misleading, please check out the file.

I've tested it and it works!

arifje commented 5 years ago

Hi, would be great if you can check/approve my PR. Currently I am also working on a watermark feature.

Cheers.

arifje commented 5 years ago

@khalwat any chance approving this PR? We've been testing with these changes and everything seems to work fine.

khalwat commented 5 years ago

I will do some testing to ensure nothing is broken from the changes in my test environments

khalwat commented 5 years ago

Thanks @skoften !