Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (76)

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

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (3822)

  • Revision b13f38d4b3 : fixed an enc/dec mis-match issue The issue was caused by a out-of-order merge,

    20 février 2013, par Yaowu Xu

    Changed Paths : Modify /vp9/decoder/vp9_idct_blk.c fixed an enc/dec mis-match issue The issue was caused by a out-of-order merge, which leads to wrong functions are called at lossless mode. Change-Id : If157729abab62954c729e0377e7f53edb7db22ca

  • mismatching process id from process execution. Why do they not match and how to fix script to get the correct pid ?

    26 février 2013, par buggedcom

    I'm running a script that executes ffmpeg and outputs stout to a temp file. Along side the output from ffmpeg I'm sending two tokens. one a marker for a failed execution. The other for marking when ffmpeg is completed. I'm trying to output the process id back to the executing script (which is php) however the process id being returned is not that of ffmpeg, rather the bash script.

    The script is as below.

    ((/opt/local/bin/ffmpeg -i '/Users/ollie/Sites/@Projects/PHPVideoToolkit/v2/git/examples/media/BigBuckBunny_320x180.mp4' -y -t '20' -strict 'experimental' -s '142x80' -aspect '16:9' -b:v '10000k' '/Users/ollie/Sites/@Projects/PHPVideoToolkit/v2/git/examples/output/test-1361797899.mp4' && echo '') || echo '' '') 2>&1 > '/Users/ollie/Sites/@Projects/PHPVideoToolkit/v2/git/examples/tmp/phpvideotoolkit_GmxT4T' 2>&1 & echo $!

    Example output from the script is as follows :

    [19] 19316

    However querying ps. The process id of ffmpeg is different. For example :

    Olivers-Mac-Pro:~ ollie$ ps
     PID TTY           TIME CMD
    19025 ttys002    0:00.00 -bash
    19026 ttys002    0:00.00 -bash
    19316 ttys002    0:00.00 -bash
    19317 ttys002    0:00.00 -bash
    19318 ttys002    0:46.56 /opt/local/bin/ffmpeg -i /Users/ollie/Sites/@Projects/PHPVideoToolkit/v2/git/examples/media/BigBuckBunny_320x180.mp4 -y -strict experimental -s 142x80 -aspect 16:9 -b:v 10000k /Users
     849 ttys003    0:00.12 -bash
    7558 ttys004    0:00.03 -bash

    You see that the process id returned by the script does not match the ffmpeg process id given by ps. Why is this and how can I ammend the original script to get the correct process id ?

  • Revision b715e371c0 : fix to parameters to match rtcd Change-Id : I919e2dd72292fe44f2e53ada56bd42287d5

    28 février 2013, par Jim Bankoski

    Changed Paths : Modify /vp9/encoder/vp9_sad_c.c fix to parameters to match rtcd Change-Id : I919e2dd72292fe44f2e53ada56bd42287d50cdeb Signed-off-by : Jim Bankoski