Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 27
  1. #1
    Join Date
    Feb 2010
    Posts
    13

    APMS will not see MPEG-4 files?

    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.

  2. #2
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    Quote Originally Posted by mnsports View Post
    HELP!
    Yes, that is an excellent idea, you should try it: just press the F1 key.

    From the help file:

    The video object is compatible with the following video formats:

    .asf, .asx, .wax, .wmv, .wvx, .wmp, .wmx, .avi, .mpg, .mpeg, .m1v, .mpa, .mpe, .mpv2
    Ulrich

  3. #3
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Quote Originally Posted by Ulrich View Post
    Yes, that is an excellent idea, you should try it: just press the F1 key.

    From the help file:
    Ulrich
    LMAO! Heh heh.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  4. #4
    Join Date
    Feb 2010
    Posts
    13
    Quote Originally Posted by Ulrich View Post
    Yes, that is an excellent idea, you should try it: just press the F1 key.

    From the help file:



    Ulrich
    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?

  5. #5
    Join Date
    Feb 2009
    Posts
    1,285
    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..

  6. #6
    Join Date
    Feb 2010
    Posts
    13
    Quote Originally Posted by T3STY View Post
    I don't really understood what is your problem, can't you select MPG files?
    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.



  7. #7
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    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...
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  8. #8
    Join Date
    Feb 2010
    Posts
    13
    Quote Originally Posted by Imagine Programming View Post
    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.

  9. #9
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778
    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.

    Code:
    File.Run("C:\\Program Files\\QuickTime\\QuickTimePlayer.exe", "C:\\Stuff\\DanceWithTheStars\\video2.m4v", "", SW_SHOWNORMAL, true)
    P.S. Meg-4 support would be an excellent suggestion for AMS-8...
    Last edited by holtgrewe; 03-05-2010 at 10:49 AM. Reason: PS

  10. #10
    Join Date
    Oct 2009
    Location
    Merton, United Kingdom
    Posts
    684
    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.

  11. #11
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by mnsports View Post
    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 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.
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  12. #12
    Join Date
    Feb 2010
    Posts
    13
    Quote Originally Posted by Imagine Programming View Post
    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.
    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.

  13. #13
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by mnsports View Post
    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
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  14. #14
    Join Date
    Feb 2010
    Posts
    13
    Quote Originally Posted by Imagine Programming View Post
    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.

  15. #15
    Join Date
    Oct 2009
    Location
    Merton, United Kingdom
    Posts
    684
    Quote Originally Posted by mnsports View Post
    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.
    He's referring to a 3rd party application that modifies the internal workings of AutoPlay Media Studio. This way the file browsing will pick up MPEG files.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts