포럼 회원으로 등록하신분만 다운로드가 가능합니다. 최대 업로드 가능한 용량은 20MB 입니다.

20090303 이후


변경되었음....최근 버전에서는
./ffmpeg -i big_buck_bunny_720p_surround.avi -b 1200k -s 480x270  -vcodec libxvid -ar 44100 -ab 128 -ac 2 -acodec libmp3lame bbb_xvid_mp3.avi


// frame갯수
-vframes

// 시간(sec단위 혹은 hh:mm:ss[.xxx] 단위도 가능)
-t


// xvid
./ffmpeg -i big_buck_bunny_720p_surround.avi -t 60 -b 1200k -s 480x270  -vcodec libxvid -ar 44100 -ab 128k -ac 2 -acodec libmp3lame bbb_xvid_mp3.avi


// mpeg4
./ffmpeg -i big_buck_bunny_720p_surround.avi -t 60 -b 1200k -s 480x270  -vcodec mpeg4 -ar 44100 -ab 128k -ac 2 -acodec libfaac bbb_mpeg4_aac.mp4
- 320x176
./ffmpeg -i big_buck_bunny_720p_surround.avi -t 20 -b 1200k -s 320x176  -vcodec mpeg4 -ar 44100 -ab 128k -ac 2 -acodec libfaac bbb_mpeg4_aac.mp4


// xvid + vorbis ==> play가 되지 않는다. 하지 말것
./ffmpeg -i big_buck_bunny_720p_surround.avi -t 60 -b 1200k -s 480x270  -vcodec libxvid -ar 44100 -ab 128k -ac 2 -acodec libvorbis bbb_xvid_vorbis.avi

// x264/mp3/avi
./ffmpeg -i big_buck_bunny_720p_surround.avi -t 60 -b 1200k -s 480x270  -vcodec libx264 -ar 44100 -ab 128k -ac 2 -acodec libmp3lame bbb_h264_mp3.avi

// x264/mp3/mkv: gom에서는 안됨....mplayer에서는 됨
./ffmpeg -i big_buck_bunny_720p_surround.avi -t 60 -b 1200k -s 480x270  -vcodec libx264 -ar 44100 -ab 128k -ac 2 -acodec libmp3lame bbb_h264_mp3.mkv



// aac encode test
./ffmpeg -i haapari.mp3 -acodec aac -ab    192 ghc.mp4


// qpel, gmc 적용
./ffmpeg -i big_buck_bunny_720p_surround.avi -t 60 -b 1200k -s 480x270  -vcodec libxvid -flags gmc -flags qpel -ar 44100 -ab 128k -ac 2 -acodec libmp3lame bbb_xvid_mp3.avi

// qpel, gmc 적용
./ffmpeg -i big_buck_bunny_720p_surround.avi -t 60 -b 1200k -s 480x270  -vcodec mpeg4 -flags gmc -flags qpel -ar 44100 -ab 128k -ac 2 -acodec libmp3lame bbb_mpeg4_mp3.avi


// same quality
./ffmpeg -i big_buck_bunny_720p_surround.avi -t 60 -sameq  -vcodec mpeg4 -flags qpel -ar 44100 -ab 128k -ac 2 -acodec libmp3lame bbb_mpeg4_mp3.avi


./ffmpeg -i big_buck_bunny_720p_surround.avi -t 60 -sameq  -vcodec mpeg4 -flags gmc -ar 44100 -ab 128k -ac 2 -acodec libmp3lame bbb_mpeg4_mp3.avi



// mpeg2ts
./ffmpeg -i t.tp -t 60 -s 320x176 -vcodec mpeg2video -ar 44100 -ab 128k -ac 2 -acodec libmp3lame tae.ts

// mp2로
./ffmpeg -i t.tp -t 60 -s 320x176 -vcodec mpeg2video -ar 44100 -ab 128k -ac 2 -acodec mp2 tae.ts





//
./ffmpeg -i csi321.avi -t 60 -b 1200k -s 176x144  -vcodec libxvid -ar 44100 -ab 128k -ac 2 -acodec libmp3lame 176_144_csi.avi


// mp3 => aac
./ffmpeg -i t.mp3 -acodec libfaac -ab    192 ghc.mp4

List of Articles
번호 제목 글쓴이 날짜 조회 수sort

CVS 디렉터리 날리는 방법

간단한 리눅스 firewall script

The GNU Make - How to Using Make file

C Library ABI for the ARM®Architecture file

POSIX Serial Programming Guide file

The GNU Binary Utilities - How to Using binutils file

micro second to jiffies 변환

wxWidget mysql direct access file

Linux 101 Hacks file [1]

dos2unix source & site file

grep을 이용한 검색 script ==> gref

framebuffer capture하기 [1]

펌웨어 프로그래밍 팁 - gotoxy()

응용프로그램 컴파일 시 "config.h"가 없다고 나오는 경우 [1]

유용한 ARM 어셈블리 분기 명령어 시리즈 #2

우분투 리눅스 8.10 업데이트 서버 변경 방법

펌웨어 프로그래밍 팁 - atox() 함수 구현

limxml2 라이브러리를 이용해서 어트리뷰트 값을 가져오는 방법

ARM 7 강좌를 다른 분이 편집한 자료 같네요. file [2]

find 명령어 활용법

사용자 로그인