You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RVideo
Hello, I'm trying to create a thumbnail image from a video using the
method capture_frame of Rvideo but I'm getting this error:
undefined method `capture_frame' for #<RVideo::Inspector:0xb66a3900> -
(NoMethodError)
This is my code:
t = RVideo::Inspector.new(:file => @video.tmp_filepath)
t.capture_frame("#{position}%", tmp_path(:screenshot))
I tested it at the console and there is not a capture_frame method for
the object.
Has someone had this problem?
Thanks
Jon Dahl
unread,
Dec 18, 2008, 11:21:28 AM12/18/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RVideo
Yep, that feature isn't 100% implemented in the current version. We'd
like to get it finished up within the next few weeks. I'll post here
when we do.
Humberto Perez Espinoza
unread,
Dec 22, 2008, 9:01:21 PM12/22/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rvi...@googlegroups.com
Hello John: I have been figthing with my ffmpeg installation for a couple of days. And I have found that there are some compatibility problems of newer ffmpeg revisons with Rvideo. I would like to know on what ffmpeg revision was RVideo 0.9.3 tested . Thank you