Recherche avancée

Médias (91)

Autres articles (63)

  • 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

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

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

  • ffmpeg : why metadata of audio tracks is not written ?

    19 octobre 2020, par elbarna

    I want to change the metadata of my avi.

    


    ffmpeg -y -i oldvhs.avi -c:v copy -c:a copy -metadata:s:a:0 language=eng  -metadata:s:a:1 language=ita -metadata:s:v:0 title="The old movie" -map 0 new-oldvhs.avi


    


    When I use mplayer for testing

    


    mplayer -aid 1 new-oldvhs.avi OK
mplayer -aid 2 new-oldvhs.avi OK


    


    But when i try the alang..

    


    mplayer -alang ita new-oldvhs.avi #SPEAK ENGLISH!
mplayer -alang eng new-oldvhs.avi #SPEAK ENGLISH!


    


    I open the file with mediainfo and avidemux and metadata tracks is not written, mediainfo report nothing, avidemux report unknown.
Where is the fault ?

    


  • FFMPEG, how to get rid of "broken pixels" in videos ?

    5 avril 2021, par Sergi Fernàndez

    I'm using the following command to trim the video and reduce it's size, while keeping the visual quality :

    


    ffmpeg -hwaccel cuda -y -hide_banner -ss 00:02:45.2000000 -i .\video\410.mkv -t 00:20:29.3090000 -map 0:v -c:v hevc_nvenc -preset slow -map 0:a -codec:a aac -x265-params crf=16 -metadata:s:v:0 title=1080p -metadata:s:v:0 language=ja -metadata:s:a:0 title=Japanese -metadata:s:a:0 language=ja -tune zerolatency .\processing\410.mkv

    


    It's been working pretty good, it gets encoded fast and it looks exactly as the input video, but at certain moments you can find this kind of problems with the pixels :

    


    Text

    


    If I open the video with Windows Media Player, VLC, Photos app, etc... they all show the video with this pixel issue. However, if i open the damaged video using Wondershare Filmora, you can't see that issue at all, and it looks just as the original video. This is how it looks like in Wondershare Filmora :

    


    Text

    


    How can that be possible ? Any way to fix this for all video players ? If possible I would like to avoid CPU encoding, as it takes more than 2 days to encode a single video... Thanks !

    


  • how to use ffmpeg

    10 janvier 2015, par Moayyad Yaghi

    im trying to extract frames from a video .. and i picked ffmpeg ( tell me if you know something better ) for this task
    i downloaded it’s source .. and i don’t know how to use it ?? how do i compile it ??
    what is the recommended language for it ?? i know python and C++
    please note that i use windows vista 64x .