
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (9871)
-
Cut parts of subtitle file using FFMPEG
4 février 2014, par AnasI want to edit an input mp4 file with audio video subtitle streams, i can successfully cut video and audio streams by :
1- Convert each part to a new mp4 file
2- Convert mp4 files to mpg filesffmpeg -i out00.mp4 -qscale:v 0 intermediate1.mpg
ffmpeg -i out01.mp4 -qscale:v 0 intermediate2.mpg3- Merge mpg files
ffmpeg -i concat:"intermediate1.mpg|intermediate2.mpg" -c copy intermediate_all.mpg
4- Convert the mpg file back to mp4
ffmpeg -i intermediate_all.mpg -f mp4 output.mp4
and i can extract the subtitle stream to srt file, but i can't cut parts of the subtitle file, do you have an idea how to do this ?
-
Revision 41d3c989fd : Propgate constants through subexp routines. This avoids calls to get_unsigned_b
3 février 2014, par Alex ConverseChanged Paths :
Modify /vp9/decoder/vp9_dsubexp.c
Modify /vp9/encoder/vp9_subexp.c
Propgate constants through subexp routines.This avoids calls to get_unsigned_bits() with constants and
replaces hard to trace loops with simpler structures.Change-Id : Ic1afc5a17d7df5bcfc85b76efda316b0bf118467
-
Revision 5470e0cfda : Merge "Propgate constants through subexp routines."
3 février 2014, par Alex ConverseMerge "Propgate constants through subexp routines."