Home > Archive (Community help, from old helpdesk) > Why Some mpeg2 file will:Video stream not found.(event already convert to another h246files )

Why Some mpeg2 file will:Video stream not found.(event already convert to another h246files )

Avatar image
Aug 23, 2015
Archive Agent wrote
1. I'm convert some mpeg2 file .but Video edit OnError said: Video stream not found.

and I'm use another convert tools, convert the source file to the h264(avi) file. but when use Video Edit. it still said: Video stream not found.(but another player can normally play these files. Media Player SDK)
I'm using ffdshow.

there is the source file.
https://www.dropbox.com/s/8ejxcqpsxew6zir/Problem.rar

2.another problem is , when Video Edit happening OnError:Video Stream not found. the videoEdit.Status still VFVideoEditStatus.Work.
I think it's already error. must changing to VFVideoEditStatus.Free.

qakmak on July 21, 2013 17:32
Completed
0
Vote
Reply
14 Answers
Aug 23, 2015
Archive Agent agent wrote
Roman Minyaylov

Please try updated build.

on July 23, 2013 17:40
Aug 23, 2015
Archive Agent agent wrote
qakmak

I just use the new version.
and this time OnError said:GetGroupOutputPin: Operation failed because project was not rendered successfully.

on July 23, 2013 21:04
Aug 23, 2015
Archive Agent agent wrote
qakmak

I just use the new version.
and this time OnError said:GetGroupOutputPin: Operation failed because project was not rendered successfully.

on July 23, 2013 21:04
Aug 23, 2015
Archive Agent agent wrote
qakmak

it will give the OnError a lot times. not like before just one.
1.GetGroupOutputPin: Operation failed because project was not render
2.GetGroupOutputPin: Operation failed because project was not render
3.GetGroupOutputPin: Operation failed because project was not render
4.Video stream not found.

This will causes me to revise my application.

on July 23, 2013 21:10
Aug 23, 2015
Archive Agent agent wrote
qakmak

before the error is mpeg-2 files error.
if convert it to avi(h264) use another tools. will throw:Unable to add input file:F:\test\test1\0001.avi(Cannot play back the file the format is not supported)

on July 26, 2013 09:26
Aug 23, 2015
Archive Agent agent wrote
qakmak

I just test mp4 source file(convert mpeg-2 to mp4 use another tools). still the message:(just like mpeg-2 files problem)
GetGroupOutputPin: Operation failed because project was not rendered successfully.
GetGroupOutputPin: Operation failed because project was not rendered successfully.
GetGroupOutputPin: Operation failed because project was not rendered successfully.
Video stream not found.

OnError will get these message . 4 time.......

on July 26, 2013 09:57
Aug 23, 2015
Archive Agent agent wrote
qakmak

you know, I'm always use multiple audio stream source files. so .... do you test use my file test those problems?

//this is I'm always use. get the multiple audio stream in source file.(or I think maybe MediaInfoNV can't correct find the multiple audio stream?)
videoEdit.Input_AddAudioFile(s, -1, -1, -1, s, 0, 0, 1);//get and set audio stream 1
videoEdit.Input_AddAudioFile(s, -1, -1, -1, s, 1, 1, 1);//get and set audio stream 2

on July 26, 2013 10:01
Aug 23, 2015
Archive Agent agent wrote
akmak

I'm just remove the audio stream2 in my code. and it can be convert now.
please download the source media and test it.
https://www.dropbox.com/s/8ejxcqpsxew6zir/Problem.rar

//the problem source is , it can't use the source file audio stream 2.like this:
videoEdit.Input_AddAudioFile(s, -1, -1, -1, s, 1, 1, 1);//get and set audio stream 2

and I'm use Haali Media Splitter, just like you before write. but not woking for this.
please check it soon.now I can only use 1 audio steam. I can't convert my a lot multiple language movies........

on July 26, 2013 10:39
Aug 23, 2015
Archive Agent agent wrote
qakmak

another file for you test:https://www.dropbox.com/s/owi7i9tvxmzxban/0001.mp4

on July 26, 2013 11:52
Aug 23, 2015
Archive Agent agent wrote
Roman Minyaylov

Try to use videoEdit.Input_AddAudioFile(s, -1, -1, _0_, s, 1, 1, 1); so, 0, not -1

on July 29, 2013 16:24
Aug 23, 2015
Archive Agent agent wrote
Roman Minyaylov

another file for you test:https://www.dropbox.com/s/owi7i9tvxmzxban/0001.mp4 - not playable

on July 29, 2013 16:29
Aug 23, 2015
Archive Agent agent wrote
qakmak

0 still not working. I'm copy it from Video Edit main demo. and success use it before on avi , so I think not because it.

I think because mpeg-2. but before I'm used Haali Media Splitter, and can encrypted mpeg-2, but I don't know why always throw that exception now.

about the mp4 file, maybe codec problem. now I just need that mpeg-2 can normally encrypted.
please download the test mpeg-2 file from: https://www.dropbox.com/s/8ejxcqpsxew6zir/Problem.rar

on July 29, 2013 19:18
Aug 23, 2015
Archive Agent agent wrote
Roman Minyaylov

Looks like video decoding problem, if all ok with AVI source. We're do not provide codecs technical support, try to use codecs community or purchase commercial decoders with technical support.

on July 31, 2013 18:05
Aug 23, 2015
Archive Agent agent wrote
qakmak

Well, I try to think of other ways, thank you.

on July 31, 2013 18:17