代码搜索:Video Codec
找到约 10,000 项符合「Video Codec」的源代码
代码结果 10,000
www.eeworm.com/read/316923/13514552
c ntensity.c
#include
void main(void)
{
clrscr();
highvideo();
cprintf("This text is high video\r\n");
lowvideo();
cprintf("This text is low video\r\n");
normvideo();
www.eeworm.com/read/315631/13539525
c ntensity.c
#include
void main(void)
{
clrscr();
highvideo();
cprintf("This text is high video\r\n");
lowvideo();
cprintf("This text is low video\r\n");
normvideo();
www.eeworm.com/read/310882/13641806
txt decode.txt
NAME
decode - decode video and/or audio or speech files
SYNOPSIS
decode [options...]
DESCRIPTION
This demo uses the Codec Engine to decode data from files and output
the
www.eeworm.com/read/308442/13701265
c ntensity.c
#include
void main(void)
{
clrscr();
highvideo();
cprintf("This text is high video\r\n");
lowvideo();
cprintf("This text is low video\r\n");
normvideo();
www.eeworm.com/read/307914/13713232
cpp capture.cpp
#include "stdafx.h"
#include "capture.h"
#include "samplegrab.h"
//
// Global Data
//
enum PLAYSTATE {Stopped, Paused, Running, Init};
DWORD g_dwGraphRegister = 0;
IVideoWindow *
www.eeworm.com/read/306970/13734064
texi ffmpeg-doc.texi
\input texinfo @c -*- texinfo -*-
@settitle FFmpeg Documentation
@titlepage
@sp 7
@center @titlefont{FFmpeg Documentation}
@sp 3
@end titlepage
@chapter Introduction
FFmpeg is a very f
www.eeworm.com/read/306970/13734066
changelog
version
- DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
- TechSmith Camtasia (TSCC) video decoder
- IBM Ultimotion (ULTI) video decoder
- Sierra Online audio file demuxer and decode
www.eeworm.com/read/305175/13777499
txt decode.txt
NAME
decode - decode video and/or audio or speech files
SYNOPSIS
decode [options...]
DESCRIPTION
This demo uses the Codec Engine to decode data from files and output
the
www.eeworm.com/read/301198/13864058
c ntensity.c
#include
void main(void)
{
clrscr();
highvideo();
cprintf("This text is high video\r\n");
lowvideo();
cprintf("This text is low video\r\n");
normvideo();
www.eeworm.com/read/135956/13883175
hpp vopmbenc.hpp
/*************************************************************************
This software module was originally developed by
Ming-Chieh Lee (mingcl@microsoft.com), Microsoft Corporation
Wei-g