Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (52)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

  • FFMPEG IE9 codec playability

    13 janvier 2013, par Mårten Sjö

    Im trying to convert an .avi file to an .mp4 file using ffmpeg CLI. I have tested countless options of variations in order to get it to work and playing in IE9. But what ever option i choose i get IE9's crossed image error picture as return. I tested an .mp4 movie that i made from an paid gui tool. And it did work.

    Anyone knows the parameters i need to use.

    Or know of any other cli tool i can use to convert avi to mp4 compatible IE9 videos.

    Thanks in advance !

    Sincerely
    Marten

  • blocked third party apps blocked

    5 janvier 2018, par Daniel Mutsawashe

    Can I be assisted please. I have a a web-based application built using the .ne framework in c# which I have modified to include some third-party applications to handle some functions, mailing (using AegisImplicitMail) and video conversion (using ffmpeg-this is command-line based) to be specific. However, on localhost (development environment) both these functions are functional but when I publish to go live, they both cease from functioning. Can I be assisted with possible remedies to this predicament. Thank you in advance for your assistance. Regards

  • ffmpeg - create two Audio Streams from one

    10 mai 2021, par sunwave121

    I have a mp4 file with one AC3 5.1 track on it and the video stream of course.
Now I want to mixdown the AC3 track to 384kbps and I also want to add stereo track at 256kbps. The actuall Video stream just get copied

    


    Can somebody give me a hint :

    


    -map 0 -c:v copy -c:a aac -b:a 256K -ac 2 -c:a ac3 -b:a 384K -ac 6 -c:s copy


    


    IM really not familiar with ffmpeg and it seems that i dont really understand how "map" works :(

    


    Thanks in advance