
Recherche avancée
Autres articles (87)
-
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (7309)
-
How can I merge .webm (Audio) file and a .mp4 (Video) file using java ?
11 mars 2016, par user2136160I have two files one is a .webm audio file and the other one is a .mp4 video file
Is there a way to combine these two files together using java ?Thanks in advance.
-
Can not use ffmpeg to convert a flv file into mp4 file
4 septembre 2024, par KarmylrI have a flv file, which can be played normally with potplayer, but it cannot be converted into mp4 format with ffmpeg. File : https://www.mediafire.com/file/ukexdhw15tyfrcx/2.22_xindongfang.flv/file


I typed
ffmpeg -i 2.22_xindongfang.flv -acodec copy -vcodec copy test.mp4
, and the following error log appeared :

[mp4 @ 0000018bbe928880] dimensions not set
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:1 --



-
Can not use ffmpeg to convert a flv file to mp4 file
22 février 2023, par KarmylrI have a flv file, which can be played normally with potplayer, but it cannot be converted into mp4 format with ffmpeg. File : https://www.mediafire.com/file/ukexdhw15tyfrcx/2.22_xindongfang.flv/file


I typed
ffmpeg -i 2.22_xindongfang.flv -acodec copy -vcodec copy test.mp4
, and the following error log appeared :

[mp4 @ 0000018bbe928880] dimensions not set
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:1 --