Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (89)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • 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

Sur d’autres sites (6814)

  • avpacket : fix copying side data in av_packet_copy_props()

    18 mai 2014, par Anton Khirnov
    avpacket : fix copying side data in av_packet_copy_props()
    

    Side data count is incremented by by calling av_packet_new_side_data()
    in the following loop, setting it explicitly results in the resulting
    value being twice what it should be.

    CC : libav-stable@libav.org

    • [DBH] libavcodec/avpacket.c
  • Side by Side Videos with faster frame rate [migrated]

    19 mai 2014, par user2632203

    I have been able to combine two videos into one single video with a side by side overlay and I have been able to increase the framerate for a movie but I cannot figure out how to do both. I have tried the following.

    ffmpeg -i gp1.mp4 -i gp2.mp4 -filter_complex "[0:v]setpts=0.077*(PTS-STARTPTS),    pad=iw*2:ih[bg]; [1:v]setpts=0.077*(PTS-STARTPTS)[fg]; [bg][fg]overlay=W-w-10:0:shortest=1[out]" -map "[out]" -map 0:a -c:v libx264 -crf 19 output2.avi

    My problem is that the output2.avi has all the frames sped up it plays fine but at the end of the compressed time it plays the last frame for what would be the duration of the non sped up version.

    normal sped up video takes 20 mins of play back and gives 3 min in the output file.

    side by side give 3 mins of sped video then 17 min of the last frame in output file.

  • avpacket : fix copying side data in av_packet_copy_props()

    18 mai 2014, par Anton Khirnov
    avpacket : fix copying side data in av_packet_copy_props()
    

    Side data count is incremented by by calling av_packet_new_side_data()
    in the following loop, setting it explicitly results in the resulting
    value being twice what it should be.

    CC : libav-stable@libav.org

    • [DH] libavcodec/avpacket.c