Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (47)

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

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

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

Sur d’autres sites (5569)

  • ffmpeg is not running from php exec() function, work from command line

    6 mars 2016, par Thanigaivelan

    When i run the ffmpeg command it is working from command line. but when i try from php exec(). it returns 127 error.

    my ffmpeg

    root@w1 [/]# which ffmpeg
    /root/bin/ffmpeg

    this is my code

    ffmpeg-y -i /home/castbox/public_html/IGVideo/upload/tamil/videos/testing/test_ig.mp4 -acodec libfdk_aac -ab 24k -ar 44100 -c:v libx264 -pix_fmt yuv420p -profile:v baseline -level 31 -b:v 200k -g 72 -f hls -hls_time 3 -hls_list_size 999 -s 426x240 /home/castbox/public_html/IGVideo/upload/tamil/videos/testing/test_ig-240-index.m3u8

    when i run this code in from command line it work fine. but when try to run from php exec i am getting failed, it returns 127.

    i had tried like this also

    /path/to/ffmpeg-y -i /home/castbox/public_html/IGVideo/upload/tamil/videos/testing/test_ig.mp4 -acodec libfdk_aac -ab 24k -ar 44100 -c:v libx264 -pix_fmt yuv420p -profile:v baseline -level 31 -b:v 200k -g 72 -f hls -hls_time 3 -hls_list_size 999 -s 426x240 /home/castbox/public_html/IGVideo/upload/tamil/videos/testing/test_ig-240-index.m3u8

    Where is my mistake ?

  • Ffmpeg Command Not executing with Java RunTime Command on Mac OS

    28 juin 2021, par Abhishek C.

    I am facing an issue regarding ffmpeg command execution in a Java Application on Mac OS.
Below is the command : :
ffmpeg -f avfoundation -r 3 -fpsprobesize 1 -i "0:0" -ar 44100 -filter_complex amix=inputs=1 -c:v h264 -crf 30 -preset ultrafast -ar 44100 -pix_fmt yuv420p -aq 1 file.mp4

    


    When I run this command on terminal, it is working fine but with ProcessBuilder is returns
Video Device Not Found and Input/Output Error.

    


    Please help me to understand the reason behid it.

    


  • Revision 02fda6582c : Merge changes Ie15e301e,Ib070c79b * changes : vp9_reconintra_neon : cosmetics :

    23 mai 2015, par James Zern

    Merge changes Ie15e301e,Ib070c79b

    * changes :
    vp9_reconintra_neon : cosmetics : reindent
    vp9_reconintra_neon : cosmetics : drop unneeded returns