Re: Youtube running to fast

2012-08-18 Thread Michael Havens
but why was everything perfect until a couple of days ago> :-)~MIKE~(-: On Sat, Aug 18, 2012 at 5:54 PM, Andrew Harris wrote: > Welcome to the state of Adobe Flash on Linux, I will be your -- > SEGMENTATION FAULT, CORE DUMPED. > > Depending on your browser version, you can try youtube's html5 pl

Re: Youtube running to fast

2012-08-18 Thread Andrew Harris
Welcome to the state of Adobe Flash on Linux, I will be your -- SEGMENTATION FAULT, CORE DUMPED. Depending on your browser version, you can try youtube's html5 player. http://www.youtube.com/html5 Other than that, your downloading youtube videos thing doesn't sound so bad. On Sat, Aug 18, 2012

Usenet

2012-08-18 Thread Derek Trotter
I remember recently someone here saying they harvest files from usenet, but I forgot who it was. Anyway I have a question or two. Which newsreader would you recommend for large groups? Does it run on linux or windows? Thanks --- PLUG-discuss ma

Re: flv - mp3

2012-08-18 Thread Michael Havens
I forgot the '-i'! Silly me! :-)~MIKE~(-: On Sat, Aug 18, 2012 at 4:31 PM, Andrew Harris wrote: > It seems that Ubuntu is deprecating ffmpeg in favor of avconv. > > http://ubuntuforums.org/showthread.php?t=1995559 > > As for the overwriting thing, you forgot the -i flag. Copy/paste this: > > ffm

Re: flv - mp3

2012-08-18 Thread Andrew Harris
It seems that Ubuntu is deprecating ffmpeg in favor of avconv. http://ubuntuforums.org/showthread.php?t=1995559 As for the overwriting thing, you forgot the -i flag. Copy/paste this: ffmpeg -i ../Videos/oneoclockjump.flv OneOClockJump.mp3 On Sat, Aug 18, 2012 at 6:24 PM, Michael Havens wrote

Re: flv - mp3

2012-08-18 Thread Amit Nepal
Try to download the source for ffmpeg , compile and use it .. avconv is a fork of ffmpeg ( I think ). *Amit K Nepal Infrastructure Engineer (RHCE) omNovia Technologies Inc. Amit K Nepal * On 8/18/2012 4:24 PM, Michael

Re: flv - mp3

2012-08-18 Thread Michael Havens
this is scary. I ran the command and: ffmpeg ../Videos/oneoclockjump.flv OneOClockJump.mp3 ffmpeg version 0.8.3-4:0.8.3-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers built on Jun 12 2012 16:37:58 with gcc 4.6.3 *** THIS PROGRAM IS DEPRECATED *** This program is only provided fo

Re: flv - mp3

2012-08-18 Thread Amit Nepal
Right, the format is ffmpeg -i < input file > < outputfile > .. unless you want to change bit rates codecs and so forth. I believe that the ffmpeg comes with various presets which is chosen based on the output extension normally. You can override them by passing options. I haven't experiment

Re: flv - mp3

2012-08-18 Thread Michael Havens
that is what I thought it told us to do!! I thought it odd that we didn't have to tell it what they output file type was except just on the output file name. So then to covert it to like an MP4 it would be ffmpeg -i filename.flv filename.mp4 ? In the same regard it seems ffmpeg converts input.xxx t

Re: flv - mp3

2012-08-18 Thread Amit Nepal
ffmpeg -i filename.flv filename.mp3 should do it. *Amit K Nepal Infrastructure Engineer (RHCE) omNovia Technologies Inc. Amit K Nepal * On 8/18/2012 2:36 PM, Michael Havens wrote: I know that I need to use ffmpeg to con

Re: flv - mp3

2012-08-18 Thread Andrew Harris
> mplayer --dumpaudio /media/entertaiment/Videos/*one* --dumpfile audio.mp3 I would recommend against using bash expansion to try to do them all in one shot. Rather, try testing on 1-2 files, then write a loop to go at them all. > SO then I tried doing it separately but still it failed >

Re: flv - mp3

2012-08-18 Thread Michael Havens
Well, I ran what you told me to but it failed. mplayer --dumpaudio /media/entertaiment/Videos/*one* --dumpfile audio.mp3 MPlayer2 UNKNOWN (C) 2000-2011 MPlayer Team mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use

Re: flv - mp3

2012-08-18 Thread Andrew Harris
There's a good chance that the audio stream in the flv is already encoded as MP3. If you have mplayer, try this: mplayer --dumpaudio video.flv --dumpfile audio.mp3 Then do this: file audio.mp3 It doesn't come back with something like "OH YAH THAT'S TOTES AN MP3, BRO", then you can use ffmpeg li

flv - mp3

2012-08-18 Thread Michael Havens
I know that I need to use ffmpeg to convert the files but I can't figure it out with the man page. ANy one willing to help to help? :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to cha