flv를 avi로 변환 해보자!!!
Etc Posted at 2008/06/13 14:18
제목 처럼 flv를 avi로 변환해보자!!!
여기에서 flv란? 내가 설명하는 것 보다는 참고사이트의 첫번째 사이트에 가보면 상단에
What is FLV files?
FLV (flash video files) is a format for delivering video through the
internet, it is currently being use by the popular Youtube video
sharing service and Google Video. It is possible to obtain this file by
using other open source tools such as youtube-dl or from an online youtube downloader VideoDL.org
라고 써 있다 -_-;
mencoder와 w32codecs가 필요하다고 한다
w32codecs 우분투라면 참고사이트의 첫번째 사이트에 나와 있는 저장소를 이용하면 되고~
데비안이라면.... 참고사이트의 2/3번째에 가보면 데비안 저장소를 알려주고 있다... 거기에서 하라는 대로 하면
된다 ...... mencoder도~ 참고사이트의 2/3번째를 참고해서 설치하면 된다. ~ ^_^
자~ 다 설치했으면~
mencoder -oac copy -ovc lavc -o video.avi video.flv
(옵션 설명에 대해서는 묻지 마시길.... 참고사이트에서 보고 했으니-_-;;; 정 궁금하면 man mencoder를 활용^^)
이런식으로 실행하면~ 뭔가 후다다닥~ 지나가면서 확장자 avi를 가진 파일이 생성된다^^
article soruces
1. blog.mypapit.net/2006/12/howto-convert-flv-youtube-google-video-files-to-avi-in-linux.html
2. debianusers.org/DebianWiki/wiki.php/%BC%D2%BD%BA%B8%AE%BD%BA%C6%AE/%BA%F1%B0%F8%BD%C4
3. debianusers.org/DebianWiki/wiki.php/Mplayer#auth
자~ 이제~ flv 받는 것 찾아 보자-_-;;;
http://www.ubuntugeek.com/convert-flv-google-videos-to-mpg-using-ffmpeg.html 에 보니....
더욱 쉽게 할 수 잇는 방법이 있구나...ㅡ.ㅜ
첫번째 것으로 하면.... 소리가 10여초 뒤에~ 들리는 경우도 잇음 (많음-_-;ㅋ)
python + ffmpeg + beautifulsoup 이용하면... 재미있는 것 나올 것 같구낭 ^^
@@@ 추가 @@@
http://home.gna.org/clive/index.shtml
http://taufanlubis.wordpress.com/2007/10/25/download-videos-from-youtube-using-pytube-in-ubuntu/



