
Recherche avancée
Autres articles (53)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (10808)
-
Bundle FFmpeg with Qt6 application using CMake
10 janvier 2023, par AliOsmI'm trying to bundle FFmpeg with my Qt6 application that uses CMake as build system on Mac OS system (Apple chip). I tried the following :


FetchContent_Declare(
 ffmpeg
 GIT_REPOSITORY https://github.com/FFmpeg/FFmpeg.git
 GIT_TAG n5.1.2
)

FetchContent_MakeAvailable(ffmpeg)

include_directories(
 "/Volumes/ieasybooks/taqtie/build-repo-Qt_6_4_0_for_macOS-Debug/_deps/ffmpeg-src/libavutil"
 "/Volumes/ieasybooks/taqtie/build-repo-Qt_6_4_0_for_macOS-Debug/_deps/ffmpeg-src/libavcodec"
 "/Volumes/ieasybooks/taqtie/build-repo-Qt_6_4_0_for_macOS-Debug/_deps/ffmpeg-src/libavformat"
)

target_link_libraries(
 taqtie
 PRIVATE
 "/Volumes/ieasybooks/taqtie/build-repo-Qt_6_4_0_for_macOS-Debug/_deps/ffmpeg-src/libavutil/libavutil.h"
 "/Volumes/ieasybooks/taqtie/build-repo-Qt_6_4_0_for_macOS-Debug/_deps/ffmpeg-src/libavcodec/libavcodec.h"
 "/Volumes/ieasybooks/taqtie/build-repo-Qt_6_4_0_for_macOS-Debug/_deps/ffmpeg-src/libavformat/libavformat.h"
)



But when I include FFmpeg libraries like this :


extern "C" {
#ifndef __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS
#endif
#include 
}



I got the following error :


main.cpp:6:10: In included file: 'libavutil/avconfig.h' file not found



I spent like 1 month on this issue and I can't find any solution. I even asked ChatGPT :)


Do you have any idea ?


The code of the project could be found here : https://github.com/ieasybooks/taqtie.


-
How to use FFmpeg in UWP C# application ?
6 septembre 2021, par MatS2510I'm creating an UWP app in C#, which downloads a video (.ts file with video and audio channels or .mp4 video file and .webm audio file, which should be merged) and allows user to trim a video duration and save the in three different modes : Video & Audio, Only video (disable audio channel) and Only audio (disable video channel).


I tried to use
MediaComposition
, but it throws a lot of exceptions (probably because of input files extensions). I can't use FFmpeg wrapper or just execute command, because it's UWP app. Is it possible to use FFmpeg in the UWP app, and if yes, how can I do it ?

-
Evolution #3435 (Fermé) : Avertir l’auteur quand il modifie un document attaché à plusieurs objets
3 mai 2017, par cedric -cf #3382