Recherche avancée

Médias (91)

Autres articles (104)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (12131)

  • How to provide video streaming option for different formats on website

    3 avril 2014, par kami998

    In my website users can upload different video formats and i need to provide streaming for those formats (for example : mkv, avi, mp4, 3gp, wmv), but on web only mp4 format can be played by flash players.

    My videos are hosted on amazon s3 server while my webserver is on different location, what i do is receive stream from s3 and transmit to client, so what i need is to convert the video format to mp4 on the fly

    So, is there any possibility to perform this functionality ( i am using asp.net mvc webapi as streaming service )

    Any sort of help is appreciable...

  • Revision 95c34c9053 : gen_msvs_proj : add trailing \ to IntDir older versions of visual studio did not

    5 février 2014, par James Zern

    Changed Paths :
     Modify /build/make/gen_msvs_proj.sh



    gen_msvs_proj : add trailing \ to IntDir

    older versions of visual studio did not include the trailing \. this
    moves the objects to their intended location : the project subdirectory

    Change-Id : I244479cdebf6b3f03bed6dbfca82e7fb4542f0de

  • error : Argument 'Creation]/audio_section_working/1.mp3' provided as input filename, but '/e/[Content' was already specified

    16 juin 2021, par shank_fab_worker

    enter image description herePlease help me out in this problem

    


    Use of this program :

    


    find duration of a video and audio


    


    code :

    


    loc="/e/[Content Creation]/audio_section_working/1.mp3"
echo $(ffprobe -v error -show_entries format=duration /
-of default=noprint_wrappers=1:nokey=1  $loc )


    


    error :

    


    Argument 'Creation]/audio_section_working/1.mp3' provided as input filename, but '/e/[Content' was already specified.


    


    working earlier when no path was given , when i have done git bash on the same directory in which the file was located :

    


    echo $(ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 "1.mp3" )


    


    [ as u can see when i am giving path of file to find duration it is giving me error]
[ giving direct path i.e. "1.mp3" is not giving me error ]
[ giving file location path is giving error , why ? ]

    


    img-1 location of image
img-2 code which i ran