Results 1 to 9 of 9

Thread: FAQ: How to get FFmpeg information about a file

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Exclamation FAQ: How to get FFmpeg information about a file

    If you are using Mezzmo v2.1.7 and above:
    Right-click on the file in Mezzmo and select the "Get FFmpeg Information" command from the context menu. A dialog should appear that contains all the necessary information. After that click on the "Copy to clipboard" button and you will be able to paste it into a message to support.

    If you are using Mezzmo v2.1.6 and below:
    FFmpeg's information about a file is used to build the device profile - it tells Mezzmo media server which files to transcode and which to pass-through for the optimum experience.

    To get file information from FFmpeg please do the following:

    1) Please run the command prompt by going to your Start menu and typing "cmd" in the run prompt (it's a small text box in the Start menu). After you type it in, hit Enter and a black box with a command prompt should come up.
    2) Then, please go to your Mezzmo's installation folder like this (let's assume it's installed in C:\Program Files\Conceiva\Mezzmo, please note, if you're on 64-bit Windows, then "Program Files" becomes "Program Files (x86)"):

    cd "\program files\conceiva\mezzmo"

    3) Then (once in that folder) type:

    ffmpeg -i "<your video filename here>" and you should see output from ffmpeg that will describe the file format, codecs, etc...

    For example, if your file is located in a folder "fred" on drive "G:" and is called "myfile.avi", you'd need to type it in like this:

    ffmpeg -i "G:\fred\myfile.avi"

    Please make sure you have quotes around the file location, because if there are any spaces in folder or filenames they won't be processed properly without quotes.

    4) Please take a screenshot of that or copy and paste it and send it to support (at) conceiva (dot) com.

    That information would tell me what container and audio/video codecs are in the file, because that is what needs to go into the device profile.

    Dennis
    Last edited by Paul; 06-04-2010 at 11:50 AM.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

Tags for this Thread

Bookmarks

Posting Permissions

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