Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (109)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • Les sons

    15 mai 2013, par

Sur d’autres sites (12205)

  • dca : Support for XLL (lossless extension)

    11 février 2014, par Niels Möller
    dca : Support for XLL (lossless extension)
    

    Cleanup and integration by Diego Biurrun.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/dca.h
    • [DH] libavcodec/dca_exss.c
    • [DH] libavcodec/dca_xll.c
    • [DH] libavcodec/dcadata.c
    • [DH] libavcodec/dcadata.h
    • [DH] libavcodec/dcadec.c
    • [DH] libavcodec/version.h
  • Need help in bash script for ffmpeg encoding [duplicate]

    26 octobre 2022, par naoki

    Tried running the code for encoding the batch videos from a list but from the list it seems to run only the first leave behind the rest.

    &#xA;

    The list mentioned in rip.txt

    &#xA;

    Data_science - [1x01] - Introduction.mkv&#xA;Data_science - [1x02] - What&#x27;s Data Science.mkv&#xA;Data_science - [1x03] - Packages needed.mkv&#xA;

    &#xA;

    The Code :

    &#xA;

    ***#!/bin/bash&#xA;&#xA;cd /mnt/d1/xsrc/&#xA;&#xA;fn=&#x27;/mnt/d1/xsrc/rip.txt&#x27;&#xA;n=1&#xA;while read line;&#xA;do&#xA;ffmpeg -v error -stats -i "$line" -map 0:2 -map_metadata -1 -map_chapters -1 -vn -an -dn -scodec copy -y /mnt/d1/src2/tmp/sub.ass ; ffmpeg -v error -stats -i "$line" -map 0:1 -map_metadata -1 -map_chapters -1 -b:a 96k -ar 48000 -vn -sn -dn -y /mnt/d1/src2/tmp/audio_jpn.m4a ; ffmpeg -v error -stats -i "$line" -strict -1 -map 0:0 -f yuv4mpegpipe -pix_fmt yuv444p12le -s 1280x720 -r 30 - | x265 - --y4m -p slow --bitrate 723 -t animation --output-depth 10 --pass 1 --bframes=8 --psy-rd=1.5 --psy-rdoq=2 --aq-mode=3 --aq-strength=0.8 --deblock=-1,-1 -o /mnt/d1/src2/tmp/video_und.h265 ; ffmpeg -v error -stats -i "$line" -strict -1 -map 0:0 -f yuv4mpegpipe -pix_fmt yuv444p12le -s 1280x720 -r 30 - | x265 - --y4m -p slow --bitrate 723 -t animation --output-depth 10 --pass 2 --bframes=8 --psy-rd=1.5 --psy-rdoq=2 --aq-mode=3 --aq-strength=0.8 --deblock=-1,-1 -o /mnt/d1/src2/tmp/video_und.h265 ; mp4box -add "/mnt/d1/src2/tmp/video_und.h265#video:lang=und" -new "/mnt/d1/src2/tmp/video0000_und.mp4" ; mkvmerge -o /mnt/d1/output/tmp/"$line" --disable-track-statistics-tags --language 0:jpn /mnt/d1/src2/tmp/audio_jpn.m4a --sub-charset 0:UTF-8 --language 0:eng /mnt/d1/src2/tmp/sub.ass /mnt/d1/src2/tmp/video0000_und.mp4 ; rm -rf /mnt/d1/src2/tmp/* ; n=$((n&#x2B;1))&#xA;done &lt; $fn***&#xA;

    &#xA;

    Need help in resolving this.

    &#xA;

  • Revision 32453 : on renomme xcache en memoization, puisque c’est de ca qu’il s’agit ...

    29 octobre 2009, par fil@… — Log

    on renomme xcache en memoization, puisque c’est de ca qu’il s’agit  http://fr.wikipedia.org/wiki/Memoization (merci a Thomas Sutton)
    le memo filecache.inc se limite a 164 fichiers, ce qui fait qu’il n’y a plus besoin de garbage collector