OpenSUSE :: Smile - Doesn't Produce Any Output File

Dec 18, 2010

If you install Smile (video slideshow creator) from Packman repository, you will probably find out that it doesn't produce any output file. This project is most probably dead, homepage is 404 and it's practically impossible to get any information about this program. Therefore it took me 3 exhausting hours to get it working Here is the solution: There is a missing fake.pl file, so you have to copy it to the right place, which is /opt/smile (for OpenSuse, for other distros it could be elsewhere, for example /usr/bin). You can obtain this file from the source package but as it is very small I post it right here to spare your time:

[Code].....

So create a new file /opt/smile/fake.pl and copy these lines into it. Btw. the original file from the source doesn't have the first line, but according to the tip from different forum it is supposed to be here. If Smile still doesn't work you might try to add some extra permission to fake.pl, something like chmod 755 /opt/smile/fake. And if it is still not working check the log file ~/.logsmile.txt This file is by the way also impossible to find, there is no sign of him in the documentation.

View 3 Replies


ADVERTISEMENT

OpenSUSE :: SMILE (Manslide) Do Not Produce Output File

Sep 6, 2010

I needed for the first time to do a slideshow of some pictures, I thought it would be a easy thing but now I have two days trying to do it. I downloaded Manslide, I spent about two hours working on it doing the slides but at end of the render process it do not produce any output. Then I discover that Manslide now is SMILE that is in Packman repo. I spent another two hours making again my slideshow but at the end it didn't produce the output video file. I have all the dependencies, I switch all of them to Packman rpms.

View 4 Replies View Related

Software :: Mplayer/oggenc From Dvd: Why Does It Produce Output With Varying Volume Levels

Sep 6, 2010

I noticed that one DVD I encoded to ogg (vorbis) resulted in files with varying volume levels (some files have sound much softer than others... and the original DVD is not like that). I wonder if it's mplayer or oggenc's fault. I do it like this (suppose):

Code:

for i in 01 02 03 04 05 ; do mplayer-vc null -vo null -ao pcm:filename=$i.wav dvd:// -title $i-$i; oggenc $i.wav $i.ogg; rm $i.wav; done
I'm doing it by memory so I could have a mistkate or two in the sequence of commands but the idea is very simple

- Output the sound to a wav file using mplayer
- Encode it with oggenc
- Delete the wav file.

Why is the result having varying volume levels?

View 1 Replies View Related

Programming :: Going Through A Multi-step Process To Produce Output Files, Which Involves 25,000 Greps At One Stage?

Nov 8, 2010

I am going through a multi-step process to produce output files, which involves 25,000 greps at one stage. While I do achieve the desired result I am wondering whether the process could be improved (sped up and/or decluttered).input 1set of dated files called ids<yyyy><mm> containing numeric id's, one per line, 280,000 lines in total:

Code:
123456
999996

[code]....

View 14 Replies View Related

OpenSUSE Hardware :: Audio - Frontal Output Doesn't Work

Jul 20, 2010

I have a small audio problem: the Audio that exists from the back of my PC is working like a charm, but the one that cames out from the Frontal output doesn't work at all. It works well on OpenSuse 11.2, but it's not working on opensuse 11.3.

View 9 Replies View Related

Programming :: Produce COFF Format Object File Using GCC Or AS?

May 10, 2010

I am trying to have GNU assembler produce object file COFF format? I did not find relevant information from GNU assembler's manual.

View 1 Replies View Related

Debian :: Produce A .deb File Out Of A Regular Firefox Precompiled Downloadable Binary

Apr 3, 2011

is there a way to produce a .deb file out of a regular firefox precompiled downloadable binary, the ones we can download of their ftp? I don't want to start an iceweasel/firefox flame war.

View 9 Replies View Related

General :: 'read' The Log File In Nagios And Produce A So-called 'scoreboard' In Ubuntu 9.10

Jul 26, 2010

Is there any software that can 'read' the log file in nagios and produce a so-called 'scoreboard' (something like a graph) to display the status of the services? I was told that one could 'read' the log file stored in nagios and create a scoreboard.

View 12 Replies View Related

OpenSUSE Install :: How To Produce Log For S2Disk

Dec 9, 2009

I saw the article in Suspend to disk - openSUSE and I decided to test s2disk on my VAIO VGN-AR41L (laptop) using ext4 system (which supports journaling). I used the button of the KDE4 to initiate the process of suspend to disk. The process of storing the image and shutdown the computer worked. But the reverse process didn't work. I also saw in the article that there is a workaround for the journaled systems. Instead of doing this can I switch off journaling on ext4 without loss of data? And if yes, how can this be done?

View 5 Replies View Related

OpenSUSE :: Dolphin Doesn't Care About File Read-only Permission?

Jun 10, 2011

I'm running oS 11.3 KDE 4.6.3. If I try to delete a read-only file in the terminal I can, but get a warning message I have to confirm:

[Code]...

In Dolphin the file is simply sent to trash, no warning. I couldn't find a setting in Dolphin configuration options to change this. I do have "Ask for confirmation. when moving files and folders to trash" unchecked, but even so, if the file is read-only?

View 9 Replies View Related

Fedora Hardware :: VGA Output Doesn't Work?

Jan 6, 2010

I'm trying to plug my Cinemizer video goggles [URL] to my notebook. The resolution is 640x480 (yeah, I know) and I go from VGA to RCA to 3.5, which is needed by the device. From a cable oriented viewpoint this should work, but Fedora doesn't recognise the googles as a second monitor. how to enable vga output with a 640x480 resolution? This is extremely important for me since I need it for a personal project as well as for my work.

View 2 Replies View Related

Fedora :: Valgrind Doesn't Give Useful Output

Jun 3, 2011

For some reason valgrind can't give an exact line number for memory leaks. I installed all of the debuginfo packages and I am compiling my program (gWaei) with the -g and -O1 flags. I just don't know anymore. Specifically the libwaei ones are worrying.

Code:

==26794== Memcheck, a memory error detector
==26794== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==26794== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info

[code]....

View 1 Replies View Related

Ubuntu :: Pdftk Output File With Pages Extracts Same Size As Input File?

Apr 22, 2011

I am curious if perhaps I am doing something wrong extracting pages from a pdf doc using pdftk and creating a new file. I am only extracting the odd pages from the file and outputting them to a new file that is now only 20 pages instead of the input's 40 pages, yet the new output file is still 1.4Mb in size, the same as the original.

It seems strange to extract only half the pages of a large document and end up with a result that is the same size. how to streamline the resulting pdf's using pdftk?

BTW this is the command I am using, in case perhaps I am missing an option to optimize file size or something:

Code:
pdftk A=ch15.pdf cat A1-40odd output odd.pdf

View 1 Replies View Related

Ubuntu :: Error (splicing File: Input / Output) While Copying File

Jun 3, 2010

When I try to copy PDF files from one folder to another folder, it give me this error: "Error while copying "2004-SNUG-Europe-paper_...log_DPI_with_SystemC.pdf". There was an error copying the file into /media/CCDCE66BDCE64F70/Backup Master/Heterogeneous_cosimulation/Documentation" "Error splicing file: Input/output error" What is the reason of this error and how can this be fixed?

View 9 Replies View Related

Ubuntu :: Copying File - Error Reading From File Input/output

Jun 29, 2010

I have a 7.2 GB file (VMWare virtual machine file) that I am trying to copy from its original location to the another folder OR to external hard drive...each time I try to do this, I always get the following error after the copying process reach 'exactly' 1.4 GB

Error reading from file input/output error

And I have to either Cancel or Skip

I've tried to split the files to smaller pieces but the idea didn't work as I still get the same error whenever I try to compress/ split or do any operation with this file. how I can copy this file?

View 2 Replies View Related

Programming :: Variable String File Base - Output File Doest Not Exclude The Values In Grep -av

May 1, 2011

My script.

This is may script:

Code:

Problem: Output file doest not exclude the values in grep -av

View 3 Replies View Related

General :: Data From Input File To Be Taken And Send To Output File?

Jul 24, 2010

I am new to shell scripting.What i am trying is to write a shell script which take the input file and output should like as mentioned below.Output file should have data till SOK (marked in red)from every second line and then the selected data(marked in green) from 4th line.So selected data from 2nd and 4th line in one line of O/P file and then similarly selected data from 6th and 8th line in second line of O/P file.Input File:

3c3
< c1111;11.11.11.11;pOK;SOK:abcde;Universe:aa
---

[code]...

View 14 Replies View Related

General :: Script To Ftp A File To Remote Machine - Log The Output To A File?

Feb 5, 2010

I am using below script to ftp a file to remote machine

Code:

#!/bin/bash
ftp -nv <<EOF
open ${SERVER}

[code]....

When I execute the above file its working fine and displaying output on to the screen. How can I log the output to a file?

View 7 Replies View Related

Programming :: Sed - Save Output To File With Filename From Content Of Another File?

Feb 28, 2011

My employer issues pdf files with everyones work schedules. I copy the content and save it as plain text in a file called unformatted (hope to be able to automate this step someday). Im working on a SED script that reduces unformatted to only display what I want to see and saves the result in a file Iïve named formatted. After that I have to manually copy formatted and save it with that days date as a filename e.g. 2011-02-25 or whatever day is scheduled in the pdf, for use on a mobile device (Nokia N900). I noticed that the date occurs on certain lines in the file so I added a line like:

sed -n 's/^Date: (201[1-9])/([0-1][0-9])/([0-3][0-9]).*/1-2-3/p' < unformatted >theDate
That creates a file theDate with the date in it that I wish to use as the filename for this particular instance. So I would like to skip the file formatted all together and have the sed- script write to a new file using the content of the Date as a filename, but how do I make that happen? And of course it would be more elegant if I could skip the intermediate theDate file as well.

View 4 Replies View Related

Ubuntu Multimedia :: XRandR Doesn't Detect DVI Output To TV?

Mar 25, 2010

I'm trying to hook up my TV to my MacBook1,1 laptop running the Lucid Lynx Beta. The TV is connected to the laptop via a mini-DVI to DVI-I adaptor, which is connected to a DVI-I to video adaptor, and this is connected to the TV via a component cable.

Under OS X, after plugging in the mini-DVI cable, the TV automatically becomes a secondary display for the laptop (extending the current screen), so from a hardware perspective everything seems ok. Under Ubuntu, plugging in the mini-DVI cable elicits no response from XRandR whatsoever (xrandr -q reports DVI1 disconnected both before and after). URandR and the regular "Detect Displays" button in the "Monitors" preference app do nothing. The laptop has an Intel GMA 950 chipset, and the Intel driver is running successfully (Compiz works fine). I have a clean xorg.conf (generated by X -configure), except for the addition of "Virtual 2048 2048" in one of the SubSections of the Screen section. I'd be happy to post the full xorg.conf if it would be useful.

So far I have tried xorg.conf tweaks, and I have followed instructions to manually tell xrandr to output to DVI1 as described in the comment by Marko Mikulicic here.

View 1 Replies View Related

Ubuntu :: Doesn't Allow To Specify The Input/output Audio Devices?

Jul 28, 2011

For some reason on any application that uses sound, but doesn't allow me to specify the input/output audio devices I don't get anything. I want all audio to go to my USB Headset, and not the onboard soundcard. To start off with, here's alsamixer: Here's a screenshot from Mumble (voice chat) that shows that I've set the USB headset device in there, and it works 100% fine on Mumble.

[Code]...

As you can see from the alsa-base.conf above I've tried specifying snd_usb_audio as the default device, but it's not working.

View 5 Replies View Related

General :: Script.sh | Mail - Completes But Doesn't Include Output?

Mar 30, 2011

I have a script that uses cp to copy data from A to B. There are some troublesome files that are constantly in use and read "Permission denied" or "Text file busy" but I'm not worried about these. Therefore my copy process always contains output.The script runs through cron and the output (automatically) goes to /var/mail/user. I tried setting it up to send me an email and it comes through, but it's completely blank. The email in /var/mail/ contains the full output.

Here is my command:
0 18 * * * /home/backup.sh | mail -s "Backup completed" jsteel@...com
(The script simply contains many "cp -r /mnt/location/a /mnt/location/b")

[code]....

View 2 Replies View Related

Ubuntu Multimedia :: Pulse-audio Just Doesn't Give Enough Output / Resolve This?

Mar 4, 2010

I have Ubuntu 9.10 installed but the sound is way below normal..
Pulse-audio just doesn't give enough output..
Max output is just average...
I have a 945 Intel chipset..

View 1 Replies View Related

General :: Get Output File From A Master File?

Aug 3, 2010

having following problem in linux environment.I have a following basic file with name " BASEFILE", as shown example below :

sl.no pol.no name status loan
1 123 rama FORCE 500
2 234 jama LAPSE 800

[code]...

View 12 Replies View Related

Hardware :: UVC Webcam To Produce 30 Fps ?

Jan 14, 2011

Logitech 9000 pro.

I need 30 fps so I can splice into existing video.

I am using this script.

Code:

Even though I have set 'fps' to 30, I only get between 14 and 16. Several thread on the internet tell me that UVC in only capable of 15 fps in 640x480 mode.

Is there some way to make the camera (ID 046d:0809 Logitech, Inc.) work as something OTHER than a UVC type camera? Is there a code snippet to work with?

I have no problems with getting the camera to work with any of the apps in the Ubuntu reposit. The script above records video and audio great, just not 30 fps.

The video I will be splicing into will be shot with a video recorder and windows software. If it is a USB hookup, will it have the same constraints of UVC at 15 fps. IIRC, it is the USB that has the compression problem that limit it to 15 fps.

View 1 Replies View Related

Slackware :: Cannot Produce DVD With Menus

Jun 13, 2010

I am having no joy at all trying to produce a DVD with menus using Slackware. I have spent the best part of a day and a half, to no avail, and have had to revert to using either Ubuntu or Win XP under virtualbox just to achieve this.

Have tried using the following front ends to dvdauthor:
Dvdstyler
Devede
2mandvd
Kdenlive (dvdwizard)
Varsha

I am able to produce a DVD with any of them, but without menus. As soon as I try anything to get a menu, all that happens is the menu is produced, but the 'clickable' buttons do nothing, meaning I am unable to navigate away from the menu. Using Dvdstyler under Ubuntu, and follwing exactly the same procedure to produce the DVD works as expected, as does any of the myriad of progs available for Win XP.

View 4 Replies View Related

Ubuntu Multimedia :: Best Application To Produce DVD?

Jul 1, 2010

I want to create a dvd for a relative you know the kind of thing, old pictures and a soundtrack. What is the best application to do this?

View 4 Replies View Related

General :: No GUI Application Can Produce Sound

Dec 15, 2010

Kernel 2.6.21.5, Slackware 12.0
Xfce 4.4
For example I've just issued 'mplayer foo.flac' and I do not want an error made by me while in the GUI to issue a loud sound notifying me the error and putting in risk my speakers.

View 8 Replies View Related

Programming :: Produce A Ill Legal Fault?

Oct 10, 2010

I encounter a problem with my program recently, i get the core dump of my
program, and it produced by a segill signal, i wondered that how my program can happen to generate this error, and i never write a "0 divide"

View 4 Replies View Related

Server :: NFS Large File Copies Fail - Error Writing To File: Input/output Error?

Jun 27, 2009

I recently upgraded my file/media server to Fedora 11. After doing so, I can no longer copy large files to the server. The files begin to transfer, but typically after about 1gb of the file has transferred, the transfer stalls and ultimately fails with the message:

"Error writing to file: Input/output error"

I've run out of ideas as to what could cause this problem. I have tried the following:

1. Different NFS versions: NFS3 and NFS4
2. Tried copying the files to different physical drives on the server.
3. Tried copying the files from different physical drives on the client.
4. Tried different rsize and wsize block sizes when mounting the NFS share
5. Tried copying the files via a different protocol. SSH in this case. The file transfers are always successful when I use SSH.

Regardless of what I do, the result is the same. The file transfers always fail after approximately 1gb.

Some other notes.

1. Both the client and the server are running Fedora 11 kernel 2.6.29.5-191.fc11.x86_64

I am out of ideas. Has anyone else experienced something similar?

View 13 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved