 |
|
 |
I have developed an aplication to transform videos, and now I want to save this new videos, but I don't have any idea how to do that.
Anybody can give me a clue or a url with any example???
Thanks,
Quijote.
|
|
|
|
 |
|
 |
Compiling...
AVItoWMV.cpp
fatal error C1083: Cannot open source file: 'C:\Documents and Settings\avitowmv\avitowmv\AVItoWMV.cpp': No such file or directory
callback.cpp
fatal error C1083: Cannot open source file: 'C:\Documents and Settings\avitowmv\avitowmv\callback.cpp': No such file or directory
index.cpp
fatal error C1083: Cannot open source file: 'C:\Documents and Settings\avitowmv\avitowmv\index.cpp': No such file or directory
main.cpp
Error executing cl.exe.
avitowmv.exe - 3 error(s), 0 warning(s)
3개 파일이 없네요...
소스좀 올려주심 안되나욤..꼭 필요해서요..
|
|
|
|
 |
|
 |
If anyone have sample code for creating ASF file format( mpeg4/mp3 streams in it), plz reply.
thanx inadvance.
|
|
|
|
 |
|
 |
When I tried to put MSADPCM & MPEG4 in asf,media player is giving error -
"Some of the streams in this movie are in an unsupported format. (Error=00040242)"; but it is playing video.
What might be the possible reasons ?
If anyone knows How to put audio data in asf please tell me?.
Is there any ASF parser code available?
|
|
|
|
 |
|
 |
I am encountered with same problem.
|
|
|
|
 |
|
 |
there's only main.cpp
Where are the other source files?
|
|
|
|
 |
|
 |
i would like to know if there is classes to deal with two video formats and convert from one to another...... Thanks in advance
|
|
|
|
 |
|
 |
This application also can capture video files. Click Video Capture in the Capture Type area; video capture starts automatically. To end the capture session, click Start Playback. The recorded file automatically plays back.
hello world!
|
|
|
|
 |
|
 |
Hi ,
I have a problem with avitowmv , some times it get stuck at the line :
“BITMAPINFOHEADER *pbih = (BITMAPINFOHEADER *) AVIStreamGetFrame(pgf, NumCurrentVideo);”
when it tries to read the video part and it’s not consistently .
do you know why ?
Thanks,
Anat.
(anat_on@hotmail.com)
|
|
|
|
 |
|
|
 |
|
 |
runnning this sample over and over generates heavy memory leeks. am i the only one having this problem?
|
|
|
|
 |
|
 |
A leek is just a type of onion, so collect them all and make a salad.
Christian
I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
|
|
|
|
 |
|
 |
I want to write pre-compressed(third-party codec,not microsoft) video sample into wmv file.I want not to uncompress video sample.How can I do?
|
|
|
|
 |
|
 |
I am encountered with same problem.
or, how to compress the uncompressed video info in WMV file?
thanks
shinson
|
|
|
|
 |
|
|
 |
|
 |
Yap !
|
|
|
|
 |
|
 |
I had my own way of solving this issue too but you beat me in writing even lesser codes than me! What I did was I used AVIMakeCompressedStream() function. The advantage of using this function is that it can be used to convert compressed audio format to the uncompressed PCM formats too.
AVIToWMV has other restrictions too, for example:
1) unable to accept AVI files with no audio - one trick is to insert a dummy 8kHz mono audio source
2) AVI files with palletized 8-bit video - this you will have to provide a routine to convert the video to a 24-bit(or 16-bit?)
Anyone has other ways of solving these issues?
|
|
|
|
 |
|
 |
Hi. Thanks for your comment about my article
I just wanted to demonstrate how to modify the samples in Windows Media Format SDK.
I know what you are trying to say. but, that is beyond basics.
I think I should think about further implementation
Thanks for your support again.
1) that is the only way for conveting video only avi files to wmv files.
|
|
|
|
 |
|
 |
No problem... So far, What I haven't been able to do is to convert MP3 files to WMA. Anyone has any ideas?
|
|
|
|
 |
|
 |
When I use AVIMakeCompressedStream() function Convert compressed audio format to the uncompressed PCM format, and the AVIStreamEnd() function calculates the sample associated with the end of a stream. but I can not add all audio to wmv. for example a file is 5 minute, but i can only convert 9 second.
anyont has a way of solving this issues?
many thanks!
(sorry, my english is so poor!)
|
|
|
|
 |