I have been searching for hours and have not been able to come up with a solution, help would really be appreciated.
+ Reply to Thread
Results 1 to 14 of 14
-
Cheers from downunder.
-
Format Factory should do. Watch the adware.
Pazera Free Audio Extractor is my favorite. -
What is wrong with ffmpeg? https://trac.ffmpeg.org/wiki/Encoding%20VBR%20%28Variable%20Bit%20Rate%29%20mp3%20audio
ffmpeg -i %1 -codec:a libmp3lame -q:a 2 -ac 2 %1.mp3 -
two programs are not simpler than one
When one is just the frontend and uses lame or flac to encode.
You can use one program on the front that uses more than one other program or software but that does not make
more complicated or less "simpler" to use.
-
The expression "simple enough" is not synonymous with "simpler".
Regardless, I agree with you in the point of view of computational complexity, but if I can avoid having to write any command line by using a front end (via the second program) I find that simpler in terms of a point-click-keystroke logistical sequence.
Besides, aren't front ends, or GUIs, for CLI-based programs designed to make your life simpler?I hate VHS. I always did. -
Example not fair as EAC is ripper with encode functionality - where conversion between formats is not EAC task.
As i understand idea behind example then i don't understand why use two programs instead one where this program provide probably highest possible quality (SoX resampler if required, all LAME options, decent AC3 decoder) in one binary.
But OK as principle - i was quite curious why bother with possible problems related to pipe, formats to exchange data etc. but OK and it is up to topic author.
Fair point and my mistake - simpler doesn't mean simplest, simple enough is not simpler - blame me not being native English.
AFAIR there is at least few GUI's for FFMPEG - bot sure how they follow ffmpeg changes but IMHO copy + paste in notepad is not so difficult task especially that this batch can be used in GUI also. -
My point was that you can "drag & drop" on batch - thus not problem at all with semi GUI ffmpeg... from very simple script to very fancy - more or less similar functionality - funniest thing is that some people building in some xxxxbuilder GUI wrapper over ffmpeg and they want to have money or worse (adware/spyware/trojanware etc).
http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=17&t=957
https://anaheimofmanheim.wordpress.com/2012/12/31/drag-and-drop-multiple-files-for-bat...eg-processing/
http://pcloadletter.co.uk/2011/06/15/batch-ffmpeg-transcoding-script/
Similar Threads
-
how do you convert .ogg audio file to mp3?
By shun in forum AudioReplies: 5Last Post: 22nd Sep 2023, 15:34 -
How to convert WAV/MPA/MP3 audio to AC3(DD) using Besweet
By Baldrick in forum User guidesReplies: 89Last Post: 11th Aug 2012, 16:14 -
How to convert a AAC audio file in a mkv file to AC3?
By wolvie77 in forum AudioReplies: 4Last Post: 13th Mar 2012, 21:59 -
FLACK File to MP3 Will Not Convert
By Teac23 in forum AudioReplies: 1Last Post: 12th Jan 2011, 10:32 -
How to convert WAV/MPA/MP3 to AC3 6 channels?
By katalogas in forum AudioReplies: 8Last Post: 16th Feb 2010, 14:12