| Author |
Message |
selva
Guest
|
Posted:
Mon Dec 26, 2005 9:30 am Post subject:
Again 0x80070057 |
|
|
hi,
sir i followed the steps u gave in the last post. but still i m getting
the same error. My inpust type is cable adnvideo composite.
Pl suggest me how to do? i am in urgent also
thanks in advanvce.
thank u sir,
with warm regds,
selvarani
|
|
| Back to top |
|
 |
The March Hare [MVP]
Guest
|
Posted:
Mon Dec 26, 2005 5:30 pm Post subject:
Re: Again 0x80070057 |
|
|
On Sun, 25 Dec 2005 21:57:02 -0800, selva wrote:
| Quote: | sir i followed the steps u gave in the last post. but still i m getting
the same error. My inpust type is cable adnvideo composite.
|
HRESULT: 0x80070057 (2147942487)
Name: E_INVALIDARG
Description: An invalid parameter was passed to the returning function
Severity code: Failed
Facility Code: FACILITY_WIN32 (7)
Error Code: 0x0057 (87)
Where is your code snippet showing where the problem occurs?
--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution |
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Mon Dec 26, 2005 9:30 pm Post subject:
Re: Again 0x80070057 |
|
|
On Sun, 25 Dec 2005 21:57:02 -0800, "selva"
<selva@discussions.microsoft.com> wrote:
| Quote: | hi,
sir i followed the steps u gave in the last post. but still i m getting
the same error. My inpust type is cable adnvideo composite.
Pl suggest me how to do? i am in urgent also
|
I don't know the full answer to your question.
However, looking at a google search for this error suggested that the
"Incorrect Parameter" message may be related to the lack of an audio
stream when encoding a video stream. The two references I found were :
http://www.v1sports.com/support/kb/article.php?id=024 and
http://groups.google.com/group/microsoft.public.windowsmedia.player/browse_frm/thread/94d854e0195159b7/1886086c72225140?lnk=st&q=80070057+windows+media+encoder&rnum=1&hl=en#1886086c72225140
It's suggesting to me that WME is *expecting* to receive an Audio
source, but none is available from the chosen device.
If I remember rightly (though you've lost the threading of this
message), you were using a TV card as encoder source. I know my Bt848
card cannot pass audio over the PCI bus, and uses a loopback to the
sound card - although it appears as an audio device, it's not capable
of passing audio to the encoder. Perhaps yours is the same.
I have an idea which might be worth trying :
(1) At this stage, do not re-use an existing profile, create a
completely new profile. Choose "Source from Devices" and select your
TV card - *but* remove the check box in the "Audio", from the TV card.
Make sure that on the Compression tab, you edit your Bit Rate(s) and
that Audio is *also* unchecked there.
Does that work without error ?
If that works with no error message, transfer the audio from the TV
card using a cable :
(2) Supply audio routed form the sound card (or a blank WAV audio
file) : Choose your sound card as audio input device, then attach a
cable from the Audio-Out of your TV card, to the sound card's Line-In
and use the Sound Card Line-In as the audio source (analog audio from
the TV card)
HTH
Cheers - Neil
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Mon Dec 26, 2005 9:30 pm Post subject:
Re: Again 0x80070057 |
|
|
On Mon, 26 Dec 2005 09:11:33 -0700, "The March Hare [MVP]"
<phil@ndsm.maps> wrote:
| Quote: | Where is your code snippet showing where the problem occurs?
|
Unfortunately for both of us, he's posting a new thread about a
subject we were discussing on the 21st December.
I think it's a problem with his TV card hardware not providing WDM
audio drivers (so far, anyway) - any other ideas if you prefer to
review the historical thread would be great, March.
Cheers - Neil |
|
| Back to top |
|
 |
The March Hare [MVP]
Guest
|
Posted:
Fri Dec 30, 2005 5:30 pm Post subject:
Re: Again 0x80070057 |
|
|
On Mon, 26 Dec 2005 18:45:22 GMT, Neil Smith [MVP Digital Media] wrote:
| Quote: | On Mon, 26 Dec 2005 09:11:33 -0700, "The March Hare [MVP]"
phil@ndsm.maps> wrote:
Where is your code snippet showing where the problem occurs?
Unfortunately for both of us, he's posting a new thread about a
subject we were discussing on the 21st December.
I think it's a problem with his TV card hardware not providing WDM
audio drivers (so far, anyway) - any other ideas if you prefer to
review the historical thread would be great, March.
|
Well, it seems the OP has disappeared or started another thread (LOL).
Happy New Year, Neil. Have a Guinness for me :)
--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution |
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Fri Dec 30, 2005 9:30 pm Post subject:
Re: Again 0x80070057 |
|
|
On Fri, 30 Dec 2005 08:11:43 -0700, "The March Hare [MVP]"
<phil@ndsm.maps> wrote:
| Quote: | Well, it seems the OP has disappeared or started another thread (LOL).
Happy New Year, Neil. Have a Guinness for me :)
|
Happy new year to you too.
Cheers Phil, will see what I can arrange <hic !>
Neil |
|
| Back to top |
|
 |
|
|
|
|