Conversion between file formats.
1
vote
1answer
748 views
Ffmpeg problems on centOS 5.8 64 bit
I did install ffmpeg with winff, unsuccessfully when I try converting avi to x264, it says I don't have it. When I try to convert mp4 to Xvid I get unknown encoder 'libxvid'. It's like nothing really ...
1
vote
1answer
861 views
Splitting WavPack files when the .cue file and .wv file have different names?
If a directory contains an album encoded as one large .wv file and a .cue file, splitting the entire album into individual .flac tracks is a simple task:
$ cuebreakpoints foo.cue | shnsplit -o flac ...
3
votes
0answers
93 views
Batch conversion of Module files with XMP
I have the following script to convert a big bunch of .MOD and .XM files into Wave format:
#!/bin/bash
for f in ./XM.* ./MOD.*
do
xmp $f -d wav -o - | ffmpeg -i - -acodec libmp3lame -ab 320k ...
2
votes
0answers
106 views
Catdoc xls2csv converting only one sheet
I have Catdoc's xls2csv installed on Debian/Squeeze. It used to work beautifully when I copied files to a folder like /var/www/xyz, converting all sheets into .csv format, separated by ^L.
But now, ...
2
votes
0answers
472 views
Using Image Magick Convert to Change Channel Depth?
I want to change an image depth of bitmap for testing purposes. Right now I am trying to get a 2 bit palette image, and a 4444 Hicolor image.
I have a true color bitmap. I used the below command ...
2
votes
0answers
178 views
'convert' taking a long time to create a PNG thumbnail
I made a png from a pdf using ghostscript. It was converted very fast (not more than 1 sec), and has good quality.
$ identify 1.png
1.png PNG 3508x2480 3508x2480+0+0 8-bit PseudoClass 2c 51KB 0.000u ...
2
votes
0answers
115 views
How do I install dvd-slideshow on Centos 5?
How do I install dvd-slideshow on Centos 5?
http://dvd-slideshow.sourceforge.net/wiki/Main_Page
I tried but only found a gui to install on Ubuntu.
I'm using Centos 5, command line.
1
vote
0answers
535 views
Migrate from thunderbird to sylpheed while preserving folder structure
Is there an automatic way migrate a thunderbird mailbox to sylpheed while preserving the folder structure. I tried the importexport extension for thunderbird and got a directory with multiple mbox ...
1
vote
0answers
194 views
ffmpeg: error while running with libx264
Main code: ffmpeg -i 2269801.avi -threads 0 -vcodec libx264 -b 900k -acodec libfaac -ar 44100 -ab 96k -ac 2 earthgirlsareeasy1.mp4
[libx264 @ 0x16cdde10]broken ffmpeg default settings detected
...