Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Running simple_player.exe with mpeg2 file?

adam_robinson
Beginner
802 Views
Good morning (or afternoon) all,

I'm playing around with the example applications, and I'm trying to open an mpeg2 file for play, but when I specify the name of the file as a command line argument for the player, I get an error "Failed to initialize splitter."

Anyone have any ideas as to how I can get around this?
0 Kudos
4 Replies
Vladimir_Dudnik
Employee
802 Views

Hi Adam,

could you please provide more info about your issue, like what operating system, what processor and what version of IPP do you use. Is there something special with your mpeg file? Do you know what encoder produce it? How big is it, probably you can share it with us, it will help us in investigating the issue.

Regards,
Vladimir

0 Kudos
lupin_wang
Beginner
802 Views
Hi
I am running into the same condition.I builded simlple_player.exe(with IPP5.0) on eVC++first.I'm playing around with the simlple_player.exe on WinCE emulator, I'm trying to open an mpeg2(or avi) file for play, but when I specify the name of the file as a command line argument for the player, I get an error either "Failed to initialize splitter." or nothing occur(display nothing) .
My command line: -fyuy2 -s -ltext.mpg

MyProject Link:http://w3.nctu.edu.tw/~u9223626/Desktop.rar

testmpg:http://w3.nctu.edu.tw/~u9223626/test.mpg

0 Kudos
Vladimir_Dudnik
Employee
802 Views

HI,

I see the problem.

You use -lmpeg_file_name whereas -l option dedicated to specify playlist file (ordinal text file with one stream name per line). So, you should use

-fyuy2 -s text.mpg

Regards,
Vladimir

0 Kudos
lupin_wang
Beginner
802 Views

i see

THX

0 Kudos
Reply