You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just downloaded this gem and everything was great until I started experimented with the video's properties.
When I executed the following code I got a nasty expection:
begin
info = Mediainfo.new destination_file_path
self.duration = info.video.duration
rescue
logger.fatal "Unable to access Video Info through MediaInfo CLI!\n$!"
return false
end
Hello,
I've just downloaded this gem and everything was great until I started experimented with the video's properties.
When I executed the following code I got a nasty expection:
begin
info = Mediainfo.new destination_file_path
self.duration = info.video.duration
rescue
logger.fatal "Unable to access Video Info through MediaInfo CLI!\n$!"
return false
end
For some reason that yield is causing ruby to blowup. Any help would be appreciated :)
The text was updated successfully, but these errors were encountered: