Recherche avancée

Médias (91)

Autres articles (32)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (6203)

  • ffmpeg audio voices only on right side

    9 octobre 2022, par xavi

    I am converting some high quality movies to lower quality with this command :

    


    ffmpeg -i video.mp4 -vcodec libx265 -crf 28 output_video.mp4


    


    The output result causes that (in some cases) audio of voices are only reproduced on the right side of the earphones. I have to execute these two commands to have the proper audio :

    


    ffmpeg -i output_video.mp4 -map 0:a:0 -async 1 audio.mp3
ffmpeg -i output_video.mp4 -i audio.mp3 -c:v copy -map 0:v:0 -map 1:a:0 output_video_with_audio.mp4


    


    I have tried adding mapping parameters (-map 0:v:0 -map 0:a:0 -async 1) to the first command, but I have the same audio problem result.

    


    What can be causing this problem ?

    


  • FFMPEG disabled automatic compression file

    2 novembre 2017, par HenrykVIII

    How to disable FFMPEG in its own compressed file compression, which does not come from the program code. This is when the file is merged (as the first task) or file stabilization (as the first task). I lose on file quality by reducing itself from 16k to 7k birate files (in parts) input.

    So, without loss, I have to merge files or stabilize them so that they do not change ?

    I will add that the effect does not affect every film - only the majority. None of which come out of a duel completely and eg for 16.2k input birate have output 16k birate .. What is no visible loss.

    But the loss from 16k to 7k is already visible on the details and especially the movies shot at night and in the wrong light.

    I enclose the wrapper code c # :
     
    The same situation occurs when the first task is to combine files :

    Can anyone help ?? : (((

  • enc_recon_frame_test : don't print an error on EOF.

    8 novembre 2024, par Ronald S. Bultje
    enc_recon_frame_test : don't print an error on EOF.
    

    Before :
    $ make tools/enc_recon_frame_test
    $ tools/enc_recon_frame_test /Movies/cif/bus_cif.y4m libx264 'tune=psnr'
    Error submitting a frame for encoding

    After :
    All 150 encoded frames match

    • [DH] tools/enc_recon_frame_test.c