Recherche avancée

Médias (91)

Autres articles (86)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (12016)

  • phplondon conference 2008

    2 mars 2008, par Mikko Koppanen — Everything else, Imagick, PHP stuff, phplondon08

    To summarize it : I had fun :) My conference preparations started about two weeks before the conference. The PHPLondon fellows (Paul, Matt and Richard) asked me to do a small presentation about Imagick at the pre-conference social event. The presentation I assembled ended up being a little over two hours, give or take. The hardest part was to trim down from two hours to about 40 minutes (I didn’t want to bore the people with too many code examples). The slides are available at http://valokuva.org/talks if you need them for some reason.

    My conference day was pretty hectic from the beginning to the end. I gave a few demos about the products that we represent and the moment I opened my mouth for the first time people started leaving the room. I hope that it had something to do with the “My Framework is better than yours ?” talk starting at the same time ;)

    I met quite a lot of new people at the conference and of course it was nice to see the familiar faces from other conferences and PHPLondon meetings. I was especially happy that I was able to answer the questions Nigel James had ;)

    A huge thanks to the organizers for making this day possible !

  • Video recorded with ffmpeg not showing up at all in android (Oneplus 7T)

    15 juin 2021, par ppengy

    I'm trying to render a video using a program called "danser", which uses ffmpeg. The video comes out fine, but when I transfer the video to my phone to upload to a social media platform, the phone does not see the video at all. I've used USB and Google Drive to transfer videos. Videos uploaded to Discord show up fine, which I assume is because of compression. I can't use discord to transfer because the video is over 100MB limit. I've also tested it on BlueStacks and it doesn't show up either.

    


    Running ffmpeg with options: [-y -f rawvideo -vcodec rawvideo -s 1920x1080 -pix_fmt rgb24 -r 60 -i - -vf vflip -profile:v high -preset slow -an -vcodec h264_nvenc -color_range 1 -colorspace 1 -color_trc 1 -color_primaries 1 -movflags +write_colr -pix_fmt yuv420p -rc constqp -qp 18 videos\420eb0fce66c010c71553949ac611eeb.mp4]


    


    Is there anything i can change here that allows for better compatibility ? I can share some video examples too if you request.

    


        "Recording": {
        "FrameWidth": 1920,
        "FrameHeight": 1080,
        "FPS": 60,
        "Encoder": "h264_nvenc",
        "EncoderOptions": "-rc constqp -qp 18",
        "Profile": "high",
        "Preset": "slow",
        "PixelFormat": "yuv420p",
        "Filters": "",
        "AudioCodec": "aac",
        "AudioBitrate": "128k",
        "AudioFilters": "",
        "OutputDir": "videos",
        "Container": "mp4",
        "MotionBlur": {
            "Enabled": true,
            "OversampleMultiplier": 16,
            "BlendFrames": 24,
            "BlendWeights": {
                "UseManualWeights": false,
                "ManualWeights": "1 1.7 2.1 4.1 5",
                "AutoWeightsID": 27,
                "GaussWeightsMult": 1.5
            }
        }
    }
}


    


  • How to create an animated seekbar on top of video using ffmpeg [duplicate]

    13 décembre 2019, par Rehan

    I want to create an animated seekbar or use an image as seekbar on video using drawbox and overly filters of ffmpeg how it can be done. Please provide an example command either using ffmpeg or node-fluent-ffmpeg. In simple words any stylish seekbar those are used these days in social media videos.

    I found an example here but that is a :
    very simple and plain seekbar