Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (69)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (9735)

  • tests/fate-run : Sanitize test argument

    7 février 2024, par Andreas Rheinhardt
    tests/fate-run : Sanitize test argument
    

    test -z is a binary operator.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/fate-run.sh
  • Mix audio files with an offset(at particular points) using SOX

    27 décembre 2012, par mirroredAbstraction

    I have two audio files one is 10 secs long and other is 17 secs long, I want to mix the files together so that the 17 sec file starts playing from the start, while the 10 sec file will start after 7 seconds into the 17seconds file.
    How can I do this ?

    I followed this link, I also tried other commands mentioned in Sox FAQ, question number 7, but I am unable to mix two files by providing an offset, I also tried the command in command line and the error is same.

    The error which I see is

    option ` ' not recognized

    and the command I used is

    sox -m drums.wav "|sox beats.wav -p pad 1.5" out.wav  

    Edit : It seems to me that the pipe operator "|" is broken, how do I fix this ?

    My problem is exactly the same as mentioned in this forum

  • fftools/ffmpeg_opt : Fix precedence issue in abs_start_seek calculation

    25 décembre 2024, par Pradeep Kumar Goudagunta
    fftools/ffmpeg_opt : Fix precedence issue in abs_start_seek calculation
    

    This patch corrects a C operator precedence issue in fftools/ffmpeg_opt.c
    where the abs_start_seek calculation did not yield the expected result
    due to incorrect placement of parentheses.

    • [DH] fftools/ffmpeg_opt.c