Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (91)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

Sur d’autres sites (10378)

  • What is the difference between x264 and ffmpeg ?

    5 décembre 2013, par user3067233

    So I'm trying to compile the H.264 codec so that I can use it to enhance performance in NoMachine as per https://www.nomachine.com/AR10K00695

    Instructions below deal with the following possible cases on server
    host :

    Case 1 : You don't have x264 library already compiled

    Case 2 : You have x264 library already compiled

    and on client host :

    Case 1 : You have FFmpeg already installed

    Case 2 : You don't have FFmpeg installed

    Case 3 : You have FFmpeg libraries already compiled

    The weird thing is that it states that you compile x264 on the server and ffmpeg on the client. Shouldn't you have either have x264 compiled on both the server and the client or ffmpeg on the server and the client ?

    Why use two different codecs for the server and the client ?

  • FFMPEG - Difference between "-ab" and "-b:a"

    5 juin 2018, par Playa

    As far as i know both Commandline Args change the Audio Bitrate, but ime not exactly sure because i have also seen them in combination.
    Basically i couldn’t find any Documentation that explains both of these Commands. It could also be that -ab got replaced with -b:a but ime not exactly sure.

    TY

  • Finding Difference between two audio files and storing remaining audio as multiple audio files [on hold]

    23 mai 2018, par shahmanthan9

    I have two audio files like questions (base_file) and questions + answers(final_file) using PHP or Python.
    What I want to do is that I want to remove all questions from final_file and save each answer as an audio file in a particular directory.

    Eg. base_file has 5 questions so final_file will have 5 questions + 5 answers

    The output will be 5 audio files that are answers

    All help is welcome.