Recherche avancée

Médias (91)

Autres articles (43)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (8663)

  • doc : Drop VDPAU from list of supported codecs

    10 septembre 2013, par Diego Biurrun
    doc : Drop VDPAU from list of supported codecs
    
    • [DBH] doc/general.texi
  • std::system stops when I tries to change jpg to mp4

    19 août 2021, par StevePark

    I'm trying to use mediapipe Iris and I needed to make jpg to mp4 to use iris.

    


    When I use image that has a person's face in it, system has no problem changing jpg to mp4 as below
enter image description here

    


    However, if I put an image with no face or just an image as a background,
it stops and doesn't run to the other function anymore.
enter image description here

    


    my code is

    


    std::string Img2Vid(int i) {
  std::string input_path = FLAGS_input_video_path + "/" + std::to_string(i) + ".jpg";
  std::string output_path = FLAGS_input_video_path + "/" + std::to_string(i) + ".mp4";
  std::string s = "ffmpeg -loop 1 -f image2 -t 0.07 -i " + input_path + " " + output_path;
  std::cout << output_path << std::endl;
  char ch[100];
  std::strcpy(ch, s.c_str());
  std::system(ch);
  return output_path;
  }


    


    specifically, it should return output_path after changing jpg to mp4 like picture1, but it stucks at system(ch) when I run with image with no face.

    


    Is there other way to change jpg to mp4 or to solve this problem ?

    


  • Revision f72fdf1c7f : Fix another typo in 4x4-transform-for-i8x8-intra-pred coeff contexts. Change-Id

    22 octobre 2012, par Ronald S. Bultje

    Changed Paths : Modify /vp8/encoder/rdopt.c Fix another typo in 4x4-transform-for-i8x8-intra-pred coeff contexts. Change-Id : I02e7f64a7c99f6c222b9ef21341b0e801d646810