Displaying 20 results from an estimated 4000 matches similar to: "Lots of core files from 'gst-thumbnail'"
2006 Nov 10
0
no such file to load -- gst
Hi
I was trying to install the rails application from
http://rubyforge.org/frs/?group_id=754&release_id=4492
As per the readme it says that i need to run
ruby scanner.rb d:\mp3
while running this I get the following error.
Does this mean that I need to install the gem "gst" ?
I tried " gem install gst " , but it failed.
Can you please let me know what this error is
2008 May 08
6
[Bug 15864] New: when linked to gst-ffmpeg crash ff3 when full screen play
http://bugs.freedesktop.org/show_bug.cgi?id=15864
Summary: when linked to gst-ffmpeg crash ff3 when full screen
play
Product: swfdec
Version: 0.7.x
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: plugin
AssignedTo: swfdec
2007 Jan 19
0
Fleximage get a resized thumbnail
I am using for the first time the Fleximage plugin... good, I can upload
and resize images on the fly before storing them.. User has-one Image
I need to get a very small thumbnail to be stored directly into a
tinyblob field of the user record... ,
I know Fleximage is able to produce thumbnails, but regarding
performance I''d prefer to store the thumbnail direcly into the user
record...
2007 Jul 25
0
Acts as attachment thumbnail problem
Hi there
I am using Acts as attachment to store thumbnails in a file system.
That part works fine :-) Along with my pic form I''m sending other
information and I want to store that information in the thumbnail row
as well as the parent image row... but I can''t figure out how to do
it! The info is stored in the row that contains the original img info
with no problems, but
2020 Aug 13
0
GT215 hw video decoder + gst-play-1.0 for mpeg2 = assertion
LANG=C DRI_PRIME=1 vainfo
libva info: VA-API version 0.40.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/X11R7/lib/dri/nouveau_drv_video.so
libva info: Found init function __vaDriverInit_0_40
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.40 (libva )
vainfo: Driver version: Mesa Gallium driver 20.3.0-devel for NVA3
vainfo: Supported profile and
2012 Jan 05
1
Dell Latitude E5410 doesn't boot my USB thumbnail
Hi there,
I have a 512MB USB thumbnail which I used syslinux to create a bootable
USB disk. It works fine with my old laptop and a few other computers.
However, on my Dell Latitude E5410, it doesn't really work; when the
Dell laptop boots, I pressed F9 to see the boot devices list and the
thumbnail is not on the list.
Some hints please?
x
--
[?] Please notice that v9 at dr.com is no
2012 Sep 25
1
Show thumbnail preview of image before upload
Is there any ruby way to show thumbnail preview of image before upload?
Using below javascript, I can achieve this
window.URL = window.URL || window.webkitURL;
var fileElem = document.getElementById("fileElem");
function handleFiles(files) {
var img = document.getElementById("image-preview");
if (!files.length) {
img.src =
2006 Jan 20
2
Creating thumbnail on the fly
I was doing some research about creating thumbnail images on the fly
after an image has been uploaded in a form, but for some reason it''s not
working for me. I''ve downloaded ImageMagick 6.2.5 for Mac but when I run
a test (identify image.gif) it gives me this error:
dyld: Library not loaded: /sw/lib/libjpeg.62.dylib
Referenced from: /Developer/ImageMagick-6.2.5/bin/identify
2006 Mar 10
0
file_column: post processing to add or delete thumbnail sizes
Dear all,
I have been using file_column for sometime now, and have several
pictures which have all been uploaded by file_column. Now, I would
like to add more thumbnail sizes for various different purposes --
and perhaps to even delete the sizes I no longer use. Is there a way
to do this using file_column automatically? Or can someone please
point me out to a script or a hint on writing
2011 Jan 13
0
thumbnail cache
This webpage tells me that you can set the thumbnail cache size using
gconf-editor:
http://ubuntuforums.org/showthread.php?t=1481182
However, the gconf-editor that I have on Centos 5.5 doesn't have that setting.
Is it not possible to set this value with Centos 5.5?
--
MELVILLE THEATRE ~ Melville Sask ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
2007 Jan 08
6
Thumbnail plugin
Hi,
With some help from Quinn_Storm, iXce, maniac103, mikedee and
KristianLy :), I've managed to modify switcher.c and make a new plugin:
thumbnail.
The plugin shows thumbnails of windows when cursor is moved over a task
button in taskbar.
Screenshot:
http://pix.nofrag.com/b0/7a/051d45e25bfffed09eeb9b00e383.jpeg
Download:
2007 Feb 13
4
PDF Thumbnail - RMagick
Hi,
I need to create a preview of a PDF upload to a CMS I''m building. Does
anyone know how to create a thumbnail of the first page of a PDF using
RMagick?
Any ideas welcome,
~ Mark
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2007 Jul 11
7
Best way to upload an image and make a thumbnail
Hi, which is the best way to upload an image, keep that and also make a
thumbnail?
The images should not be stored in the database, but as normal image
files in a specific directory.
I think that for the thumbnail i should use rmagick, but for the upload
? (something which work with and without javascript, in every browser)
Thanks :)
--
Posted via http://www.ruby-forum.com/.
2006 Mar 27
3
RMagick and thumbnails
I''ve based my code on the Agile example for uploading files, pages
362-365. I''ve successfully loaded the Picture object to the database,
but I come unstuck when trying to replicate this for a thumbnail version
of the original image:
thumbnail = Thumbnail.new
thumbnail.name = ''thumbnail_'' + @picture.name.to_s
2007 Feb 06
1
Attachment_fu ImageScience FreeImage thumbnail quality
I''ve tried migrating acts_as_attachment to attachment_fu (just to see
if I could replace RMagick with ImageScience+FreeImage), but the
quality of the thumbnails is just horrendous, blurred beyond
recognition (downscaling a 1280x1024 to a few considerably smaller
thumbnails).
Changing attachment_fu to use RMagick again and the thumbnails were
crispy sharp again.
I was wondering
2008 Jun 30
1
javascript onclick for thumbnails
Hi,
i was struggling for a function where only 1 thumbnail should be active
and others inactive when clicked on the particular thumbnail.
code:
1. view:
2. <script type="javascript">
3. function PlayVideo_options(videoFile, id) {
4. document.getElementById(id).className = ''video_option
active_video'';
5. }
6. </script>
7.
8.
2007 Apr 08
13
attachment_fu thumbnail not created
I followed the instructions on Mike Clark''s weblog and everything
works perfectly except the thumbnail column in my DB is alwas NULL.
I''m using S3 as my storage system. Anyone else having this issue with
thumbnails?
has_attachment :content_type => :image,
:storage => :s3,
:max_size => 500.kilobytes,
:resize_to =>
2005 Oct 18
3
hand writing sql for eager loading of thumbnails
Can anyone point me to a resource for hand coding some sql so I can create my
own for the following models:
I''m using single table inheritance to store related objects eg:
Thumbnail < Image < File :: ActiveRecord:Base
Image
has_many thumbnails
Thumbnail
has_one image
When I come to list thumbnails I''d like to be able to:
1. List all images relating to a product
2.
2008 Jan 03
0
data/Makefile.am data/swfdec-player.1 data/swfdec-thumbnailer.1
data/Makefile.am | 2 ++
data/swfdec-player.1 | 44 ++++++++++++++++++++++++++++++++++++++++++++
data/swfdec-thumbnailer.1 | 39 +++++++++++++++++++++++++++++++++++++++
3 files changed, 85 insertions(+)
New commits:
commit 481b1aa876d52a5260dd3f75c967540f4252b474
Author: Santiago Garcia Mantinan <manty at debian.org>
Date: Thu Jan 3 17:43:45 2008 +0100
add man
2011 Jun 25
0
Good Centos Security Advice & Gnome Thumbnails
Browsing the net for one thing unexpectedly brought me to two good and
useful documents:
(1) Guide to the Secure Configuration of Red Hat Enterprise Linux 5
http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf
Revision 4.1
February 28, 2011
(2) Hardening Red Hat Enterprise Linux 5
http://people.redhat.com/sgrubb/files/hardening-rhel5.pdf
Updated 12 August 2010
Gnome Thumbnail system is