Ubuntu Multimedia :: Bulk Unpacking From Lossless (wavpack;flac;ape)?

Feb 19, 2011

Cobbling info from different sources finding this script useful and maybe hopefully useful to some of you too

1. cd to folder containing folders containing wv,flac,ape

bulk unpacking from lossless (wavpack;flac;ape)
==============================================

Code:

for i in */
do
cd "$i"
wvunpack *wv (replace this line with flac -d *.flac for flac)

[code]....

View 2 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Split Single Lossless Cuefile To Tracks (flac/wv/mp3/ape/ogg)?

Jan 8, 2011

found this today on my travels

Code:

########################################################################
## Split Lossless Audio by Cue File
## By CokiDVD
## Contains some code from:

[code]....

View 9 Replies View Related

Ubuntu Multimedia :: Lossless Padding Of H264 Video With Ffmpeg?

Mar 11, 2011

I have some videos in an mkv container that are 1920 pixels wide, but less than 1080 pixels high. This causes problems when playing the videos on a PS3 (after converting to an AVCHD system), because the PS3 won't centre the video, leaving a very large black bar at the bottom but none at the top. Is there a way to use mencoder or ffmpeg to losslessly add padding to the top and bottom to make the video 1920x1080?

If I use

Code:

ffmpeg -i video.mkv -acodec copy -vcodec copy -scodec copy -padtop 132 -padbottom 132 out.mkv

then ffmpeg won't do the padding, and the resulting file is basically exactly the same. If I use

Code:

ffmpeg -i video.mkv -acodec copy -vpre libx264-lossless_fast -scodec copy -padtop 132 -padbottom 132 out.mkv

I get

Code:

Output #0, matroska, to 'anr.mkv':
Metadata:
encoder : Lavf52.64.2

[code]......

View 1 Replies View Related

Ubuntu Multimedia :: Unpacking RAR Files - No Associated Program?

Oct 23, 2010

I have just installed mythbuntu and my drivers for the tv card are in a compressed .rar folder. I have installed rar and unrar from the synaptic repository. Still when I click on it, it has no program associated with rar files. When I search the drop down menu for applications I can't find it there either. What can I do?

View 1 Replies View Related

Ubuntu Multimedia :: Shnsplit Error "shnsplit: Warning: None Of The Builtin Format Modules Handle Input File: [Disk3.wv]" With Wavpack

Jun 20, 2010

Trying to split a wavpack on Ubuntu 10.04. I tried: Code: cuebreakpoints Disk3.cue | shnsplit -o flac Disk3.wv It gives an error Code: shnsplit: warning: none of the builtin format modules handle input file: [Disk3.wv] shnsplit: error: cannot continue due to error(s) shown above I already have wavpack 4.60.1-1 installed. Any ideas why shnsplit complains about not seeing wavpack?

View 4 Replies View Related

Ubuntu Multimedia :: How To Convert Bulk In FFmpeg

Jun 20, 2010

I recently developed a taste for the Alac format and ffmpeg will oblige with this line of code
Code:
ffmpeg -i <input> -acodec alac <output>.m4a
and this worked beautifully one file at a time and
How does one do all the files in a given folder? Is there an asterisk one adds as in shntool.

View 2 Replies View Related

Ubuntu Multimedia :: Bulk Video Converter For Viewing On The Ipod?

Jun 17, 2010

I've been working on a small program to perform a very specific and useful task of quickly and efficiently converting videos to go on any Apple Ipod or Iphone. This includes both classic and 5th generation Ipods as well. Ibulk is a command-line only program but incredibly easy to use and runs off FFmpeg with AAC functionality. The program comes with a Read Me file which will explain its options and instructions in concise detail. Ibulk converts several videos in its input folder to the desired H.264 or XviD video encoding to its output folder. All videos are created in mp4 format with 160Kbps 48000Hz audio sound quality (highest setting an Ipod can handle) and both video encoders at the highest bitrate an Ipod can handle with the exception of some videos which will be auto-adjusted to meet the Ipod's requirements. Ibulk is written in the native unix/linux language and so it should work on any linux distro.

View 5 Replies View Related

Ubuntu Multimedia :: Change Picture Format / Brightness And Contrast In Bulk Instead Of One By One?

Feb 22, 2011

Im using ubuntu 10.04 I would like to know if their is a program that can change the format, contrast, and brightness of a large bulk group of pictures instead of doing it one by one?

View 1 Replies View Related

Ubuntu Multimedia :: Converting Mp4 To Flac?

Jul 23, 2011

I converted using a simple app called sound converter to convert my mp4 vids to flac (because they were music i didn't need the picture.)

Which is bad because one of the main reasons I wanted to convert is because i thought removing video reduced the file size.

For example one file went from 6.4mb mp4 to a 19.7mb flac.

View 3 Replies View Related

Ubuntu Multimedia :: Convert FLAC To Nero AAC?

Feb 7, 2010

Does anyone know how to use neroaacencoder (in CLI) to convert a flac file to AAC ? Is it also possible to encode in WMA in Linux ?

View 9 Replies View Related

Ubuntu Multimedia :: Install XMMS With FLAC ?

Mar 8, 2010

How to install XMMS from source with the Flac plugin. It was originally based on howto's from blogs. I have tested this on Karmic Koala and it should work fine.

We will start off with XMMS. We'll take the plugin later..

First you need to update your packages list

Quote:

Now install build-essentials

Quote:

View 5 Replies View Related

Ubuntu Multimedia :: Xmms2 And Flac - Not Playing ?

Oct 14, 2010

I have tried everything within my power and knowledge to get xmms2 to play my flac files, but I just get no sound. I've had to resort to mplayer for now for flac. For the record, yes I have the flac plugin installed along with the all-plugins package.

View 3 Replies View Related

Ubuntu Multimedia :: Convert DTS Files To Flac

Nov 1, 2010

How can I convert DTS files to Flac? Soundconverter and the likes won't work, so I thought of VLC but could not get it to work either.

View 9 Replies View Related

Ubuntu Multimedia :: How Do You Convert Flac File To Mp3

Nov 20, 2010

How do you convert a flac file to mp3? Well I have an entire album to convert actually.

View 5 Replies View Related

OpenSUSE Multimedia :: Cannot Rip Cds Into Flac

Mar 12, 2011

I would like to know which repositories I have to add to allow k3b to rip cds into flac because even though I have installed k3b codecs, I cannot rip cds into flac.

View 2 Replies View Related

Ubuntu Multimedia :: Amarok Won't Index Flac Files?

Apr 1, 2010

Amarok will play flac files just fine, but when i try to index them into the library via "Update collection" they are not added.

All other threads i can find on this kind of thing also have Amarok not playing flac....but if i drag and drop them in, they play just fine, so i know its not a codec problem.

Is there something i have to enable? Like in some media players, you can set which formats are scanned for...but i cant seem to find such a feature available in any of the Amarok settings...

View 3 Replies View Related

Ubuntu Multimedia :: Converting WMA Files To FLAC / WV Or SHN Format

May 31, 2010

I have a whole bunch of wma files I want to convert to a more liked format like wv flac or shn. Shntool does not seem to want to do that soundconverter and soundkonverter both refuse too. My wma format is wma1 or wmal cannot tell if it is 1 the number or l the letter L.
1. They play in xine straight off. Xine is in your synaptic
2. To convert quickly install dBpoweramp under wine again quick and no fuss.

View 9 Replies View Related

Ubuntu Multimedia :: Best Way To Keep FLAC & Mp3 Mirror Collection In Sync?

Jul 13, 2010

I have all my CDs in FLAC format for playback in my home but like most folks I have a portable.Now, converting my collection to Mp3 fits on my player but its a pain to manually convert each new album. It would be cool to script something that could be run on cron or manually to keep them synced.

View 2 Replies View Related

Ubuntu Multimedia :: Editing Flac Compression In Banshee?

Jan 29, 2011

I want to rip all my CDs to flac at the lowest compression (space is not an issue) via Banshee. I have tried a few tracks but the seem to be ripped at a higher compression to the ones I have done via sound juicer (set at compression 0)

How do I adjust the flac settings in Banshee to do this? The option to edit the settings is not available for flac? I guess there is a config file somewhere?

View 2 Replies View Related

OpenSUSE Multimedia :: K3b: How To Add Flac Encoder

Dec 27, 2009

As K3b is the standard ripper I suppose it must be possible rip an audio cd to flac? In the plugin menu I see that the flac decoder is installed but not the encoder. Did someone already succeeded in installing the flac encoder plugin?

FYI: With virtual folders I am able to copy from the flac directory. It works to encode with flac like this but I experience the last seconds of the song are gone...

View 9 Replies View Related

OpenSUSE Multimedia :: Flac To Mp3 Converter?

Apr 9, 2011

I have a flac music. How may make mp3 format?

View 3 Replies View Related

Ubuntu Multimedia :: Command Line For Converting .flac Files To .ogg?

Jan 6, 2010

I am looking for a command line command to convert ~2500 .flac files to .ogg files. All of the .flac files are in one folder and I would like to have the .ogg files put in a folder labled OGG - I would like to retain song information etc if possible.

View 3 Replies View Related

Ubuntu Multimedia :: Audacity Won't Import Sound-recorder Flac?

Mar 26, 2010

Background: I'm digitizing an old record. I used Sound Recorder to make FLACs of each side of the LP, and now I need to edit them down to individual tracks. I'm using the development version of Ubuntu 10.04.

Problem: Audacity ignores these FLAC files when I attempt to import or open them.

The FLAC files play if I hover the mouse over them in GNOME.

Audacity gladly imports FLAC files I ripped from CD last year (using Sound Juicer I think).

But when I try to do the same for my recorded FLAC files, nothing happens. I tried running audacity in a terminal window, and there is no additional output when I attempt the import. This comes out when I start it:

Code:
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
Expression 'stream->capture.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 3653

Looking at the file properties, they're basically the same except the Juicer-generated file has values filled in for title, artist, album, year. They are all FLAC Stereo 44100 Hz. I thought it might be a file-size problem, so I made a 5-second test with Sound Recorder, and that also refuses to import.

So, why do only the ripped files work with Audacity?

View 5 Replies View Related

Ubuntu Multimedia :: Getting GUI Based Cue Splitter And FLAC Spectrum Analyzer?

Aug 2, 2010

I need to split big FLAC file(s) to single tracks. Is there any Ubuntu app similar to Medieval CUE Splitter? Also, I need spectrum analyzer app to determine is FLAC file real lossless or is transcoded from some lossy format. Something like this.

View 4 Replies View Related

Ubuntu Multimedia :: Rip The Audio From An Flv And Convert To Flac Or Mp3 Without Quality Loss?

Jun 30, 2011

Anyway to rip the audio from an flv and convert to flac or mp3 without quality loss?

View 1 Replies View Related

OpenSUSE Multimedia :: Encoding With Flac - Presets?

Jan 22, 2011

I am using 11.2, KDE 4.3.5 with Grip and Flac to rip and encode CDs. Two questions:- Have read flac -help and do not understand the -o option which is used in a few example threads. The man page suggests that -o should be used with subsequent parameters such as --output_name=FILENAME for example. In the example posts this general option is used on its own. What for?

The installation when first used, already had a string of options including --best on the command line. I cannot find any documentation for this. I assume it is a preset in the same way as for example --preset extreme in lame.

View 4 Replies View Related

OpenSUSE Multimedia :: Batch Convert Flac To Mp3?

Jun 6, 2011

pacpl and audioKonverter appear to be missing from the Packman and OpenSuse repositories. Does anyone know of something similar that's available?

View 3 Replies View Related

OpenSUSE Multimedia :: Conversion Of .aac Files To Flac Or Mp3?

Jun 6, 2011

I have some downloaded files of radio programme from BBC which are .aac. I have never come across this type before. Googled it so now I am a bit wiser and VLC seems to play them without problem but they are not accepted by my upnp client devices which are happier with flac or mp3. I would prefer flac but what is the preferred conversion software.

View 3 Replies View Related

Ubuntu Multimedia :: Amarok Wont Play 24bit/96Khz Flac?

Jan 15, 2011

I am running ubuntu 10.04 and try to get 24bit/96 Khz flacs heard with Amarok (Xine engine). Amarok after some seconds jumps to the next title -> no sound. No problems with Rhythmbox.

View 3 Replies View Related

OpenSUSE Multimedia :: AmaroK Won't Play Flac Files

Jul 6, 2011

I am running open SuSE 11.4 and amaroK won't play, it can't even see flac files.

View 1 Replies View Related







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