Software :: Editing XMP Metadata In AVI Files?

Sep 9, 2010

finding a tool to edit XMP metadata in AVI files for Linux? I found that this XMP metadata editor can do it, but it's a Win only tool.

View 3 Replies


ADVERTISEMENT

Programming :: Getting A Music File Metadata Editing Software?

Jan 8, 2010

I want to make a program that edits music file ID3 tags, for example: overwrites all "artist" tags for a list of files with other one. I know some c++,python and shell scripting.

- how can I get just the metadata from a mp3 file? Mplayer shows file metadata before playback, but I could not find a switch for mplayer that displays just the data

- how can I edit the metadata?

- What libraries should I check out if I want to implement this with C++ or python?

- What about "custom" metadata tags? In the foobar2000 media player for m$ i could make my own metadata tags (like "record label"). How can these be edited & added?

View 2 Replies View Related

Slackware :: Extracting Metadata From WAV Files?

Feb 6, 2011

Kernel 2.6.21.5, GNU/Linux (Slackware 12.0).

A tool to extract metadata from a WAV file and present it in human readable form?

View 4 Replies View Related

Fedora :: Script For Collecting Metadata On Modified Files

Nov 30, 2010

I have a simple scripting question. I am trying to list all files that have been modified in the last day and then collect metadata on those files. This command is going to be run on a number of nodes via ssh so I would like to append the hostname to start of each line (the below example has blade1 as the hostname). As you can see the loop is splitting the ls command out onto a separate line for each value. What I need to do is keep the `ls -ld` output all on one line and have the hostname echoed in front of each line.

for i in `find /var -mtime -1 | xargs ls -ld`; do echo `hostname` $i; done
blade1 drwxr-xr-x.
blade1 2
blade1 user
blade1 group
blade1 4096
blade1 Nov
blade1 30
blade1 08:55
blade1 /var/cache/gdm/user

View 8 Replies View Related

OpenSUSE :: Editing Remote-files Via Dolphin?

Apr 27, 2011

In Dolphin i have build an ssh-Connection to my homeserver. Now when I edit an file, the save to the remote location occures only when the editor is closing.This is for webdevelopment etc. not practical.Which alternatives are possible?(under Windows i love WinSCP )

View 2 Replies View Related

General :: Editing Softlinked Files In UNIX?

Sep 2, 2010

Let's say I have file A, and using 'ln -s A B', I have B. When I open, edit and save B, now B is not symlink anymore. It's just a new copy of A. Is this expected behavior? I use Mac OS X, and I wonder it's common in UNIX. In this case, is there any way to keep B as a (soft link) to A? Or, make B as the hard link would be the only way to solve this issue? What's the advantage of using soft link than hard link? The editor that I use is 'TextMate' on Mac.

View 1 Replies View Related

General :: Editing Files On Server From Windows?

Jan 9, 2011

I want to edit text files on Linux server from Windows, using text editor like Notepad++ or UltraEdit.I've managed to do so using WinSCP. It can edit files remotely and offers me to choose local application to open those files.That is exactly what I need, but when I hit ctrl-s (not every time, in about 50% cases), it waits for around 10 seconds, alerts that connection has failed, and offers me to "abort". When I click abort, it instantly reconnect and save file.

View 1 Replies View Related

Ubuntu Multimedia :: Editing Quicktime .mov Files?

Jun 4, 2010

I created a quicktime .mov movie file in iMovie on a Mac (that is not available anymore) and I want to 1) play & 2) edit the movie. I'd be happy to use a different format if I can figure out how to change it. Has anyone else done this?

Edit: If you skip down to post #16 you'll see I discovered it actually isn't a matter of editing a .mov file, but it turns out I don't have a properly exported quicktime .mov file. Instead I have (I'm not sure but I think its iMovie ver. 4.) 1) an .iMovieProj text file that lists the cuts by frame in and frame out, 2) an .mov file that isn't the complete file I thought it was and 3) a folder of all the clips that are in Apple's Quicktime DV format. In this thread people taught me about transcoding from the Apple's Quicktime DV format to liberated formats easier to work with. Given this knowledge and since I have a list of the cuts I'm asking if people could recommend a Linux video editor that would be easy to enter the tedious frame in, frame out info so I could reassemble the video.

View 9 Replies View Related

Ubuntu :: Gedit Slow When Editing PHP Files?

Jul 10, 2010

This started a while back... but I'm not sure when. Whenever I'm editing one of my PHP files it takes 1+ seconds for it to write the letter I type. I tried it on HTML and it's perfectly fine. I tried going to .gconf/apps and deleting the gedit-2 file, but it didn't help. And I tried disabling the File Browser Pane plugin and it did nothing. And one more thing, it might just be some PHP files, because about half of mine are really slow like that, but the other half is perfectly fine.

View 1 Replies View Related

General :: Editing/viewing Password Files?

Aug 9, 2009

I created a password file for use with ncsa_auth in squid. Firstly, is there a way to view the passwords in the file or are they all encrypted? Secondly, is there a way to get squid to reauthenticate the user after 24 hours?

View 9 Replies View Related

Security :: Using Sudoers To Restrict Editing Of Certain Files?

Aug 2, 2010

In a recent discussion I had, I was led to believe I could use sudoers to restrict using vi (for example) for the editing of say specific config files. I know how to allow root use of vi and how to lock it down from getting to a bash prompt with NOEXEC tag,but I can't figure out how to restrict the use of vi to only edit certain files. Tutorials and howtos I have checked don't address this

View 7 Replies View Related

Software :: Editing And Viewing Contents Of Files In /bin?

Jan 1, 2011

i just want to know,how can we edit the files of /bin folder. for ex: we have a file named mkdir which is being executed when we run the mkdir command at the terminal. I just want to read the code inside that mkdir file. That binary file has to be converted to text,which should be human readable.

View 6 Replies View Related

CentOS 5 :: Remastering CD - Editing Some Config Files?

Mar 12, 2011

I made some changes in my CentOS for example edit some config file. I wanna apply these changes in cd of CentOS because in this way I don't have to edit each of my CentOS one by one.

View 5 Replies View Related

General :: Prevent Root User From Editing Log Files (/var/log/*)

Feb 10, 2011

what if the root user by mistakenly stops/starts any service and tried to remove those traces from the log files and save those log files. Then how can we ensure that our log file is trusted. Is there any way where even the root(superuser) also cant edit/modify the contents of the /var/log/* files.

View 2 Replies View Related

Ubuntu :: Disable Read Only Files For Editing For GRUB2?

Jan 15, 2010

I tried to follow "Configuring GRUB 2" at /etc/default/grub (file) in the instruction at
But the file is read only? How do I make it so that it can be modifiedie GRUB_DEFAULT=0 to GRUB_DEFAULT=1

View 4 Replies View Related

Ubuntu :: Scutting / Pasting / Editing And Filtering Wav Files?

May 11, 2011

if you know of a good linux-based sound editor? I'm looking at cutting, pasting, editing and filtering wav files.

View 3 Replies View Related

Software :: Simple Video Editing Tool For AVI Files

Dec 28, 2010

looking for suggestions for simple editing of avi files. the files come from my digital camera. they are rarely more than a couple of minutes long. i don't want to burn them to a dvd or anything fancy. i just want to clean them up for posting to videos and a media server.

View 2 Replies View Related

Programming :: Editing Text Files With Information From PostgreSQL DB?

May 16, 2011

Is there any way to edit text files with information in a database? The file is supposed to be always the same.. the information is going to be addedd in a specific format

View 2 Replies View Related

Ubuntu Multimedia :: Recommend Good Program For Editing MP3 Files?

Apr 30, 2010

Can someone recommend a good program for editing MP3 files? I need to shorten/fade in/fade out some tracks. Cool Edit Pro does nothing via VirtualBox!

View 4 Replies View Related

Ubuntu Networking :: Proper Tool To Use For Editing Files On A Server?

Nov 30, 2010

I have a gaming server set up and running client software 24/7. This prevents me from editing the configuration files while the client is running. The server is connected to a switch which also connects another computer to the internet.What would be the proper software to use if I want to edit files on the server without interrupting the client?I have looked at Samba, SSH, and Screen, but I'm not entirely sure which one would be the best tool for the job.

View 6 Replies View Related

Ubuntu Multimedia :: Video Editing Software To Concatenate Mpg Files?

May 14, 2011

I searched a bit, but got overwhelmed by what I got.

I have a number of mpg files which I would like to concatenate to each other so I get one big file. I know how to do this with the cat command code...

View 1 Replies View Related

Ubuntu :: Basic Video Editing - Adding Transitions / Effects To AVI Files

Oct 29, 2010

I decided to try Ubuntu 10.10 after I had enough audio driver errors on my Acer netbook ( it came with windows wtf why errors) to drive me crazy. Anyway since I installed Ubuntu its ran better then when it was new my question arises here tho. I need to do some basic video editing (combine a few avi files, add transitions, add effects, etc) I don't need some end all to do all editor. just something basic like the windows. Video editor thingy was. So far I've tried pitivi which crashes, open soft which also seems to dislike me, and kdenlive which shows some promise but seems to be slow and needs libmp3lame.

I tried to install it and while my software manager thing says its installed kden says its not. I wanted to try lives editor but my terminal abilities are almost non-existent. Is there an editor I haven't tried that could be what I'm looking for? Is there a way to fix kden? I just want to edit the video and put it on Facebook. I'm willing to learn and I'm not a computer idiot just a Linux one. I really don't want go back to windows cause ill have to reinstall it and even when I do that with the disc Acer sent me windows makes a screeching noise even when then sound is off and locks up.

View 7 Replies View Related

Ubuntu Networking :: Nfs Locking Files - Cannot Open For Editing, Or Open Firefox / Thunderbird?

Dec 12, 2010

Server - Ubuntu 10.04.1 lts
Client - Kubuntu 10.10

When I try to open any nfs-mounted file using OpenOffice, I get a pop-up window titled "Document in Use". The text of the message is:

"Document file 'abcde.odt' is locked for editing by:

Unknown User

Open document read-only or open a copy of the document for editing." I then have three options - <Open Read-Only>, <Open Copy>, & <Cancel> If I cp any of these files from the mounted directory to my home dir (not mounted), I can open them without problem.Also, my firefox & thunderbird date are in this mounted directory as well (sym links to ~dan/.mozilla & ~dan/.thunderbird). Both of these apps hang when trying to open, leaving two processes behind that need to be manually killed. Again, cp'ing the data out of the nfs-mounted dir onto a local dir resolves the issue, so I am 100% confident there is nothing missing or corrupted in the firefox &/or thunderbird data...

relevant entry in /etc/fstab:
server:/nfs/dan/Documents /home/dan/Documents nfs defaults 0 0
relevant entry in server's /etc/exports:
/nfs/dan/Documents client(rw)

View 8 Replies View Related

Ubuntu :: Grub2 Editing - Editing Directly To /boot/grub/grub.cfg?

Jun 6, 2010

I have an old laptop that I installed EasyPeasy Lucid on. I have never used Grub2 as my other Ubuntu installs still use Grub Legacy. I have studied all the tutorials which instruct that the grub.cfg file should not be edited directly.This old laptop has one of the dreaded Intel graphics chips for which the kernel automatically loads the i915 module. Of course (like a multitude of others with Intel graphics and Lucid) I booted into a black screen but knew the workaround was to enable mode setting through grubI used the

Code:
i915.modeset=1
and added it to /etc/default/grub line GRUB_CMDLINE_LINUX, just after "quite splash", just

[code]....

View 9 Replies View Related

Ubuntu :: Tool For "Batch-editing" Several Files?

Feb 13, 2010

Is there a good tool for "batch-editing" a number of files non-interactively? Replace a string with another and add a couple of lines in several files...

sed would've been ideal, but AFAIK, sed(1) can't work on normal files. Is it possible to get ed(1) to execute a sed-like script on a file/number of files? Is there perhaps a cross between sed(1) and ed(1) out there?

Call me lazy, but it just seems such a waste to have to cat(1) the file through sed(1) and to a temp-file, and then overwrite the original with the temp-file...

View 2 Replies View Related

Ubuntu :: Removing The Metadata From Pix?

Jun 7, 2011

I'd like to strip out all of the metadata, everything. Sometimes the photos have been in and out of different computers or passed around from friends, and I don't want any info left, including the archive bit.

View 1 Replies View Related

Fedora :: Cannot Retrieve Metadata For Repository

Aug 4, 2009

I did preupgrade from fc9 to fc11. I encountered with "an internal system error has occurred". It is keep on bugging even after closed. The details are as follows:

Traceback (most recent call last):
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2093, in get_distro_upgrades
pkgs = self.yumbase.pkgSack.returnNewestByName(name='preu pgrade')
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 649, in <lambda>
pkgSack = property(fget=lambda self: self._getSacks(),
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 491, in _getSacks
self.repos.populateSack(which=repos)
File "/usr/lib/python2.6/site-packages/yum/repos.py", line 260, in populateSack
sack.populate(repo, mdtype, callback, cacheonly)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 162, in populate
if self._check_db_version(repo, mydbtype):
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 220, in _check_db_version
return repo._check_db_version(mdtype)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1178, in _check_db_version
repoXML = self.repoXML
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1342, in <lambda>
repoXML = property(fget=lambda self: self._getRepoXML(),
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1338, in _getRepoXML
raise Errors.RepoError, msg
RepoError: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

View 2 Replies View Related

Fedora :: Cannot Retrieve Repository Metadata

Sep 12, 2009

i installed fedora 11 today and i am unable to update it whenever i try i get this message: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again both in yum update and in software update where can i get repmod.xml

View 14 Replies View Related

Ubuntu :: MP3 Metadata With Regular Expressions?

Mar 29, 2010

how a way that I can edit the metadata tags on some MP3s using regex?

I've got almost 100 MP3, all named "01 - <song title>," "02 - <song title>," etc., and I, understandably, don't want to edit them all by hand.

Running "s/d{2} - //g" would be so much easier.

View 4 Replies View Related

Ubuntu :: How To View EXIF Metadata

May 7, 2010

how can I view JPG EXIF metadata in any of the following programs?

- GIMP;
- F-Spot;
- Eye of Gnome.

View 7 Replies View Related







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