Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (107)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (9968)

  • FFmpeg transcoding stretches Vertically recorded videos

    28 juin 2017, par oteamm

    Hi I am having an issue with the Transcoder (FFmpeg) .

    Problem Details :
    Vertically recorded videos are appearing stretched (widened) upon transcode.

    For videos which are recorded vertically (height is more than width), the transcoded video generated does shrink vertically. If we change the aspect ratio for such files it will ruin the other video transcodes for which the transcode is generating correctly.

    Expected Behaviour :
    should not shrink/stretch vertically recorded videos

    Impact :
    we are seeing a distorted version of video, stretched horizontally

    Notes :
    Version of FFmpeg Software that you’re is used : - ffmpeg-2.8.6-win64
    (default Settings used)

    Request :
    Need to a way to correct this as if we change the aspect ratio for such files it will ruin the other video proxies for which the proxy is generating correctly.
    Please suggest, if there is any way to AUTO select the aspect ratio of original file and generate transcode accordingly. Thanks !

  • Videos converted using FFMPEG do not have video duration information

    6 mars 2016, par Harshad M

    I am using FFMPEG to convert uploaded videos to .flv, after conversion the flv video doesn’t have information about it’s duration. So the user cannot rewind/forward, replay or see a specific part of it. The code is as follows :

    "ffmpeg -i $srcfile_path -s 320x240 -ar 44100 -b 2048k -r 12 $desfilepath" ;
    

    Please help. Thanks in advance.

  • Splitting videos using ffmpeg - ffsplit.sh by grapsus.net

    15 avril 2018, par hongducwb

    http://grapsus.net/blog/post/A-script-for-splitting-videos-using-ffmpeg
    Everything work fine, but i dont know how to make it auto splitting each files in folder with different filename ...i have bunch of files but i dont want create each folder for each files then rename it to input name (eg : video.mpg, 1.mp4,..)

    ffsplit.sh video.mpeg 1200

    and is there have anyway to excute it without ffsplit.sh in same folder ? because it’s in ubuntu (installed on windows10) (it’s like Environment Variables in windows)

    THANK :)