
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (67)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 (...) -
Création définitive du canal
12 mars 2010, parLorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
A la validation, vous recevez un email vous invitant donc à créer votre canal.
Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)
Sur d’autres sites (7390)
-
How to use ffmpeg on Java maven project ?
5 mai 2019, par NyamkhuuI want to use pan control. But I’m confused how to use it.
For example, I can run this command in terminal
ffmpeg -i wmafile.wav -af “pan=stereo|c1=c1” outr.wav
How to implement this command in java ?
-
Repairing missing parts of ffmpeg
2 novembre 2019, par porkwarriorHow would i go about repairing my ffmpeg - I tried to delete it.
But I do not think I deleted everything, tried to make a new install.
But whenever I try to write ffmpeg in terminal, nothing shows up..Tried to install new versions
-bash : ffmpeg : command not found
-
FFmpeg with eclipse
16 août 2020, par Cristian Jorge A. KuschI'm having problems with eclipse and ffmpeg, there are false errors being detected by the IDE. I was able to compile without problems with the terminal, and no erros were detected, i'm using the last version of Ubuntu. I can also build it with eclipse, but i get a lot of false errors.
I cloned the repository from github and then selected makefile project with existing files, and i selected the gnu autotools toolchain for the indexer settings.
I was able to get it to build, but i had to run the ./configure command from the terminal first, otherwise i got this error makefile:167 : /tests/makefile : no such file or directory
So the issue i have is that even though it builds properly i get a huge ammount of errors like these :


Field 'border_glyph' could not be resolved vf_drawtext.c /ffmpeg/libavfilter line 347 Semantic Error
Field 'border_glyph' could not be resolved vf_drawtext.c /ffmpeg/libavfilter line 797 Semantic Error
Field 'buffer' could not be resolved vf_drawtext.c /ffmpeg/libavfilter line 1252 Semantic Error
Field 'BufferId' could not be resolved vf_deinterlace_qsv.c /ffmpeg/libavfilter line 232 Semantic Error
Field 'BufferId' could not be resolved vf_deinterlace_qsv.c /ffmpeg/libavfilter line 253 Semantic Error
Field 'BufferSz' could not be resolved vf_deinterlace_qsv.c /ffmpeg/libavfilter line 233 Semantic Error



any help ? thanks