
Recherche avancée
Autres articles (39)
-
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Selection of projects using MediaSPIP
2 mai 2011, parThe 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 (...) -
Sélection de projets utilisant MediaSPIP
29 avril 2011, parLes exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
Ferme MediaSPIP @ Infini
L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)
Sur d’autres sites (6755)
-
ffmpeg converted file does not open in premiere pro
26 septembre 2021, par tppt1I had to convert mkv files since premiere pro does not support the format. For converting I used following commands to not triple the filesize : ffmpeg -i input.mkv -c:v copy -c:a copy output.mp4


The new file seems to be mp4 but when I import it into Premiere only the audio appears.


Could anyone tell me what I did wrong or what the problem might be ? Or if anyone knows what commands to use without doubling or tripling the file size (since the input files are already about 500-600MiB).


Thanks in advance !


-
php ffmpeg convert existing videos to 4k resolution
27 février 2014, par user3361920Hi I have a list of videos placed on the server in a directory. All I want is to convert them to 4k resolution as currently they are in 1920x1080 resolution. FFmpeg library is already existing.
Will this ffmpeg will do the job for me or I need some other library for this ? If ffmpeg will do then please can somebody help me by giving the code in PHP .
Please forgive for asking anything wrong .
Thanks in Advance -
how to compress (shrink) the file size of the Mp4 video in android ?
15 octobre 2013, par Sudharsan Linkan TsrI have developed a application with video recording and uploading. Before upload i need to compress the video file. I'm using ffmpeg for pause/record video recording process in android. i expecting a more optimized small size video output for further process. Thanks in advance.