Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (79)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (8892)

  • Revision e2b4ef1313 : Merge "Account for rate error in GF group Q calculation."

    26 février 2015, par paulwilkins

    Merge "Account for rate error in GF group Q calculation."

  • Revision f1e0183c81 : Merge "tools_common.sh : add directory name to error output"

    27 février 2015, par James Zern

    Merge "tools_common.sh : add directory name to error output"

  • ffmpeg4android : "Fatal signal 11 (SIGSEGV) .." Error

    6 février 2015, par Jonas B

    Running ffmpeg4android to crop video from 480x640 (rotated) to fit 4:3 I get this error 2/10 times.

    Command

    "ffmpeg", "-y", "-i", tempFile.getPath(), "-strict", "experimental", "-b:a", "128k", "-b:v", "2567k", "-vcodec", "mpeg4", "-vf", "[in] crop=360:480 [out]", tempFile.getPath().replace( ".mp4", "_cropped.mp4" )

    Error log

    02-06 10:11:57.067 13177-14055/mypackage I/Videokit﹕ license file not found...
    02-06 10:11:57.068 13177-14055/mypackage I/Videokit﹕ license file //license// created.
    02-06 10:11:57.069 13177-14055/mypackage D/Videokit﹕ license check rc : 2
    02-06 10:11:57.069 13177-14055/mypackage D/Videokit﹕ run() called
    02-06 10:11:57.466 13177-14055/mypackage A/libc﹕ Fatal signal 11 (SIGSEGV), code 2, fault addr 0x407fffff in tid 14055 (AsyncTask #3)

    //license// : my path to license file
    mypackage : censored package name