LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices

Reply
 
LinkBack Search this Thread
Old 02-17-2009, 10:08 PM   #1
waluigiking
LQ Newbie
 
Registered: Feb 2009
Posts: 4

Rep: Reputation: 0
some plz help this has been driving me mad for 4 days now


Thank you for all of your help, I found a way to do it so I'm closing this thread now

Last edited by waluigiking; 03-15-2009 at 02:17 PM. Reason: thread closed!
 
Old 02-18-2009, 02:34 AM   #2
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia1 KDE openbox
Posts: 2,854
Blog Entries: 33

Rep: Reputation: 142Reputation: 142
Hi, try download helper, a firefox plugin designed for youtube video downloads.

http://www.downloadhelper.net/

It also has a converter, last time I used it.

Cheers, Glenn
 
Old 02-18-2009, 08:28 AM   #3
farslayer
Guru
 
Registered: Oct 2005
Location: Willoughby, Ohio
Distribution: linuxdebian
Posts: 7,230
Blog Entries: 5

Rep: Reputation: 185Reputation: 185
A quick Google search finds the answer easily..

http://blog.mypapit.net/2008/04/flv2...-to-mpeg4.html
 
Old 02-18-2009, 08:46 AM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: back to Arch
Posts: 16,637

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Welcome to LQ!!

You will get better help here if you avoid the text-messaging shorthand-----use real words....e.g.:
you
I've
know
please
through
someone
.
.
etc.

Also use punctuation, caps at the beginning of sentences, etc.
 
Old 02-18-2009, 12:20 PM   #5
waluigiking
LQ Newbie
 
Registered: Feb 2009
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pixellany View Post
Welcome to LQ!!

You will get better help here if you avoid the text-messaging shorthand-----use real words....e.g.:
you
I've
know
please
through
someone
.
.
etc.

Also use punctuation, caps at the beginning of sentences, etc.
Thanks for you're input, I was in a hurry as I'm sure all of you could tell. I'll try not t be in such a rush as I was b4 from now on.

Also I'm doing my best to learn how to use the Terminal(with an online course). So just wondering if anyone has a way that I can change file types through the Terminal then that would be great.

thanks again for the help (I'll look through those sites as well later)
 
Old 02-18-2009, 05:15 PM   #6
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia1 KDE openbox
Posts: 2,854
Blog Entries: 33

Rep: Reputation: 142Reputation: 142
cp old.file new.file
 
Old 02-18-2009, 06:01 PM   #7
John VV
Guru
 
Registered: Aug 2005
Location: Ann Arbor Mi.
Distribution: OpenSUSE 11.4 & Scientfic Linux 6.1
Posts: 7,270

Rep: Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706
waluigiking i ?? think ?? you are referring to transcoding that flash video to something like mpg
google it for your destro . ( i could give you instructions for " Fedora 9/10 " but you might be using solaris - for all i know )
why not install mplayer or VLC with all the codecs . " .flv " files play just fine on mplayer
or install Miro 2.0 http://www.getmiro.com/ and watch youtube vids on that
 
Old 02-18-2009, 09:12 PM   #8
waluigiking
LQ Newbie
 
Registered: Feb 2009
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by John VV View Post
waluigiking i ?? think ?? you are referring to transcoding that flash video to something like mpg
google it for your destro . ( i could give you instructions for " Fedora 9/10 " but you might be using solaris - for all i know )
why not install mplayer or VLC with all the codecs . " .flv " files play just fine on mplayer
or install Miro 2.0 http://www.getmiro.com/ and watch youtube vids on that
Errr thank you for your input, i do have mplayer which did sorta work.
although the reason for all this mess is so that I view the videos on my laptop and my PSP as i cant always have my laptop with me. Oh another thing as I had posted before I'm really new to Linux so alot of programs i haven't used before
Again thank you for your idea anyway
 
Old 02-18-2009, 09:14 PM   #9
waluigiking
LQ Newbie
 
Registered: Feb 2009
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by GlennsPref View Post
cp old.file new.file
very cool I'll give it a try.

Thanks as always


Edit: I tryed it but got this
cp: cannot stat `eggman.mpg': No such file or directory

Last edited by waluigiking; 02-18-2009 at 09:17 PM. Reason: tryed idea
 
Old 02-18-2009, 10:50 PM   #10
John VV
Guru
 
Registered: Aug 2005
Location: Ann Arbor Mi.
Distribution: OpenSUSE 11.4 & Scientfic Linux 6.1
Posts: 7,270

Rep: Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706
just copping the file to a new name will not change the video
-- will not work --
Code:
cp eggman.flv eggman.mpg
-- nor will --
mv eggman.flv eggman.mpg
assuming you have the codecs installed for whatever destro. you are running AND ffmpeg
Code:
ffmpeg -i eggman.flv   eggman.mpg
 
Old 02-19-2009, 01:18 AM   #11
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia1 KDE openbox
Posts: 2,854
Blog Entries: 33

Rep: Reputation: 142Reputation: 142
That's true, changing the video file's extension will not fix this.

They are completely different.

You may need Codina, for extra codecs to play-back with, or that firefox plugin,

That is not available from Mozilla firefox plugins site.

It is an unofficial converter, I have not used it, no need.

Regards, Glenn
 
Old 02-19-2009, 01:23 AM   #12
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia1 KDE openbox
Posts: 2,854
Blog Entries: 33

Rep: Reputation: 142Reputation: 142
Unhappy changing the extension will not convert the vid

That's very true, changing the extension will not convert the vid to another format.

Quote:
Originally Posted by GlennsPref View Post
Hi, try download helper, a firefox plugin designed for youtube video downloads.

http://www.downloadhelper.net/

It also has a converter, last time I used it.

Cheers, Glenn
Have you tried Codina?
 
Old 02-19-2009, 05:58 PM   #13
farslayer
Guru
 
Registered: Oct 2005
Location: Willoughby, Ohio
Distribution: linuxdebian
Posts: 7,230
Blog Entries: 5

Rep: Reputation: 185Reputation: 185
Very curious if you have tried the command line conversion utility I provided the link for.. .looked pretty simple to me.
 
  


Reply

Tags
mp4, mpg


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DNS driving me mad kkiedrowski Linux - Networking 1 11-27-2005 05:46 PM
battstat driving me mad oookiezooo Linux - Newbie 1 04-15-2005 06:22 AM
kernel is driving me mad luqman Linux - Newbie 6 02-18-2005 05:05 AM
kernel is driving me mad luqman Red Hat 2 02-17-2005 07:00 AM
Samba driving me mad powadha Linux - Networking 4 06-10-2004 01:46 PM


All times are GMT -5. The time now is 04:27 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration