Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (77)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (6694)

  • ffmpeg not using wildcard properly from batch script [closed]

    25 octobre 2024, par timonsku

    What I want to do is actually super simple and is working just fine if executed from within the cmd window, though it does not work when used within a batch script. The following command would normally get all .png files with the pattern anim_xxxx.png (%04d stands for 4 numbers in ffmpeg).

    



    ffmpeg -f image2 -i anim_%04d.png -vcodec mjpeg -q:v 0 -r 25 foo.avi


    



    Now the error I get is with the wildcard for my image sequence and I have no clue what the problem is. Using another wildcard like * gives me the same error.

    



    


    [image2 @ 000000000033e8c0] Could find no file with with path
 'anim_render.bat4d.png' and index in the range 0-4
 anim_render.bat4d.png : No such file or directory

    


    



    does %04d resemble any variable in a batch file that does not exist outside of batch files ? I could not find any similar cases so far.

    


  • lavf : set is_connected flag so url can be properly closed

    23 juin 2015, par Mariusz Szczepańczyk
    lavf : set is_connected flag so url can be properly closed
    

    Reviewed-by : Lukasz Marek <lukasz.m.luki2 at gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/avio.c
  • Cannot display ffprobe information from youtube properly

    31 janvier, par Krishnaap

    I am trying to grab information from youtube streams using ffprobe and python. I could display offline video information properly on python, cannot do the same from youtube live streams.

    &#xA;

    &#xA;os.system("ffprobe -hide_banner -stats -v quiet -pretty -show_entries format=size,duration:stream=filename,index,codec_type,codec_name,profile,bit_rate,width,height -of compact -i https://www.youtube.com/watch?v=QzsfLSP6hkI")&#xA;

    &#xA;

    showing an error

    &#xA;

    &#xA;

    Argument 'https://www.youtube.com/watch?v=QzsfLSP6hkI' ; provided as input filename, but 'quiet' was already specified.

    &#xA;

    &#xA;