Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (67)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Merge commit '3cae7f8b9baaf43789490b676d8f5825f2e1bc2c'

    11 novembre 2017, par James Almer
    Merge commit '3cae7f8b9baaf43789490b676d8f5825f2e1bc2c'
    

    * commit '3cae7f8b9baaf43789490b676d8f5825f2e1bc2c' :
    cbs : Add some read/write tests
    http: Reset compressed header flag when starting to read a request
    cbs_h264 : Fix writing streams with auxiliary pictures
    smacker : fix integer overflow with pts_inc
    smacker : return meaningful error codes on failure
    pixdesc : Add API to map color property names to enum values

    This commit is a noop, see
    6f15f1cdc85350b7adcfb7c50eedb5ecde6a384a
    547b8aeed442dbb3b2cf4a2c507c63e869795cfd
    7ed47e97297fd5ef473d0cc93f0455adbadaac83
    624d4739dbfc950ee756e83ae187f97dc82d10c9
    6743351558001764d662bb52b9a3e0bbb63366d6
    809b0402dc916b876dfdd6bb9c88f171cf3e77c0

    Merged-by : James Almer <jamrial@gmail.com>

  • Have python translate the correct file name

    24 avril 2018, par DutchNinja

    I’m trying to make a small simple program that can make a video out of a bunch of pictures.

    I found this :

    os.system("ffmpeg -r 1 -i img%01d.png -vcodec mpeg4 -y movie.mp4")

    It works but only if the file names are imgxxx.png

    my files are named : xx.xx.xx.xxx.jpg (example : 11.58.30.445.jpg). As you might understand the file names are made from the time the picture is taken.

    I have tried several options but I can’t make python read the correct files. I could rename all the files but I want the program to run by itself so renaming all the files is not the solution I’m looking for.

    Thanks in advance for all the help.

  • FFmpeg Cropping Fps Drop

    7 mai 2022, par James

    FFmpeg Commands works but having a problem in fps drop also using libx264 for encoding any idea to get this good

    &#xA;

    "-y" "-noautorotate" "-ss" "301" "-t" "11" "-i" "/mnt/shared/Pictures/[BTCLOD.COM] COSTA RICA IN 4K 60fps HDR (ULTRA HD)-1080p60.mp4" \&#xA;"-strict" "experimental" "-vf" "crop=w=606:h=1080:x=657:y=0" \&#xA;"-vcodec" "libx264" "-crf" "18" "-r" "15" "-b:v" "2500k" \&#xA;"-acodec" "copy" "-ab" "128k" "-sample_fmt" "s16" \&#xA;"-ss" "0" "-t" "11" "/storage/emulated/0/VEditor/VideoCroper/[BTCLOD.COM] COSTA RICA IN 4K 60fps HDR (ULTRA HD)-1080p60-0-6.mp4"&#xA;

    &#xA;