
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (98)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (10317)
-
FFMPEG H.265 C++ based encoder : avcodec_open2 fails
22 juillet 2021, par rt7085My FFMPEG based c-code the correctly produces h.264 encoded video files when I set the codec ID to "AV_CODEC_ID_H264". When I change it to "AV_CODEC_ID_HEVC" I get this output from these particular lines of code.


ret = avcodec_open2(c, codec, &opt);
 av_dict_free(&opt);
 if (ret < 0) {
 fprintf(stderr, "Could not open video codec: %s\n", av_err2str(ret));
 exit(1);
 }



[hevc_mf @ 000001F604B62F00] could not find any MFT for the given media type
[hevc_mf @ 000001F604B62F00] could not create MFT
Could not open video codec: Function not implemented



I have the FFMPEG version 4.1 build. I was under the assumption that H.265 codec where part of this release. What am missing ?


-
ffmpeg droplet with alternative outputs based on user input
13 janvier 2015, par cathorI’ve been looking into scripting a droplet in applescript where i can drop a bunch of videos on the app, get a dialog box, and convert the files with different settings (mainly resolution, gamma, rotation) based on user input via the dialog. The encoded files should be placed in a folder called "mp4" in the source dir.
How would i go ahead and set the dropped files as a variable to feed into the ffmpeg "-i" switch ?
How do i get the directory of the source files to run makedir in that folder ?
TIA
Calle
-
Revision 195883023b : VPX : subpixel_8t_ssse3 asm using x86inc This is based on the original patch opt
2 septembre 2015, par Scott LaVarnwayChanged Paths :
Modify /vpx_dsp/vpx_dsp.mk
Modify /vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
Modify /vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm
VPX : subpixel_8t_ssse3 asm using x86incThis is based on the original patch optimized for 32bit
platforms by Tamar/Ilya and now uses the x86inc style asm.
The assembly was also modified to support 64bit platforms.Change-Id : Ice12f249bbbc162a7427e3d23fbf0cbe4135aff2