搜索资源列表
ffmpeg
- Video encoder. Support nearly every video format.
mm_mpa_enc_0.9.0.0_bin
- MONOGRAM MPEG Audio Encoder 0.9-after a while there’s yet another new encoder available :). I have created an MPEG Layer 2 encoder based on the libavcodec (ffmpeg) source code. Unluckily the libavcodec encoder lacks a nice psychoacoustic model so I’m
mmac3e_0900_src
- MONOGRAM AC3 Encoder 0.9-for some time I was unable to find a decent free AC-3 encoder DirectShow filter so I’ve decided to make one. I’ve extracted the AC-3 encoder source from libavcodec (ffmpeg project) and wrapped it into a simple filter. The fil
OpenCaster2.4
- 很多不错的MPEG2传输流工具代码集合,主要用C和python实现。 功能: PSI 生成;EPG/EIT生成;DSM-CC数据生成和接收(MHP/MHEG5/SSU);TS 包和时序分析;等等。-This package is a collection of softwares to play out and multiplex MPEG2 transport stream format in a Linux system. Features: - PSI generation
mmac3
- mmac3,ac3音频编码器,是ffmpeg项目的一个子项目,VC++2005编译,便于学习研究。-mmac3, ac3 audio encoder,a subproject of ffmpeg project , could be compiled by VC++2005, useful to study and research.
mlpenc
- DVD-Audio格式MLP编码器源码,期待高手重新编写完善-* MLP encoder * Copyright (c) 2008 Ramiro Polla <ramiro@lisha.ufsc.br> * * This file is part of FFmpeg. * * FFmpeg is free software you can redistribute it and/or * modify it under the terms of the GN
X264Encoder
- h264 encoder 一个基于x264编码库与ffmpeg库,的简单封装h264编码接口-encode yuv file to h264 file
simplest_ffmpeg_pic_encoder
- 最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)。代码调用FFMPEG类库实现了YUV420P的数据编码为JPEG图片。 详细信息《最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)》: http://blog.csdn.net/leixiaohua1020/article/details/25346147-a simplest picture encoder based on FFmpeg. The software is based on VC 2010.