Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (46)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (5812)

  • How to configure linking so that compiled binary finds libraries ?

    5 octobre 2015, par Jean Jordaan

    I’m compiling ffmpeg. Configuration :

     --prefix=/home/john/zope/engage/zeocluster/ffmpeg/parts/ffmpeg-build
     --extra-cflags='-I/home/john/zope/engage/zeocluster/ffmpeg/parts/x264-build/include
     -I/home/john/zope/engage/zeocluster/ffmpeg/parts/ogg-build/include
     -I/home/john/zope/engage/zeocluster/ffmpeg/parts/theora-build/include
     -I/home/john/zope/engage/zeocluster/ffmpeg/parts/lame-build/include
     -I/home/john/zope/engage/zeocluster/ffmpeg/parts/faac-build/include
     -I/home/john/zope/engage/zeocluster/ffmpeg/parts/faad-build/include
     -I/home/john/zope/engage/zeocluster/ffmpeg/parts/vpx-build/include
     -I/home/john/zope/engage/zeocluster/ffmpeg/parts/vorbis-build/include
     -I/home/john/zope/engage/zeocluster/ffmpeg/parts/ffmpeg-build/include'
     --extra-ldflags='-L/home/john/zope/engage/zeocluster/ffmpeg/parts/x264-build/lib
     -L/home/john/zope/engage/zeocluster/ffmpeg/parts/ogg-build/lib
     -L/home/john/zope/engage/zeocluster/ffmpeg/parts/theora-build/lib
     -L/home/john/zope/engage/zeocluster/ffmpeg/parts/lame-build/lib
     -L/home/john/zope/engage/zeocluster/ffmpeg/parts/faac-build/lib
     -L/home/john/zope/engage/zeocluster/ffmpeg/parts/faad-build/lib
     -L/home/john/zope/engage/zeocluster/ffmpeg/parts/vpx-build/lib
     -L/home/john/zope/engage/zeocluster/ffmpeg/parts/vorbis-build/lib
     -L/home/john/zope/engage/zeocluster/ffmpeg/parts/ffmpeg-build/lib'

    The build completes fine, and LD_LIBRARY_PATH=./parts/ffmpeg-build/lib:./parts/x264-build/lib ./parts/ffmpeg-build/bin/ffmpeg runs the binary.

    Why is that LD_LIBRARY_PATH necessary ? Didn’t I already tell the compiler to link against these libraries ?

  • Access to folders on Ubuntu-based Rails server (keep getting "No such file..")

    13 avril 2012, par Stpn

    I am setting up Rails+ffmpeg on Ubuntu and I keep getting

    Errno::ENOENT
    No such file or directory..

    The setup is as follows :

    /home/username/RailsApp
    /home/username/videos/

    I am trying to run ffmpeg to write to /home/username/videos and I used "/home/username/videos/" and " /videos/" but no luck..

    What am I missing ?

    "www-data" user is included in "username" group..

    Rails app works fine otherwise..

    Any input greatly appreciated !

    Thanks !

  • FFMPEG "listfile.txt : Invalid data found when processing input" concat error

    18 juillet 2019, par Léandre

    I have a txt file, where I have all my mp4 file to concat with ffmpeg. I saw the documentation of FFMPEG but I don’t see where I did something wrong.

    Here is my txt file :

    file '/home/leandre/PycharmProjects/video_test/1.mp4'
    file '/home/leandre/PycharmProjects/video_test/2.mp4'
    file '/home/leandre/PycharmProjects/video_test/3.mp4'
    file '/home/leandre/PycharmProjects/video_test/4.mp4'
    file '/home/leandre/PycharmProjects/video_test/5.mp4'
    file '/home/leandre/PycharmProjects/video_test/6.mp4'
    file '/home/leandre/PycharmProjects/video_test/7.mp4'
    file '/home/leandre/PycharmProjects/video_test/8.mp4'
    file '/home/leandre/PycharmProjects/video_test/9.mp4'
    file '/home/leandre/PycharmProjects/video_test/10.mp4'

    And this is my ffmpeg command : ffmpeg -f concat -safe 0 -i listfile.txt -c copy out_concat.mp4

    And my error listfile.txt: Invalid data found when processing input