Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (111)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

Sur d’autres sites (5464)

  • Automatically assign a name to a file being saved

    13 janvier 2017, par J.D Alford

    I"m using ffmpeg to create video clips. I want to automate the process and save the clips without manually giving names to each file being saved. Here is the code I have. It will create and save the clip but only with an extension and not a name.

    @echo off
    cd /d % dp0

    set /p place="Enter location : " %=%

    set /p time="Enter time : " %=%

    for /F %%a in (’dir /b *.mp4’) do set FileName=%% na

    ffmpeg -i "%place%" -ss %time% -codec copy -t 10 %FileName%.mp4

    I’m sure there’s a simple solution but I can’t figure it out. Any help would be appreciated

  • How could I achieve different transition/animation on text using ffmpeg ? [closed]

    7 mai 2021, par najam ulhassan

    I want to apply certain transition effects on my input text using mobile-ffmpeg i.e. we found in our videos now a days. I have added a transition to explore what I needs : How could I achieve this or related using 'ffmpeg' in android.

    


      

    • Note : I have to work on lyrics...
    • 


    


    preview-gif

    


  • creating thumbnail image through ffmpeg.exe

    18 septembre 2017, par Aniruddha Das

    I am creating thumbnail image(small size) from a big image. for same images it unable to create the thumbnail. if i move the image from one place to another it works.

    case :

    if image x is created in year 2000 and i tried to extract thumbnail from that and let i failed. then i moved the same image to another place and again try to extracted the thumbanil and it successfully extracted the thumbnail. even if i am again transforming the same image to the same place it is working.

    Edit : The command is :

    C:/xampp/htdocs/jcert6/seyretfiles/tools/converter/ffmpeg.exe
      -i "\\myip\knowledge base\videos\user_62\RHSSNet_Image_Library\images\Touchport_II\CD302_14_TPII_17in_PPR_Scanner.jpg"
      -y -f mjpeg -s 72x92 -vframes 1
      -an c:/xampp/htdocs/jcert6/seyretfiles/uploads/thumbnails/user_62/user_62_tz2jliomkfunsrhd1291976903_0.jpg –

    While debugging, I found that if any images do not have created date is not processed by the ffmpeg and generate error image codec parameter.

    is it possible to process images without having a create date in ffmpeg ???