When I choose a video object and then go to the video file I want to use which is a MPEG-4 file APMS does not see it? It only sees .wmv and flash files?
HELP!
Thanks for your time.
Professional Software Development Tools
When I choose a video object and then go to the video file I want to use which is a MPEG-4 file APMS does not see it? It only sees .wmv and flash files?
HELP!
Thanks for your time.
Action Plugins
AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
Download
Thanks for the smart ass answer...DH! That being said.
I always go to the Help File 1st and when I did go there it does say that it is compatible with MPEG so then why is AMPS not allowing me to select MPEG-4 files? When I go to the file my video's are in from APMS it does not show them?
I don't really understood what is your problem, can't you select MPG files? if you're using a FileBrowse dialog, make sure you've set the dialog to recognize .mpg files.
But if the problem is that the video is not playing when you selected it, this may occur because the video was compressed somehow... I don't really know..
Yes, I can not select MPG files.
APMS does not show them as a file I can select? I rendered a bunch of videos files to MPEG-4 which APMS says I can use. Now I make a page, then add a Video Object, then browse for the video file I want to use. Once I get to the folder that has all my MPEG-4 videos in it using the APMS file browser the folder shows no files? The MPEG-4 files are in that file but APMS does not see them or is not showing them for some reason. See pic below.
What is the file extension for the files you'd like to see in the dialog? .mp4?
Mpeg4 = .mp4, and as Ulrich already pointed out, .mp4 is not in the list for supported files...
The file extension I want to use is MPEG-4 VIDEO Format.
The help file says MPEG will work. By reading that it makes one assume that all versions of MPEG will work?
The video object is compatible with the following video formats:
.asf, .asx, .wax, .wmv, .wvx, .wmp, .wmx, .avi, .mpg, .mpeg, .m1v, .mpa, .mpe, .mpv2
MPEG just stands for Moving Picture Experts Group but has many versions... IE.. 1,2,3,4,7,12...... So which formats of MPEG does APMS work with?
Thank you for your time.
I'm certainly no expert in video processing; but I have had limited success in calling QuickTime using AMS. I can't recommend this method, but I have used it.
Although not supported directly in AMS, I have loaded and played videos in m4v format running QuickTime in a separate window...
You lose programatic control of the process, since you relinquish control to QT... you should be able to do the same with MPEG-4.
Optionally, there are also many converters available...but ooooh so time consuming.
P.S. Meg-4 support would be an excellent suggestion for AMS-8...Code:File.Run("C:\\Program Files\\QuickTime\\QuickTimePlayer.exe", "C:\\Stuff\\DanceWithTheStars\\video2.m4v", "", SW_SHOWNORMAL, true)
Last edited by holtgrewe; 03-05-2010 at 10:49 AM. Reason: PS
As long as the computer has the codecs installed (e.g. K-Lite or CCCP) one would assume the Video object or the MediaPlayer object plugin should be able to play a video of that format.
I asked for the extension of the file you'd like to see in the file browser, not the file format... I could name a file thislookslikeatextfile.txt but it could be a having MPEG-4 file format...
The 'Select File' dialog which doesn't show the file you like it to show, is only looking for files using those file extensions, if you have a file with the .mp4 extension, eg: Wooptiedoo.mp4, the dialog won't show it, because it doesn't have one of those extensions. Even though it IS of the MPEG4 format.
That was my point.
Last edited by Imagine Programming; 03-05-2010 at 11:15 AM.
Ok now I see what you are taking about. The file is a MPEG-4 Movie format and it is saved as a .mp4 file
So this leads me back to my question. What versions of MPEG or MPG does AMS work with? Its odd that AMS will not work with mp4 when they say mpg will work... its a very good standard format... YouTube perferres MPEG-4. You still get great video but at a much less file size. MP4, MPG4 or MPEG-4 what ever its called, they all play in both PC & Mac... AMS needs to make AMS work with them! MHO
Thanks for your time.
As Sakuya said, maybe if the codecs are installed, the video will play in the Video object. Anyhow, you could use Centauri's AMS Options tool from www.amspublic.com to edit the XML file containing the extensions for the videotypes, add .mp4 and try again after restarting AMS
And then maybe, you'll be able to play the MP4 vid. You will be able to browse to it after changing the XML file
In AMS Options, Menu > Editor > Resource Types > Videos
Click New and then enter the new extension (mp4) and you're done adding
the new resource type![]()
Not sure what you mean by all that? All I have are single Video files no XML or HTML files with it.... just a rendered .mp4 file. I did try it with a .wmv file and it works fine, just goto the file, select it and it plays in the video object no problem. I want to use the .mp4 its half the size of the .wmv but just a good.
It bothers me that you pay $300 for a program that says it works with mpg & mpeg files which leads one to assume that means all mpg and mpeg files.
I have a workaround for all this but it opens the video in a player outside of AMS. In both cases the end user has to have the player installed on the machine but I would perfer to have it all in one app.
Last edited by mnsports; 03-05-2010 at 01:25 PM.