[opensuse] Converting flash video to avi or mp4
Does anyone know how to convert flash video to avi or mp4 please Sean -- Thawte, GSWoT and CaCert WOT Assurer I believe that every human has a finite number of heartbeats. I don't intend to waste any of mine running around doing exercises. - Neil Armstrong
On 30 Dec 2006, sean@rima.ws wrote:
Does anyone know how to convert flash video to avi or mp4 please
Use mencoder. Charles -- "We all know Linux is great...it does infinite loops in 5 seconds." (Linus Torvalds about the superiority of Linux on the Amterdam Linux Symposium)
On Sat, 30 Dec 2006 17:55:11 -0500 "Charles philip Chan" <cpchan@sympatico.ca> wrote:
On 30 Dec 2006, sean@rima.ws wrote:
Does anyone know how to convert flash video to avi or mp4 please
Use mencoder.
Charles
Doh sitting there in front of me :) Sean -- Thawte, GSWoT and CaCert WOT Assurer I believe that every human has a finite number of heartbeats. I don't intend to waste any of mine running around doing exercises. - Neil Armstrong
On Dec 30 2006 23:17, Sean Rima wrote:
On Sat, 30 Dec 2006 17:55:11 -0500 "Charles philip Chan" <cpchan@sympatico.ca> wrote:
On 30 Dec 2006, sean@rima.ws wrote:
Does anyone know how to convert flash video to avi or mp4 please
Use mencoder.
Charles
Doh sitting there in front of me :)
For use with YouTube: -------flv2avi-------- #!/bin/bash for i in "$@"; do mencoder -oac pcm -ovc copy "$i" -o "${i%.flv}.avi"; done; ------EOF------- mplayer has problems with audio seeking in FLV files, so a good choice is to convert it to PCM. Reencoding it to MP3 would not be worth the effort (heck, quality already sucks with youtube videos, no need to make it worse). -`J' -- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Charles philip Chan
-
Jan Engelhardt
-
Sean Rima