T O P I C R E V I E W |
mouser |
Posted - Mar 06 2013 : 01:03:28 I'm having trouble loading an asf file into imageen for video playback. I realized that perhaps I made an unwarranted assumption that it would be able to handle it..
So question is -- should I expect ImageEn to be able to load and play an asf video file? If not, any chance of adding it? If so, any suggestions as to what I might be doing wrong? |
9 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Apr 08 2013 : 21:03:20 Hi
I have just updated the VideoPlayer demo with the latest source.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
mouser |
Posted - Apr 08 2013 : 06:30:04 Sounds like I should just wait for the next release of ImageEn and then report any problems that might remain. |
fab |
Posted - Apr 08 2013 : 00:40:21 I'm sorry, this example is not updated. In my tests VideoPlayer demo can read these files. |
mouser |
Posted - Apr 03 2013 : 10:38:57 I tried loading testnoaudio.asf in the demo here: http://www.imageen.com/demos/Display/VideoPlayer/VideoPlayer.exe
And it also will not play with that.
Doesn't give an error, but will not play it. Plays the version with audio no problem. |
fab |
Posted - Apr 03 2013 : 10:29:07 Hi Mouser, using last version I can load both files. I tried following:
ImageEnMView1.MIO.LoadFromMediaFile('testnoaudio.asf');
Tested on Windows 7 - 32 bit. |
mouser |
Posted - Mar 28 2013 : 05:42:00 Hi Fabrizio!
Sorry I missed your reply -- I keep forgetting to click the subscribe-to-thread button!!
I've uploaded a zip file with 2 asf movies, one with audio one without -- otherwise recorded identically:
http://www.donationcoder.com/Private/ibug/asftests.zip
The one with audio loads and plays fine, and imageen detects the proper duration. The one without audio does not play and imageen thinks it has 0 duration. plays fine in other media players.
Thanks for taking the time to look -- ImageEn rocks! |
fab |
Posted - Mar 20 2013 : 00:38:39 Please could you post a link to an ASF file for tests? |
mouser |
Posted - Mar 06 2013 : 01:22:11 Ok so I have some results to report.
It seems that as long as their is an AUDIO track/stream, the video plays fine.
But ImageEn seems to fail playback if there is no audio in the file.
This is not the case with AVI file, but it does seem to be true with ASF file.
Hopefully this is something that can be queued up for a bugfix? |
mouser |
Posted - Mar 06 2013 : 01:10:27 the fact that i seem to make a habit of replying to my own posts suggests to me that i should think more before posting, and for that i apologize.
ive since grabbed some asf files on the web and they play fine in imageen, so it must be something about the particular asf files i was testing before that caused them to fail.. i will research more. |