|
|
Welcome to the Exploding Garrmondo Weiner Interactive Swiss Army Penis. |
GFF is a community of gaming and music enthusiasts. We have a team of dedicated moderators, constant member-organized activities, and plenty of custom features, including our unique journal system. If this is your first visit, be sure to check out the FAQ or our GFWiki. You will have to register before you can post. Membership is completely free (and gets rid of the pesky advertisement unit underneath this message).
|
|
Thread Tools |
Chocorific |
I remember playing a lot of these SCUMM interpreter games from LucasArts when I was younger (Larry, Space Quest, etc.). All of these older games were "commandline" interpreter based (except the mouse which could be used to walk around). You typed in the things you wanted the character to do.
My english was terrible back then and I was always sitting with a dictionary in front of my father's desktop computer (Intel 286). But I managed to master these games, despite all the difficulties. Now these were games, and today I have a bit more experience with the english language. Using the commandline (oh yes, the commandline is NOT DOS - that's just plain wrong) is the same as telling Roger Wilco to stuff a ladder into his pocket (I'm still wondering how he did that...) - only much more advanced. I don't see the problem with commandline, I'm seeing a problem with a mega colorful dumbed down interface with just one big button "DO IT" and no way to tell the app how to do it (in fact you would not see the other buttons even if there were any because of the overflowing usage of visual effects). And I wasn't quite PC savvy back then, my primary problem was the language. I'm not saying that everyone should go back to the commandline and abandon all graphical interfaces, but it's just wrong to think (or tell people) that using cmdline is deprecated. And it's not only for the computer expert but for everyone who can read and understand the english language (or you're lucky and ther app was multi-lang support). Everyone can open a commandline on his system and roam around his system using "cd" and "dir", that's no rocket science. And if you're lost you can always type "help" (at least on the windows cmdline). The problem here is that most people don't even understand the concept of a directory or a file, even if the concept is based on our reality (and is quite simple). We're not going to solve this with even more eye candy... As already said. There are a few basic concepts you need to know, everything else you have to look up (docs, google, etc.). So one of the basic concepts is how to look up information, including the use of a search engine. I am a dolphin, do you want me on your body?
Last edited by LiquidAcid; Apr 7, 2008 at 05:35 PM.
|
I'm fine with DOS commands- obviously, I played plenty of Sierra games and had to learn DOS.
What I don't understand is particular command-line program code, individual to each program (as opposed to cd and dir and so forth). There's plenty of command-line DVD-Audio rippers whose command-line programs are near-impossible to use because of all the commands and switches you have to configure. And I don't think I said using command-line programs is going to result in worse quality because of the program- it's because of users being bombarded with terms they don't know, that the worse quality results. I personally find MP3 switch terminology confusing and I have a good understanding of encoding and am an audio enthusiast. I just don't feel the need to know it, when I can use a GUI which does the same thing. I'm pretty good with Google, too. BTW, I didn't even realise English was your second language- you speak near-perfectly. - Spike I was speaking idiomatically. |
Chocorific |
Another user who spend countless hours on editing config.sys and autoexec.bat to squeeze out another 2KB to run a particular game! *g*
However one should not forget the topic "sane defaults", that's what you mention above. The author of the application should set some standard options which work for the majority of the people, sometimes that's possible but sometimes not. The best thing with these apps is to create a wrapper script supplying "your" sane defaults to the app (plus the parameters from outside of the script). I have 7zip installed on my gentoo box and 7zip doesn't have GUI yet, so I always use the commandline to compress/decompress. Because the standard parameters don't fit my needs I have written two small scripts, one for normal compression and one for password encryted compression. Like the FLAC-MP3-transcoding script this one is integrated into my context menu. Even better is getting in contact with the author of the app and discuss changes with him. Especially open-source projects are very interested what the user thinks about their work. And they are even more approachable when they notice that you've put a lot of effort into your ideas. The ne plus ultra situation is someone supplying sourcecode patches implementing his ideas to the project (I'm currently doing this for the pcsx-df PSX emulator project, but it's only a source cleanup in a plugin).
There are still a lot of other options, concerning input audio format, ID3 tags, replaygain, joint stereo options, filter options, psychoacoustic model tuning, etc. - but LAME does pretty good with sane defaults and when doing your regular encodings from WAVE files with header you don't have to change anything there.
Cheers, liquidAcid What kind of toxic man-thing is happening now? |
Hey man,
Yeah, I spent way too much time editing those guys, not just for memory, but for Sound Blaster settings- damn SETBLASTER variable.
It's definitely possible with MP3. LameDrop isn't perfect but it's a lot better than recommending command-line to everyone, IMHO.
But we're digressing- we're not talking about users like us, we're talking about the mass public, who don't know what CBR or VBR is- do you think they're asking LAME dev's what -v means, or much else? They don't even post here much about that stuff.
LAMEDrop supports tagging and decoding, so it's a pretty sweet deal. I don't think many people are concerned with tuning or filtering (if you are, go become a LAME dev, you sound more than qualified!). The point being, we're talking about acceptable gamerips. Really, 192 CBR would be acceptable to most, but when we're talking about recommending an encoder, we should be ditching the command-line confusion and saying "Hey, there's this great little program called LameDropXPd. Easy to configure to get great quality MP3 files. Blah blah blah.." and so forth. And your English is extremely good. Most Europeans speak better English than most native speakers, to be honest! (Assuming you're European, but it seems the most likely.) - Spike How ya doing, buddy? |
Chocorific |
Code:
lame -V2 yourfile.wav Of course you can argue if choosing a GUI over cmdline is a matter of taste (in the simple setup, where you don't wanna change any more options except the encoding quality). You may already have noticed, I'm quite retro when it comes to this
To give these projects something back I give the authors feedback about bugs or feature requests in their code. That's the least I can do. And it pays off. If someone uses 5 minutes of his time to write a decent bugreport for the problem it's sometimes fixed within a couple of days. Try that with a commercial program. Likely you're totally ignored by the support and when the new version comes out you have already switched to another app (or the new version costs additional money). Or the bugs wasn't fixed at all. Plus you have the community. That's very different when working on Windows. I rarely see people posting bugreports for closed-source software. The whole mindset differs. Like you said e.g. the people expect the software to work, if not they blame the programmer/author. I can't blame the programmers and I can't demand anything. One example: My friend was having boot problems after he updated his linux kernel the last time. Downgrading was no options because he needed the new functionality. The problem was a lengthy delay when scanning for harddrives. Didn't happen with prior versions, so something was wrong. Now his laptop is rather old, something around 5 years, or even more. There is definitely no support for it. I encouraged him to post his problem in the kernel bugtracker. He did and a developer did take a look at the problem, wrote some additional debug code which my friend tested on his system. I took only 2 days to solve the problem. The patch to the problem is now included in the stable gentoo kernel sources. Try this on windows, you won't get far when encountering such kind of problems. People are forced to update hardware because support runs out, even if it's only five lines of code to change (code they don't have access to). See... different mindset :-)
However I was thinking to apply to the Google Summer of Code in the next year. Maybe helping the wine project or so... (so I can finally play Blood 2: The Chosen on linux )
Greets from Germany, liquid What, you don't want my bikini-clad body? |
Carob Nut |
Thanks very much! I was looking for a way to get better quality from CDs I have!
Jam it back in, in the dark. |
Hello eveyone,
i've got a problem with foobar2000. does anyone know why the bitrate is not constant if you convert several ape/flac-tracks to mp3? i chose MP3-LAME V4, 165kBit/s. but sometimes the botrate is 192, sometimes 160, sometimes 224. it always varies. what do i have to do to make it constant? thanks in advance, janice1423 There's nowhere I can't reach.
Last edited by Janice1423; Dec 17, 2008 at 03:25 AM.
|
Chocorific |
The question is: Why do you want a constant bitrate?
VBR stands for variable bit rate, so you can expect different average bitrates when encoding multiple files. This thing is sticky, and I don't like it. I don't appreciate it. |
i just like constant bitrate!
"VBR stands for variable bit rate". i was not aware of that, sorry. is it impossible to make the bitrate constant (with foobar2000)? How ya doing, buddy?
Last edited by Janice1423; Nov 7, 2008 at 05:06 AM.
|
I was speaking idiomatically. John Mayer just asked me, personally, through an assistant, to sing backup on his new CD. |
thanks for all your responses
my question was: is it impossible to make the bitrate constant (with foobar2000)? a simple "yes" would do. if the answer is "no" (if it IS possible) please explain me how to do it constant. thx in advance What kind of toxic man-thing is happening now?
Last edited by Janice1423; Nov 7, 2008 at 09:10 AM.
|
FELIPE NO |
Chocorific |
Sure, you can use LAME in CBR (constant bitrate) mode and just select the bitrate.
I think what fb2k does is to let the user select sort of a "target bitrate". Of course such a thing doesn't really exist and is probably based on a bunch of selected encodes. @Janice: So yes, it's possible. Read the LAME docs how to do it. Maybe fb2k doesn't expose the functionality, but LAME is completly capable of generating CBR encodes. Keep in mind though that CBR rate is obsolete. If you wanna max out quality/filesize ratio then use VBR modes. What, you don't want my bikini-clad body? |
Jam it back in, in the dark. |
And i use LAME V0. There's nowhere I can't reach. |
thanks for the information, lousy. sorry i didn't say "thank you" earlier. but i'm really rarely in this "Guide to Ripping & Encoding High Quality MP3s " thread.
i appreciate your help This thing is sticky, and I don't like it. I don't appreciate it. |
Guess that means I have to update the guide for the new version, huh? Additional Spam: Cleaned up a few other things too.
I was speaking idiomatically. Good morning, post-apocalyptia!
Last edited by Moguta; Feb 2, 2009 at 09:05 PM.
Reason: This member got a little too post happy.
|
Banned |
So I decided I'm going to stop using LAME 3.97 and instead use either LAME 3.98 or LAME 3.98.2. I don't upgrade mp3 encoders often (I prefer lossless over mp3) and to me it seems like 3.98.2 has just a very minor fix.
Would it be just as reasonable to use 3.98 instead of 3.98.2, at least until the next version of LAME (ie 3.99) gets released? What kind of toxic man-thing is happening now? |
Might as well use 3.98.2 since it doesn't really make sense not to get those bugfixes.
FELIPE NO Good morning, post-apocalyptia! |
What, you don't want my bikini-clad body? |
Banned |
Jam it back in, in the dark. |
There's nowhere I can't reach. Good morning, post-apocalyptia! |
Guys, what's the difference between the modes "new VBR" and "old VBR" on Lame encoder?
I am kinda new in ripping my CDs using VBR. Previously I ripped'em using CBR. I use the following settings in Easy CD-DA Audio Extractor http://img8.imageshack.us/img8/8054/settings1u.jpg Should I be using Min bitrate limit when I am ripping with VBR V0? This thing is sticky, and I don't like it. I don't appreciate it. |
Chocorific |
You should disable min and max bitrate, since the VBR algorithm should figure out this itself. It's generally only needed if your playback device can handle VBR. but not fully (some very old portables can handle VBR if the bitrate per frame doesn't exceed like 192kbit/s - a friend of mine still owns such a device, so he needs this options).
Concerning the VBR mode. You probably should read the LAME docs (and the mailing list) about this topic. Some time ago the LAME project became dissatisfied with their VBR implementation, so they did an entire rewrite of the thing. However they left the old VBR implementation inside the code, so the user could switch back and forth between them. This was necessary in the beginning since the new implementation was doing some things better but a lot things he did worse than the old impl. However this is long ago and the new VBR mode is now considered more efficient and smarter than the old one. Since the new LAME release the new VBR mode is the default one. So you probably never want to go back to the old mode. I wouldn't the surprised if some time in the future the old code is completly removed. I am a dolphin, do you want me on your body? |