Results 1 to 2 of 2
  1. #1
    Mel_3 is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    7

    How to get MP4 Video "duration" into Access dB on XP PC?

    On Windows XP Pro sp3 PC with MS Access 2003 &/or 2007

    - Windows XP Explorer will not display the "duration" of mp4 video files
    - But it does for AVI - and probably wmv

    We have to be able to get the "duration" of mp4 video files
    ... into an Access data field... hopefully using VBA.

    Can anyone help with this?
    Hopefully with a demo code sample.

    Thanks for any help.

    PS - Win 7 Explorer does show "duration or "length" for mp4 video files but we need to find out how to make it work on XP machines.

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    check the video file in vba to see what the properties are first. loop them and print them out.

    the other thing I thought when I read this was to simply google something like "mp4 convert file size to length", or something similar.

    if you do that, you can get the conversion-based math. once you had that, vba would be easy, as you could simply read the file size and execute the math for conversion.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. ComboBox "Select" and "DLookUp"
    By witooldas in forum Forms
    Replies: 0
    Last Post: 03-23-2011, 03:31 AM
  2. "Group By" causes "ODBC--Call Failed" error
    By kaledev in forum Queries
    Replies: 1
    Last Post: 03-09-2011, 02:43 PM
  3. Replies: 3
    Last Post: 04-10-2010, 10:22 AM
  4. aSTR = Dir("C:\*.*") >> "Type Mismatch"
    By JGrant in forum Programming
    Replies: 1
    Last Post: 03-28-2009, 05:17 AM
  5. "Count" and "Countif" in Reports
    By JMantei in forum Reports
    Replies: 1
    Last Post: 06-20-2006, 02:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums