Need AVI for the VC-1 Pro SDK AVI2ASF sample
Mon, 25 Feb 2008 09:15:25 +0200
Hi,
The AVI2ASF sample in the VC-1 Pro SDK required a FourCC handler of either
I420 or IYUV.
How can i find such AVIs?
...
|
Problem Pull Live Audio over a LAN using WMP and WME
Sat, 23 Feb 2008 20:40:01 -0800
I have just encountered a new problem with streaming live audio using Windows
Media Encoder at my local church's LAN where I volunteer as IT coordinator.
I am trying to pull the live audio from computer 1 which encodes the audio
using WME 9 over port 8080 to computer 2 using WMP 11. Computer 1 uses
Windows ...
|
General Question
Fri, 22 Feb 2008 12:12:40 -0800 (PST)
I have a question regarding the new "Microsoft VC-1 Encoder SDK -
Professional". Great SDK by the way - much easier to learn than the
formatXX SDK was :)
When I encode samples using EncodeFrame it alway returns
ERR_NO_OP_FRAME on the first 8 calls even though I have B-Fames=0 and
lookAhead=false, etc. It ne ...
|
Windows Media Encoder broadcasts audio from one PC but not the oth
Fri, 22 Feb 2008 09:46:00 -0800
My friend uses Windows Media Encoder 9.0 to broadcast audio to the internet
from one main XP machine, this works no problem.
I'm helping upgrading his hardware, so we setup a new XP Pro pc next to the
"old" one, installed WME 9.0, configured exactly as on the old pc, it does
modulates but when we check the ...
|
Bandwidth (bit rate) calculation for windows media encoder
Fri, 22 Feb 2008 05:47:16 -0800 (PST)
minimum bandwidth for streaming video using WME:
5 bits * horizontal resolution * vertical resolution * encoded frames
per second / 30
example:
5 * 320 * 240 *30/30 = 384k
for 640x480 (D1 resolution):
5 * 640 * 480 * 30/30 = 1.536M
The relationship is not totally linear, but this is a good guide. ...
|
Burning wmv files into CD or DVD
Fri, 22 Feb 2008 10:13:52 +0530
What software should I use for burning music videos captured with Windows
Media Encoder into wmv files? Does it provide all the authoring tools
similar to those provided by NeroVision like editing the menu of the DVD
with the opening still of each song in an artistic presentation at the
beginning with the fa ...
|
RTSP source Code
Wed, 20 Feb 2008 02:59:43 -0800 (PST)
Hi,
I am working on streaming video I need to RTSP structure information
and Is there any RTSP free source is available in C or C++.
Thanks in Advance
...
|
|
|
System.AccessViolationException when encoder.preparetoencode on vi
Wed, 20 Feb 2008 00:52:00 -0800
hallo
is der still a problem when using the encoder-sdk.
I want to encode avi-files to wmv-files on a vista-system but the code
crashes, when it starts to encode. i allready installed the vista-hotfix
KB929182 but the problem still exists. After one day searching in the web, i
couldn't find a solution for i ...
|
Finding H.264 specification
Mon, 18 Feb 2008 19:50:35 -0800 (PST)
I am developing one application which having encoding/decoding using
H. 264 standard. I search H.264 specification on net but i cant
success. please help me where I get H.264 specification.
Thanks in advance. ...
|
getting heap corrutption error in "preparetoencode"
Mon, 18 Feb 2008 03:18:41 -0800 (PST)
Hi,
I am developing a video converter using the Windows Media Encoder 9
SDK. I am trying to convert a .avi to .wmv. When i try to run the
application it raises an exception in the 'preparetoencode()'
function
saying "Invalid Address specified to RtlSizeHeap: This may be due to
a
corruption of the heap, and ...
|