Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (81)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • 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 (...)

Sur d’autres sites (11009)

  • Merging audio at specific point with ffmpeg

    16 octobre 2015, par Deepu

    I was trying to merge audio with ffmpeg with the following command but the audio is merging at starting point.

    ffmpeg -i inputvideo.mp4 -i otheraudio.mp3 -filter_complex "[0:a]atrim=start=0,asetpts=PTS[aud1] ;[1:a]atrim=0:250,asetpts=PTS+100/TB[aud2] ; [aud1][aud2]amix=inputs=2[aout]" -map 0:v -map "[aout]" -crf 24 -pix_fmt yuv420p -c:v libx264 -c:a aac -strict -2 -ac 2 finaloutput.mp4

    with this command it is merging audio streams but not specified point of time.

  • How to start MP4 video playback from Android JNI ?

    23 octobre 2015, par Jacob Phillips

    I am seeing answers suggesting FFmpeg is the way to go when manipulating videos natively, but can they be played from a native call ?

    I am specifically looking for a native call because I am actually starting the video on two devices next to each other, and calling mediaPlayer.start() from the application layer tends to introduce a small delay that makes the audio to echo, in a sort of maddening way.

    Speculative thoughts are welcome.

  • Wseemann FFMPEG Player

    26 octobre 2015, par Sunny Garg

    I am not able to compile Weseemann FFMPEG Player. Getting below error.

    Error:Execution failed for task ':library:buildFFmpeg'.

    A problem occurred starting process ’command ’C :\Users\lenovo\Downloads\Wseemann_New\FFmpegMediaPlayer-master3\FFmpegMediaPlayer-master\gradle\fmp-library\library\src\main\scripts\build-ffmpeg.sh’’

    Any help will be appreciable.