Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (38)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (4424)

  • how to run terminal scripts to the ios

    11 février 2014, par Hadi M.NourAllah

    i have terminal script for ffmpeg like : ffmpeg -i input_file -c:a aac -strict -2 -b:a 128k -c:v libx264 -profile:v baseline out.mp4

    how can i run something like this in my app

  • Cleaner ffmpeg terminal output

    14 janvier 2015, par sg90

    I am running ffmpeg on headless servers with the intention of keeping these processes running for hours on end. I would like to parse the output for useful information like "fps", "time" "bitrate" or any warnings/errors and pass them to other processes, i.e. a web server.

    By default ffmpeg prints to the terminal with this information every second on a new line. This makes parsing it very cumbersome and eventually degrades in performance the longer the terminal output becomes.

    • Is parsing the terminal output the right strategy here and is there a flag for something like bash’s "echo -a" append function within ffmpeg ? I’ve set a few of the -v flags to change the output but none match my needs !

    • Is there a way I can directly invoke something like "getFps()" on the running ffmpeg process itself to return the current encoding rate ?

    Thanks

  • How to display name and phone number of a student as dynamic watermark (randomly floating on entire screen) in videos of a paid online video course ?

    22 mai 2020, par Arjun

    I wish to make a Learning Management System using PHP-MySQL and wish to put videos from my computer or embed YouTube videos on it.

    



    Videos will be displayed to only those students who have paid for the course.

    



    I want to show their name and phone number (which they'll be giving during Sign Up) as a dynamic watermark floating randomly on all the videos of that course to prevent screen capturing of the video.

    



    How to do it and how to call those Name and Phone Number values from the MySQL database ?