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
ADVERTISEMENT
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
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
Apr 9, 2011
I have a flac music. How may make mp3 format?
View 3 Replies
View Related
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
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
Mar 11, 2010
I spent several hours adding stations that xiph did not have. Only to wake this morning and see it wiped out everything. I cannot use it if there is no backup of everything I add! what file I can backup, so next loss, I can just restore a good ini?
View 3 Replies
View Related
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
Jan 12, 2015
I use ffmpeg to covert video files for the net.
Code: Select allffmpeg -i infile -vcodec libx264 -vpre ipod640 -b 250k -bt 50k -acodec libfaac -ab 56k -ac 2 -s res.mp4
which works good. I was wondering if I could use larger resolution presets, but
find /usr -iname '*.ffpreset' only gives
#/usr/share/ffmpeg/libvpx-360p.ffpreset
#/usr/share/ffmpeg/libvpx-1080p.ffpreset
#/usr/share/ffmpeg/libx264-ipod320.ffpreset
#/usr/share/ffmpeg/libvpx-1080p50_60.ffpreset
#/usr/share/ffmpeg/libx264-ipod640.ffpreset
#/usr/share/ffmpeg/libvpx-720p50_60.ffpreset
#/usr/share/ffmpeg/libvpx-720p.ffpreset
with only 2 presets for libx264.
I installed ffmpeg from deb-multimedia. Is there a package which provides further preset files? There should be e.g. hq, max etc..
View 2 Replies
View Related
May 25, 2011
OS: Ubuntu 10.04 LTS (Lucid Lynx)
I have installed the latest ffmpeg using this tutorial : HOWTO: Install and use the latest FFmpeg and x264.
What ever I do I always get the same error when trying to use ffmpeg with the new presets setting. I've searched forums and google the whole last day and now I'm pretty lost.
Here is the command I use (I've stripped it down to it's simplest form.):
Code:
$ ffmpeg -i ~/Desktop/input.mkv -vcodec libx264 -vpre lossless_slow ~/Desktop/output.mp4
and this is the error:
[Code]....
I've tried changing the bitrate, adding -pass 1, bitrate tolerance, quality based etc... I've tried at least 60 different things... reinstall ffmpeg countless times using different tutorials. It's always the same error.
View 6 Replies
View Related
Aug 1, 2011
It is well known that mencoder can be used to encode video to be burned on DVD with a tool like dvdauthor. The whole procedure is described here:
7.8. Using MEncoder to create VCD/SVCD/DVD-compliant files
Sound for a DVD is normally encoded with AC3. I encountered some cases where the encoded sound was badly distorted. As it seems, the default for the input changed to float at some point. The fix for this is to use:
Code:
acodec=ac3_fixed
instead of "acodec=ac3".
View 1 Replies
View Related
Apr 26, 2010
The only preset for mobile phone is mp3. All video presets are gone...how to install them? Im using lucid atm
View 4 Replies
View Related
Mar 3, 2011
I am unable to rip from CD to .mp3 using pretty much any tool. Dolphin / Konqueror auidiocd:// KIO slave shows the mp3 folder, but when you move the tracks you get: Could not read some_song.mp3: encoding failed WARNING: libsndfile may ignore -r and perform fseek's on the input. Compile without libsndfile if this is a problem. I'm running 11.3 (KDE 4.4.4) with K3B 2 from Packman (with the k3b 2 codec package) and K3B fails as does the KIO slave method above. Lame version is: lame-3.98.4-2.pm.4.1.x86_64 Restricted multimedia formats packages are installed from Restricted formats/11.3 - openSUSE Community Wiki Alsa works great otherwise, I have no sound issue, etc. - just can't rip anything to mp3 Seems like I'm not the only one who has had this problem, there are a few posts here on the Suse Forum, and others elsewhere, but the resolution seems to be nebulous at best. Sometimes lame 3.98 from packman works for some guys, other times not, etc. Unable to rip an audio cd into mp3's using 11.2 - opensuse.opensuse.org - ArchiveOrange
View 9 Replies
View Related
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
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
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
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
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
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
Dec 8, 2010
I am looking for a method to add new encoding to Gnome Terminal.The encoding i want to add is MIK (Bulgarian DOS cyrillic encoding) and it is not found in Terminal -> Set character encoding -> Add or remove list.Is there a way to add this encoding to the list ? Or is there some other terminal or telnet / ssh client which allows me to add encodings ?
View 3 Replies
View Related
Feb 15, 2010
I have been doing some very basic editing in Pitivi and how to get it to encode to X.264. I'm encoding to 480p and I was wondering how do I change the setting to make make it encode to X.264 and look good at small or ok file sizes. I will be uploading these to ..... and want them to look sexy.
And if X.264 can't encode to X.264 then at lest how do I turn the quality up in the formats that it does support.
View 1 Replies
View Related
Aug 23, 2010
i just want to know what is best to convert in linux ubuntu 10.04LTS to convert videos!?
View 9 Replies
View Related
Aug 8, 2011
I'm copying an animated TV series from DVD to my computer. The DVDs are encoded at 29.970fps, which I find strange because animation usually uses 23.976fps. Anyway, what I have done is de-interlaced and re-encoded it to H.264. Now it is set to 59.970fps, which I think is higher than what I want. I'm seeking advice on whether I should leave it at that or change it to one of the lower frame rates. Another question: Do you think that I should be encoding to H.263 instead? This is just to have copies of the videos on my hard drive.
Note: I used Avidemux with the Yadif filter using the bob method to de-interlace the film. I think the bob method preserves the actual 60 fields and converts them into complete frames. I'm guessing that the temporal spatial check would halve the frames and give me the 29.970fps.
View 4 Replies
View Related
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
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
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
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
Jan 3, 2010
I have a load of XViD videos and I want to re-encode them into x264 - when I say a load, I mean over 300, anyone have any programs they reccomend to do it?I want to make them into those "future-sized movies" (700mb --> 300mb, 170mb --> 95mb, 350mb --> 150mb), what settings should I use? I want to keep the quality of the originals intact, along with the video sizes if possible, but if not, I don't really mind, just make them smaller. Here are the settings some people use in windows:oh yeah, one last thing - fast encoders please, I know it'll take a good while, but I want it to take as little time as possible please
View 4 Replies
View Related
May 7, 2010
Handbrake simply will not encode. I've used it for a while now on 32 bit Ubuntu 9.10 and on 64 bit Windows 7 but since I've upgraded to 10.04 64 bit I can add a video as source and the encode button is grayed out. I cannot start encoding. The version of Handbrake I am using is 0.9.4.Does anyone have any idea how to remedy this issue? I am thinking of trying version 0.9.3 again.
View 7 Replies
View Related
Jul 18, 2010
rubyripper is designed to be the EAC for linux and in this thread here mc4man very kindly gave me the other box encode line for mp3HD slightly modified to give a 320kbps on the lossy aspect of the file
Code:
mp3hdEncoder -br 320000 -if "%i" -of "%o".mp3 - -Title "%t" -Artist "%a" -Album "%b" -Track "%n" -Year "%y" -Genre "%g"
ALSO IMPORTANT
MAke sure you have Lame installed on your synaptic the encoding relies on it for the lossy part and make it executable ALSO make sure you go into the terminal enter mp3hdEncoder and ACCEPT the agreement now i am seeking the same information for 3 other formats.
View 9 Replies
View Related