General :: Make A .flv From A Bunch Of Jpeg-s?

Aug 17, 2010

I have a bunch of jpeg and want to make a single flv video file from it.

I need flv/mp4 (vp6/h264 codecs).

It must be done via console command on Linux.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Make A Script Which Will Analyze Jpeg Images Taken From A Webcam

Jun 28, 2011

I am trying to make a script which will analyze jpeg images taken from a webcam. i can get a image easily enough but i can't figure out a way to get the images average brightness as a number.

View 1 Replies View Related

Ubuntu :: Make A Bunch Of Graphs Using Gnuplot From A Bash Script

Nov 14, 2010

I've been trying to make a bunch of graphs using gnuplot from a bash script. The tricky thing is that I have to divide values from two columns: Code: plot "results.csv" using 1:($4/$6) notitle with lp When this command is called from a bash script, the columns get mixed up with script arguments. how to make it read the column values like in the interactive mode?

View 1 Replies View Related

General :: BASH/Dash : Put A JPEG Or PNG Into The Clipboard?

Dec 5, 2010

copy a jpeg or a png and place it into the clipboard of X11 of my icewm. which program can do cat "myfile.jpg" > ?theclipboardofx11?

View 10 Replies View Related

General :: Create A Png Or Jpeg File Programmatically?

Oct 3, 2010

Given a matrix with 0,1 entries, how can I create a graphic in linux such that we have a black square or pixel if the entry is one and white otherwise?

For example, if the matrix is:

0001000
0011100
0111110
0000000

then I want a graphic that looks like:

[code]....

I will be working with many large matrices, e.g. 1000x1000, or 5000x1000 so I need to do this automatically.

View 6 Replies View Related

General :: Does Linux Support Images In .jpeg Format?

Jun 29, 2010

Does linux support images in .jpeg format? What is the difference if I save my image in .jpeg or .JPEG or .jpg from a linux point of view? Is this case sensitive?

View 5 Replies View Related

General :: Best Utility For Opening JPEG / PNG And TIFF Files?

Aug 21, 2010

Which is the most commonly used utility for opening .jpeg, .png and .tiff files on Linux?

View 3 Replies View Related

General :: Windows - Test A Bunch Of Audio CDs?

Nov 28, 2010

I have fifteen Audio CDs - an Audiobook - that I haven't used in ages.

I would like to pass them on, but before doing that, I want to check whether they still work flawlessly.

Is there a Windows or Linux program that I can use to quality test a CD? Is possible, with a detailed explanation of any errors it may find, and whether they will cause problems listening to the CD?

View 1 Replies View Related

General :: Keep A Backup Of A Bunch Of Files On A Flash Drive?

Apr 29, 2011

I keep a backup of a bunch of files on a flash drive, so that whenever I change distributions I can just restore all my Android stuff (saves on re-downloading everything). One of these is the Android SDK.

In my ~/.bashrc I add the paths to some executables in the SDK, only if the directory exists, and only if the path is not already in $PATH. For the Android NDK this works fine, but for the SDK I get this:

Code:
snfo@snfo:~$ adb devices
bash: /home/snfo/Android/sdk/platform-tools/adb: No such file or directory
snfo@snfo:~$ ls -F /home/snfo/Android/sdk/platform-tools/adb
/home/snfo/Android/sdk/platform-tools/adb*

Everything else is fine though, just that one path is causing trouble.

Now, I've saw something similar to this before whenever you move an executable from one place to another. If you don't re-source your bash config it will continue to keep looking wherever it used to be located. But I've never moved these files.

View 3 Replies View Related

General :: Renaming A Bunch Of Files Using For-structure And The Mv Command?

Feb 3, 2010

Basically I need to rename a bunch of .doc files using the for-structure and the mv command (w/ wildcards) in bash. I guess this would be a bit easier if I'd use the rename command, but since this is a school assignment of sorts I need to use for & mv. The .doc files are named "1filename.doc", "2filename.doc" etc. And I've got to rename them to "aaa_1filename.doc", "aaa_2filename.doc", "aaa_3filename.doc" and so on. Tried to dabble quite a bit with the for and mv commands, basically just got a bunch of errors. Every damn time. For 2 hours. The most common error was "mv: missing destination file operand after ..."

View 6 Replies View Related

General :: Osx - Move A Bunch Of Hardlinked Files From A Box Onto OS X Mac And Preserve The Hardlinks?

Dec 8, 2010

I have an rsnapshot backup that I need to move off of a corrupt Linux file system. I need to preserve the internal hardlinks. I've tried rsync -H and using a newer rsync and neither preserve the hardlinks on OS X.

I tried to get rsync -H working and I've isolated it to the file system mounted. I can preserve hard links copying locally (HFS to HFS) but it doesn't preserve when I try to rsync off of a SMB file system mount or AFP file system mount. Is there some mount option solution to getting OS X rsync to obey -H?

View 2 Replies View Related

General :: Bunch Of Utilities Running On Machine - Where To Start Because Of Existing Partitions

Jul 17, 2010

I have been given Toshiba Tecra S11 with windows 7 running on it to install Ubuntu 10.04. Toshiba has a bunch of utilities running on the machine set up as dev/sda1, dev/sda, dev/sda3 and dev/sda4. I do not know where to start because of these existing partitions.

View 2 Replies View Related

General :: Deleted A Bunch Of Stuff Off My Computer By Pushing The Janitor Clean Up Button

Jan 27, 2010

I made a mistake & deleted a bunch of stuff off my computer by pushing the janitor clean up button how do I restore my computer back to a good connection or what do I have to do to fix the problem

View 7 Replies View Related

General :: Make Error - Make[2]: *** No Rule To Make Target

Oct 7, 2010

I am getting an error as below.

How do I resolve the error: make[2]: *** No rule to make target `', needed by `mpg123'.

How can I resolve this error.

View 4 Replies View Related

General :: Wget / Delete Files / Getting Bunch Of Filefolders, But No Files, Ex."cccamp07-de-1845?

Oct 11, 2010

I am trying to dl the files located here: http://good.net/dl/bd/CCCamp-2007/video/m4v/ using wget.

Now when I use the command wget -r -A .m4v http://good.net/dl/bd/CCCamp-2007/video/m4v/

I get the just a bunch of filefolders, but no files, ex."cccamp07-de-1845-Freifunk_und_Recht.m4v" but its a folder.

View 4 Replies View Related

General :: Script That Displays A Bunch Of Junk (pwd, Date, Yadda Yadda) And Then Prompts The User To Enter A Directory?

Mar 28, 2010

I'm still pretty new to linux, and burning through a unix/linux course offered at the local JC. I'm working on an assignment for shell scripting and I need to make a script that displays a bunch of junk (pwd, date, yadda yadda) and then prompts the user to enter a directory so they can view the contents. If it's valid, then it displays the contents. If it isn't then it throws an error message and the script stops. This is done using if, then and else. The problem is, my script always shoots straight to the else, even if the subdir entered IS a valid subdirectory.Here's what I have:

Code:
clear
pwd

[code]....

View 3 Replies View Related

General :: Add A File Extension To A Bunch Of File Names?

Oct 20, 2010

I have a considerable number of files in a subdirectory (some fascinating old military clips from archive.org - search on Big Picture if interested). Anyhow, I am downloading them using Internet Download Manager running in an XP virtual machine in VMWare on my Ubuntu 10.04 PC (due to the queuing, restart and speed capabilities of IDM). But I digress - the files are being saved on the host (Samba share) without a file extension. So I have a collection of files with names like

Quote:

The Douglas MacArthur Story
THEY WERE THERE (1960)

I wish to add the extension ".mp4" In Windows this is simply done with the command

Quote:

rename *. *.mp4

This of course does not work in Linux. I have researched the Linux rename command and reviewed a lot of examples. However, I have not found a way to add an extension to a batch of files which are named with no extension to start with. The spaces in the file names also seem to present an issue. At the moment I am renaming them from the Windows VM while they are sitting on the Samba share using the ancient File Manager program from Windows NT which works great on XP. I have experimented with the file rename facility in Gnome Commander however, it does not seem to want to do something so simple.

View 10 Replies View Related

Fedora :: All Of The PNG And JPEG Images Are Distorted?

Mar 12, 2010

I'm running Fedora 11 on a Dell and all of the PNG and JPEG images are distorted.

View 1 Replies View Related

Ubuntu :: Program To Convert Jpeg To Pdf?

Jan 12, 2010

Anyone knows a program to convert jpeg/jpg to pdf format?

View 4 Replies View Related

Ubuntu Multimedia :: Convert AVI To JPEG?

Mar 5, 2010

I have acquired a MDV 001 Mini Video Camera that works very well with UBUNTU. I want to transfer the recorded data from my PC to CD/DVD but the problem I have is, the camera records in AVI format but my video player can only handle JPEG. any conversion program AVI to JPEG which I could use.

View 5 Replies View Related

Ubuntu :: Can't Open Old Jpeg Images / Fix It?

Apr 28, 2010

Gimp gives me an error saying i haven't got the jpeg plugin but i save images all the time as jpg's so what is going on? I had a look in synaptic and i can't pin point which plugin i am supposed to get.

View 9 Replies View Related

Ubuntu Multimedia :: AVi Converter To Jpeg?

Dec 22, 2010

I am looking for a AVI video converter to jpeg or jpg.I have tried others but they all have errors. I am trying to get this done for Xmas.

View 1 Replies View Related

CentOS 5 :: Cannot Compile PHP With GD JPEG Support

Oct 8, 2009

I've successfully compiled and installed PHP to run with nginx. But I could not use some jpeg functions from GD library. I've checked for libjpeg-devel and gd-devel and found that they had been installed, libjpeg.so is located at /usr/lib This is my configure command:

./configure --with-config-file-path=/etc/php --with-config-file-scan-dir=/etc/php/conf.d --disable-pdo --with-openssl --with-pcre-regex --without-sqlite3 --with-zlib --enable-bcmath --with-bz2 --enable-calendar --with-curl --with-curlwrappers --enable-exif --with-gd --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-freetype-dir=/usr/lib --enable-gd-native-ttf --enable-gd-jis-conv --with-gettext --with-mhash --enable-intl --enable-mbstring --with-mcrypt --with-mysql --with-mysql-sock --enable-soap --enable-sockets --with-xsl --enable-zip

phpinfo() shows that gd is enabled with GIF and PNG supports but without JPEG.

View 6 Replies View Related

Debian Multimedia :: Program To Convert Jpeg/png To SVG?

Sep 4, 2011

Any recommendations, the only thing I can find is inkscape, gimp doesn't seem to offer that facility.

View 4 Replies View Related

Fedora :: Open Jpeg Files With Gimp 2.6?

Dec 29, 2010

I'm trying to open jpeg attachments in Thunderbird in Fedora 13, by choosing Gimp 2.6. I browse to Gimp in /etc and there are a number of files in the folder.

Could you please help with the correct path to Gimp to open the attachment jpegs as I am unable to open them at present.

View 2 Replies View Related

Ubuntu :: Looking For Jpeg Image Manipulation Program?

Jan 20, 2010

Looking for jpeg image manipulation program

I was wondering what is available in the Linux world that would allow me to combine two or more jpegs into one grid-based image. I want to upload some images to an online auction and would like to combine them beforehand.

Haven't looked through Synaptic Package Manager yet.

View 5 Replies View Related

Ubuntu Multimedia :: Removing The Watermark From Jpeg?

Feb 18, 2010

I met a guy who is going about with a thermal imaging device. He wants to remove the watermark from the images and tells me that the software developed by the company can do this using only the jpeg. Unfortunately it's only available for windows. I'm dubious that this is possible, but I have to admit I'm not extremely well versed in image manipulation. Is it possible to extract the unadulterated image from a copy with the watermark and other data on it?

View 4 Replies View Related

Ubuntu Multimedia :: 10.04 64-bit: Gimp Can't Open Jpeg

Apr 25, 2011

Somewhere along the line I have managed to get the below error when loading a jpeg in the gimp (either with 'open with' on context menu or directly)Running as an unprivileged user

Code:

Calling error for procedure 'file-jpeg-load':

Procedure 'file-jpeg-load' not found
Opening '/home/fortyfourgalena/Desktop/photos/liza/inkosanalodge_20061201/20061201_171151_PC010620.jpg' failed: Procedure 'file-jpeg-load' not found

[code]...

This happens on a system running 10.04 / 64-bit. As I seem to recall a recent gimp update (might be wrong), I checked a 32-bit 10.04 laptop and it does not show the behavior. For information: the 64-bit system has some additional stuff installed for image processing (ufraw and darktable) but I have been using this already for a while without issues. The other main change on this 64-bit system before I noticed the problem was the installation of a geforce 8400 video card including the 'nomodeset' option in grub and install of the latest driver from the nvidia website. verify that the gimp on a 64-bit system is still functioning.Further a 'repair' from within synaptic throws the following error

Code:

E: /var/cache/apt/archives/gimp_2.6.8-2ubuntu1.2_amd64.deb: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

Note: I found some messages regarding this problem on the web but they were referring to older kernels (2.6.8); and people reverted back to an even older kernel. And yes, there have been a recent kernel upgrade.

View 2 Replies View Related

Software :: Ov51x Jpeg 0.5.3 On PS2 - BlackRhino Kernel 2.4.17

Jan 19, 2011

I am trying to install the ov51x jpeg 0.5.3 driver for Sony's EyeToy cam on PS2 Linux BlackRhino kernel 2.4.17 which has video4linux 1 enabled and the ov511 driver loaded as a module (which I DO NOT load wen the ov51x driver is loaded).

So - When I install 1.65-1.10-mark from [url] everything goes well and the video device /dev/ps2video0 can be oppened with mplayer or effectv, but the video screen is black with only a line in the top end on black and white dots - similar to what tv-s show when there is no signal.

Using the 1.65-1.11-mark driver and anything above including ov51x jpeg drivers up to 0.5.4 (after 0.5.4 kernel 2.4 is not supported) the video device is not found. - "No such device".

When unloading this module there is a message "kernel panic bad unregister" and none of the input devices works untill the PS2 is restarted. This also happens when I unplug the camera.

In other words - there is some change in 1.65-1.11 that makes the driver not work.

View 2 Replies View Related

Programming :: Get Jpeg File Header Using C Language?

Oct 10, 2009

I want to get files header as much as possible which are mostly used so how can i get jpeg file header using C ?

If any other headers of MS Office is possible for U.

View 7 Replies View Related







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