Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (87)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (6853)

  • avconv : saner output video timebase.

    7 février 2012, par Anton Khirnov

    avconv : saner output video timebase.

  • FFMPEG Audio, video out of sync

    5 mars 2012, par geeknizer

    I'm creating Video using FFMPEG from pngs. The problem is on creating the video, and combining with video, its never in sync.

    Create video :

    ffmpeg -i /home/ubuntu/pngs/* -vcodec libvpx -r 25 -b 1024k -y video.avi

    generate audio

    ffmpeg -y -f s16le -ar 44100 -ac 2 -i wav_file.wav -acodec libvorbis video.avi

    these snapshots were taken at 25fps from a video. Audio is also extracted from same source.

  • How to quantify and compare video quality

    24 mars 2015, par user940154

    I have a set of uncompressed videos in YUV format.

    I have obtained several derived copies in various formats and resolutions from these yuv files using FFmpeg transcoding. (YUVs ----> X Derived Copies)

    What I have also done is, transcode the yuv’s into same resolution AVIs, and now obtained the same set of derived (transcoded) videos treating the AVIs as master. (AVIs ----> X Derived Copies)

    Now I wish to compare the quality of transcoded videos, when derived from AVIs to those derived from YUVs.

    Is there any way for me to do this using FFmpeg. How ? If not, can you please suggest some good open source software to do this.

    Thanks