Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (67)

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

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (4513)

  • ffmpeg : size stretched no matter what i put in "-s WxH"

    18 mai 2012, par Crazy_Bash

    I want to convert videos from .avi to .flv but i have problem the video image being stretched regardless of different size !

    this is the code i'm using
    ffmpeg -i "$avi" -y -acodec libfaac -ab 128k -vcodec libx264 -b 300K -bt 600k -s 704x400 -threads 0 -f flv "$flv"

    I can put -s 704x100 or leave the same size
    and it's still stretched. the original video comes with black bars on top,left and right, after i convert the video i don't see them

    here's before after pics
    http://fastpic.ru/view/38/2012/0517/9bf86409d23a3c008050ab1cf70af916.png.html
    http://fastpic.ru/view/38/2012/0517/55b7fd5dee90942a724bd4febd33f586.png.html

  • Flac-in-mp4 draft v0.0.0.

    4 octobre 2016, par Ralph Giles
    Flac-in-mp4 draft v0.0.0.
    

    We’ve been working on a draft spec for encapsulation of FLAC
    in the ISO Base Media File Format (mp4). This is the initial
    draft created by Monty Montgomery based on Yusuke Nakamura’s
    Opus-in-mp4 draft.

    More details at https://bugzilla.mozilla.org/show_bug.cgi?id=1286097

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] doc/isoflac.txt
  • Convert Videos with FFMPEG to PowerPoint 2016 compatible video format [closed]

    11 septembre 2020, par Sebastian S.

    I am trying to convert a bunch of videos to a video format that is natively supported by PowerPoint 2013/2016 on a Windows 7 system.

    &#xA;

    Microsoft recommends on their website mp4 with h264 and aac.

    &#xA;

    Video and audio file formats supported in PowerPoint

    &#xA;

    &#xA;

    In PowerPoint 2013 and later, and in PowerPoint 2016 for Mac, for the best video playback experience, we recommend that you use .mp4 files encoded with H.264 video (a.k.a. MPEG-4 AVC) and AAC audio. In PowerPoint 2010, we recommend that you use .wmv files.

    &#xA;

    &#xA;

    &#xA;

    We recommend using .m4a files encoded with AAC audio. In PowerPoint 2010, we recommend that you use .wav or .wma files.

    &#xA;

    &#xA;

    Audio is not important for me.&#xA;I tried to convert my videos with ffmpeg using the following options :

    &#xA;

    ffmpeg -i Input.avi -c:v libx264 -preset slow -crf 22 -c:a copy Output.mp4&#xA;

    &#xA;

    However I cannot import the video to PowerPoint 2016 (32 or 64bit, I tried both). I always get a missing codec error.

    &#xA;

    PPT Error when including video files

    &#xA;

    Has anyone successfully encoded videos to a natively supported PowerPoint video format (on Windows) ?

    &#xA;