Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (37)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7027)

  • ffmpeg how do I choose the correct Audio track ?

    28 février 2020, par Duk

    I’m converting a few .mkv files and need to choose the right Audio track, but dont know how.

    This is the command I use :

    ffmpeg -i "movie.mkv" -vcodec h264 -acodec aac -strict -2 output.mp4

    It is recommended by the webservice where I want to upload the video.

    Let’s say the Audiotracks look like this :

    mkvmerge -i "movie.mkv"

    Track ID 0: video (MPEG-4p10/AVC/h.264)
    Track ID 1: audio (AC-3)
    Track ID 2: audio (TrueHD)
    Track ID 3: subtitles (HDMV PGS)

    How do I select "Track 1" or "Track 2" for Output ?
    And which track will be selected, if I leave the Code like that ? (and why ?)

    Thanks for help !

  • How can I batch/sequentially download m3u8 files using ffmpeg & Power Shell in Windows ?

    28 février 2020, par piznajko

    There’s a similar question asked asked by Yesterdec but for Mac batch scirpt

    I’m currently downloading m3u8 videos one by one using the following Power Shell command on Windows :

    ffmpeg -i "http://example.com/video_url.m3u8" -c copy -bsf:a aac_adtstoasc "output.mp4"

    I want to automate this process, using some FetchURL.bat scirt and a URLs.txt file with the URLs (each URL there is seperated by a new line) to download one by one multiple m3u8 videos from the URLs.txt.

  • movenc : Don’t use track_id to decide which track is the first in a moof

    29 octobre 2014, par Martin Storsjö
    movenc : Don’t use track_id to decide which track is the first in a moof
    

    If one track doesn’t have any samples within a moof, no traf/trun
    is written for it. When the omit_tfhd_offset flag is set, none
    of the tfhd atoms have any base_data_offset set, and the implicit
    offset (end of previous track fragment data, or start of the moof
    for the first trun) is used.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenc.h