General :: Adjust And Combine Multiple Lower Quality Photos Into One Better Using FOSS?

Mar 12, 2011

I have multiple noisy photos (caputed without tripod) that needs to be adjusted (moved/rotated) and averaged.

How it's better to do it in Linux with FOSS console-based programs?

Current way is something like:

mplayer mf://*.JPG -vo yuv4mpeg:file=qqq.yuv
transcode -i qqq.yuv -y null -J stabilize=maxshift=500:fieldsize=100:fieldnum=6:stepsize=50:shakiness=10
transcode -i qqq.yuv -J transform=smoothing=100000:sharpen=0:optzoom=0 -y raw -o www.yuv

Update: Experimented with "Hugin". It only distorted all photos according some "projection" and refused to merge them: enblend: excessive overlap detected; remove one of the images. Of course "excessive" - they're all almost in the same place. No averaging? /* and images are not actually aligned */.

Proceeding to experiments with enblend/panorama_tools/ale.

View 3 Replies


ADVERTISEMENT

General :: How To Combine Multiple Text Files

Mar 22, 2011

Combine multiple text files into one text file?

View 5 Replies View Related

Hardware :: Combine Multiple Computers Into 1 Box?

Dec 28, 2010

I have a very old machine running Linux (Fedora 12) with 2 harddrives and a DVD RW. I also have a newer Dell computer running XP. I would like to take the 2 harddrives and DVD RW from the older machine and put them into the available slots in the Dell computer and configure it for dual booting.

View 2 Replies View Related

Ubuntu Installation :: Combine Multiple System Distributions?

Jun 28, 2010

How do you combine multiple Linux distributions live cd's or non install CD on one DVD or CD if your on Windows?
I would like to combine some minor Linux distributions: Gos and puppy acrade 6 and more on one DVD so I can spare money and place.

View 2 Replies View Related

Ubuntu :: Combine Multiple Commands In Sequence In Background?

Jul 26, 2010

I like background commands in scripts:

Code: sudo apt-get update& I also like multiple commands in scripts:
Code: sudo apt-get update && sudo apt-get upgrade

How would I combine these? Could I do it with functions?

View 9 Replies View Related

Ubuntu :: How To Print Multiple Photos On Sheet

Jan 10, 2011

I was wondering how you might go about printing multiple images on a single sheet of paper...I used to know how to do it in Windows but have never done it in Ubuntu.

View 1 Replies View Related

General :: FOSS Alternative To Skype?

May 10, 2011

Given the recent dealings between Skype and Microsoft (here), one can guess that Linux support will be dropped. It wasn't amazing, but it ran. Moreover, security of transmitted data, in my own opinion, will be more questionable as of this acquisition.

What are the alternatives? If there are no full solutions - I propose the unification of several partial solutions into a merged FOSS project. I recommend a secure chat/video client with SIP capabilities and native ports for Linux Console, X, and FreeDos.

View 7 Replies View Related

OpenSUSE Multimedia :: Transcode Multiple Mp3 Files To Lower Bitrate?

Jan 21, 2011

howto to transcode multiple mp3 files to another bitrate? I have a lot of 320bits mp3 which should be converted to 192bits before I can play them on my car stereo.

View 4 Replies View Related

OpenSUSE Multimedia :: Worfklow - Photos In Sync Across Multiple Devices Without 3rd-party Services?

Sep 2, 2011

I *take* photos with both my Android smartphone and a fullblown DLSR. I *manage* photos organize, rename, rotate, etc. -- on my Opensuse box with KDE's Gwenview, and on my phone with Pixie Reef's "Fishbowl" Photo Gallery [URL]... I'm interested in your ideas about ways to keep everything in sync -- without using 3rd-party online services (No Picases, Flickr, Smugmug, etc). What needs to be kept in sync, somehow, includes:

The photos themsleves. Their organization among, and order in, various 'albums' Photo & filesystem metadata -- timestamps, filenames, EXIF data. PhotoApplication-specific data recognizing that at any time a change may be made on either device. rsync is a possibility, but once photos move into different dirs, it'd get messy. What workflow can I use to do this? Do I need a central server in the mix? If not using the 3rd-party services, is OwnCloud my best/only choice assuming that after each (group of)change(s) on each device I manage to sync with it?

View 6 Replies View Related

Programming :: Adjust Startup Script To Start Multiple Portal Servers

Sep 28, 2010

We have 14 portal servers in our environment. Test, Stg deliver and production are in the cluster. They have two nodes in cluster environment. i.e WebSphere_Portal & WebSphere_Portal_2. we have separate script in each portal server to start & stop portal server. Now we wanted to use same script for all servers to start. Here I come to the script:

[code]...

Can any one confirm the script?

View 9 Replies View Related

Ubuntu :: Combine Multiple Folders Into One "folder" Similar To Way That Windows7 Does Libraries?

Jan 23, 2011

Is there a way to combine multiple folders into one "folder" similar to the way that Windows7 does Libraries? That way movies, for instance, would be able to be distributed on multiple drives, but appear in one place, when wanted. sort of like mounting multiple folders on on one mount point.

View 6 Replies View Related

Ubuntu :: Error - Set A Valid User Name Consisting Of A Lower Case Letter Followed By Lower Case Letters And Numbers

Mar 12, 2010

I tried to add my wife , and when I put in a password for her, this error comes up."Please set a valid user name consisting of a lower case letter followed by lower case letters and numbers." I did all that and I still can't set a password for her.

View 3 Replies View Related

Software :: FOSS Alternative To Adobe Dreamweaver?

Dec 11, 2010

I know GIMP and OpenOffice Draw can both easily supplant Adobe Photoshop, but what about Dreamweaver? Is there any FOSS alternative that is at least as full-featured as GIMP?

View 5 Replies View Related

Software :: FOSS Image Editor Capable Of Saving As SVG?

Jun 19, 2010

Is there any FOSS image editor in the Ubuntu repositories that is capable of saving .SVG files?

I currently have GIMP. I can open an SVG file just fine. But when I go to save it, GIMP thinks the file is a new one. When I click "Replace", an error pops up "The following file does not have a known file extension". I want to know if there is an FOSS image editor that will write SVG files, not just read them.

View 2 Replies View Related

Programming :: PHP/MySQL FOSS For Managing User Sessions On The Web?

Apr 24, 2009

My co-worker and I are working on this robotics project where robots are controlled over the web. I don't want to go into all the details, but basically the users visit a page where they have access to a PHP-based interface that allows them to send commands to robots in our tech lab (via an intermediate server). Our web server is running Apache.

Anyway, now we need to implement session control, with user-names and passwords so that only certain people can have access to the interface at a certain time, with access to only certain robots, et cetera. We were hoping there was some kind of pre-fab FOSS solution for handling both the session control and maintaining the MySQL user/password database.

My co-worker knows a little PHP, and I know a little MySQL, but we are both noobs enough that we would prefer to do as little of this from scratch as is possible. We don't have a lot of time, and I know it is easy for inexperienced MySQL programmers to introduce security vulnerabilities.

View 1 Replies View Related

General :: Combine Bash Scripting With Apache?

Apr 3, 2011

how to combine bash scripting with apache.

View 5 Replies View Related

General :: Combine / Merge Left And Right Video Files?

Jan 11, 2011

How can I join the two parts of a stereoscopic movie to get a side-by-side one?

I can expand the left file, that way all I'll need is to paste the second one on top of it, with something like this:

mencoder left-file.mkv -o side-by-side.avi -oac copy -ovc lavc -of avi -vf scale=1280:720,expand=-1280:0:0:0 -sws 3 -lavcopts vbitrate=16000

Any idea which tool should I use on a Linux system?

View 1 Replies View Related

General :: Shell - Shellscript Combine All Files Without For Loop?

Jun 12, 2011

I have hundreds of files in one directory, is there a simple command or pipes of command I can use to append them together? I don't want to use any loops.

View 4 Replies View Related

General :: Combine Two Files Column-wise In Ubuntu?

Jul 7, 2011

I have two files: one is like

preface
Introduction
chapter 1
the other is like
1
2
3

I was wondering how to column-wise combine the two files into one:

preface 1
Introduction 2
chapter 1 3

by using some utilities, such as awk, sed, available in Ubuntu?

View 1 Replies View Related

General :: Combine Two Internet Connections To Get A Faster Connection?

Oct 25, 2010

I am using Red Hat Linux enterpriser 4 using two physical LAN cards.There are two different ISP internet lines coming into a single gateway computer. Is it possible that if in our one network we are using 2 MB bandwidth and from another network we are getting 2 MB bandwidth.(Two different Networks) and combine it into 4 MB. In bonding it combine the bandwidth or it do loadbalancing ?

The question is can we accumulate or add these two bandwidth in Linux machine and it sent total bandwidth 4 to the end users ?

Lan Card A
IP Address: 192.168.1.250 2MB Bandwidth
l
l
l

[Code]....

View 2 Replies View Related

General :: Downloading Photos From CD And DVD?

Jan 25, 2010

I have no problem with Firefox or thunderbird and open office. All my photos have been downloaded onto the new system no bother. I am now trying to download photos from C-D and most have done so very well but!!!I have had a problem with UDF.

View 1 Replies View Related

General :: Removing Specific Field Seperator To Combine Two Fields?

Dec 2, 2010

I am trying to remove the space between the 2nd and 3rd fields but just cannot work out how to do it. I've considered sed, cut, awk...I know with sed you can replace all instances within a file but can you also specify to remove, say, the 2nd instance of a space in each line (this would be perfect for me)?

DAAE 60 402 Bejaia Algeria 1 36-43N 005-04E 36-43N 005-04E 2 2 P
DAAG 60 390 Dar-El-Beida Algeria 1 36-43N 003-15E 36-43N 003-15E 25 25 P
DAAJ 60 670 Djanet Algeria 1 24-33N 009-28E 24-33N 009-28E 1054 1054 P

[code]...

View 3 Replies View Related

General :: Duplicate Photos In Ubuntu?

Feb 3, 2011

I've got a lot of photos I've take over the years, and I suspect I've got lots and lots of duplicates, since I may have multiple backups for the same photos.

Have anyone experience with deduplication of photos in Ubuntu, and could recommend an approach for a quick and efficient way to do this?

View 4 Replies View Related

General :: Can't Upload Photos Onto Myspace

Jan 22, 2010

I am using Ubuntu 9.10 and I am unable to upload photos into my Myspace Page. I an app on my Myspace Page and I am unable to view my dressing room in my super pets app. I get the same results from my super pets app as I do when I try to upload photos. Although the stuff is there, I get an empty box. What do I need to do to be able to open my photos from my space and actually see my pictures there and not an empty box?? or open my super pets app and see my stuff there and not an empty box ?

View 1 Replies View Related

General :: Windows - Change Date-taken On Photos

May 5, 2011

I want to change "Date Taken" on photo, which I clicked using my Sony Ericsson phone.

I have all 3 systems: Windows, Mac & Linux.

You can suggest me software for any one or all.

Is there any way to do it using Adobe photoshop?

or any batch processing software.

View 2 Replies View Related

General :: Lower-casing Filenames On Fat32 External Drive

Jan 6, 2010

I have an external harddrive which is fat32 (which was filled when I was on a windows system) with a lot of files on (> 200gb) which have mixed case filenames. I wanted to write a script to rename them all to lowercase however when I did I got an error saying that the filenames are the same (which I guess is true as FAT is case-insensitive). My issue is that I'm mounting this from a linux box now so it would make it a lot easier if things were lower case! I've already run a script to replace all spaces with underscores.

I know I could do this by first going through and renaming everything with a prefix and then renaming it back again (ie, rename File.Jpg to xFile.Jpg and then a second rename to strip that x off and rename lowercase to file.jpg) however I find this approach a bit messy and would prefer to do it all in one pass. Other than that, could I change the drive to ext4 without losing any files on it? The drive has a hell of a lot of stuff on there which is an archive of many years of files - I'd be absolutely gutted if I lost everything.

View 2 Replies View Related

General :: Hotkey To Raise/lower Specific Application/window?

Sep 5, 2010

How can I define a hotkey which will raise (and ideally also lower) a specific window or application?. Assuming epiphany is minimized, pressing F5 will raise the epiphany window. Pressing F5 again will minimize it. Something like guake/tilda.

View 6 Replies View Related

General :: Retrieve Documents And Photos From Hard Drive?

Jul 28, 2010

I have recently installed Puppy Linux because my Windows OS crashed and I could not find the license number and did not want to pay $180 for a new one.So far This OS looks good but quite different to Windows so I am having difficulty finding how to retrieve my photos and documents from the computer.
I have been able to find the relevant files but I can't see how to copy or print them.
I would like to put them onto CD and transfer them to my laptop which is running Windows 7.

View 4 Replies View Related

General :: Fedora13 Gnu Grub Version O.97 - 639k Lower /1038848k Upper Memory

Feb 8, 2011

I downlod the fedora13 and when i open my pc a message come gnu grub version 0.97 [639k lower /1038848k upper memory).bash -like line editing is supporter.for the first word ,tab lists possible command copletions.anywhere else tab lists the possible comletions of a device/filname.)what is that command i have to give?iredd aboute grub, what grub whants for me?

View 8 Replies View Related

General :: Move Photos From Hard Drive To DVD Using Mandriva Spring 2008

Jun 6, 2011

This is the equivilent of a DJ going into the"dusty records bin"to play an old song.I've got a hard drive that's left over from a Mandriva Spring 2008 computer and I need to copy the photos off it to a DVD and move them to a computer running Ubuntu.I can't seem to get the Ubuntu computer to access what's on the Mandriva drive, so I've loaded Mandriva Spring 2008 on another computer.

I've accessed the photos I need easily enough, but can't copy them to a storage medium so I can move them to the other computer. I've tried two USB devices, an external DVD drive and a flash drive and can't just copy (or drag 'n drop) the files to the other devices.This evening I may try a portable hard drive, again with a USB connection, and see if that works.

If there's a fool-proof way to do this by using a terminal, I'll try that. I haven't been able to devote enough time to Linux to familiarize myself with terminal commands. Or, if there's a program that will run under Mandriva Spring 2008 that will let me accomplish the transfer, I'll try that as well.

View 1 Replies View Related







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