- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
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?
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i see
THX

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page