Recherche avancée

Médias (91)

Autres articles (40)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6757)

  • Converting video to .mp4 format after upload from local system does not show the video only hear sound

    18 juillet 2012, par user850234

    I am using fileuploader.js to upload a video file. Now i want to convert the video format to .mp4. I have used ffmpeg and php to convert the video to .mp4 after upload. The sample segment i used is

    $converted = "uploads/".$uniqid.".mp4"; //$uniqid is the id for the video after upload
    $cmd = "$ffmpeg -i $sourceUrl -f mp4 $converted"; //$sourceUrl is the path of the video

    I have tried to convert .flv video file to .mp4 format and it does but the problem is i cannot see the video only hear the sound after converting. Is the conversion line used in $cmd incorrect. Please help.

  • Show subtitle resolution in avcodec_string().

    4 septembre 2013, par Carl Eugen Hoyos
    Show subtitle resolution in avcodec_string().
    
    • [DH] libavcodec/utils.c
  • ffprobe : show bitmap subtitles size.

    3 septembre 2013, par Nicolas George
    ffprobe : show bitmap subtitles size.
    

    Fix trac ticket #2930.

    • [DH] ffprobe.c