본문 바로가기

Codec/FFMpeg

ffmpeg user forum http://ffmpeg-users.933282.n4.nabble.com/ 더보기
ffmpeg에 있는 example 실행 filtering_video.c doc/example에 있는 filtering_video.c 파일을 실행 해 보았습니다. 한번 접해보니 그냥 막현한 example이더군요. 경로 잡아 줘야 할 것들, 변경 해 줘야 할 것들이 많아서 저거 하나 하는데도 손이 많이 갑니다.;; 누가 이런거 제대로 정리해서 올려주시는 분들 없으려나 하는 마음으로 올려봅니다. 혹시 몰라서 프로젝트 파일도 같이 올렸습니다~ 아래 이미지는 Media player로 재생한 원본 avi 입니다. CMD로 보여지는 아래 이미지들은 위의 원본 avi 를 filtering 하여 실행 되어진 결과 입니다. ffmpeg version : 0.11 win32 shared binary (dev용) 더보기
ffmpeg binary download http://ffmpeg.zeranoe.com/builds/ 더보기
avcodec_decode_video avcodec_decode_video Overview Defined in avcodec.h Decodes a video frame from buf into picture. The avcodec_decode_video() function decodes a video frame from the input buffer buf of size buf_size. To decode it, it makes use of the video codec which was coupled with avctx using avcodec_open(). The resulting decoded frame is stored in picture. Warning: The input buffer must be FF_INPUT_BUFFER_PAD.. 더보기
Audio Codec 정보 Number Standard by Description Bit rate (kb/s) Sampling rate (kHz) Frame size (ms) Remarks MOS (Mean Opinion Score) G.711 * ITU-T Pulse code modulation (PCM) 64 8 Sampling U-law (US, Japan) and A-law (Europe) companding 4.1 G.721 ITU-T Adaptive differential pulse code modulation (ADPCM) 32 8 Sampling Now described in G.726; obsolete. G.722 ITU-T 7 kHz audio-coding within 64 kbit/s 64 16 Sampling.. 더보기
DScaler Deinterlacer/Scaler download TV Viewing Application (DScaler 4)의 가장 최근버전 이다. Version : 4.1.15 Release Note - Improved stability, lots of bug fixes - Card definitions stored in ini files - Lots of new cx2388x and saa713a cards - XMLTV EPG support - Fixes some XP2 issues with bt8x8 - Basic support for MCE remotes 더보기
Avi, Fly 파일을 swf로 변환 하기. Reference Site : http://www.libming.org/ 더보기
Streaming을 위한 Open Sources - Real (Helix) Streaming Server - Apple의 Darwin Streaming Server (http://developer.apple.com/darwin/projects/streaming/), - ffmpeg (http://ffmpeg.sourceforge.net/)를 이용한 ffserver, VideoLAN 말고도 몇가지 프로그램이 더 있네요. - WMV파일도 스트리밍할 수 있는 gini (http://gini.sourceforge.net/) - X박스와 동영상파일을 공유/스트리밍하는 xbms (http://www.xboxmediaplayer.de/) - 역시 mpg를 스트리밍하는 LiveMedia (http://www.LIVE.COM/liveMedia/) 이게 다 쓸만한건지 .. 더보기
FFMPEG 빌드를 해보자. ffmpeg documents : http://ffmpeg.org/ffmpeg-doc.html How to compile from ffmpeg : http://videotranscoding.wikispaces.com/ffmpeg FFMpeg Homepage : http://ffmpeg.mplayerhq.hu/ FFMpeg window help site : http://arrozcru.no-ip.org/ffmpeg/ Step-by-Step 윈도우 FFMpeg 설치 방법을 기술해 놓은 사이트 : http://arrozcru.no-ip.org/ffmpeg_wiki/tiki-index.php [FFMPEG 빌드 방법 ] MinGW와 MSYS를 다운 우선 윈도우로 FFMpeg를 컴파일 하기 위해서는 MinGW와 .. 더보기
동영상 파일 변환 직접 가능~! 역시 skm, k3g 등의 통신사 전용 코덱도 시작은 ffmpeg이군요. 아래는 http://blog.nachal.com/245 여기서 퍼왔습니다~ //----------------------------------------------------------------------------------// 요즘은 CS4에서 FLV도 임포트가 잘되고, 인터넷동영상도 FLV가 대세인거같아서 ffmpeg로 변환하는게 좋아요. 어도비인코더도 괜춘하긴한데 SKM은 안되데요;; FFMPEG는 거의모든코덱지원에 오픈소스라 능력만되면 직접 코덱을 컴파일해서 사용할 수 있습니다. FFMPEG 다운로드 ffmpeg_64bit.zip ffmpeg_32bit.zip 2010년 4월 19일자 윈도우용 스태틱버전입니다. SONY D.. 더보기