
Advanced search
Other articles (104)
-
Gestion de la ferme
2 March 2010, byLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation" -
Les autorisations surchargées par les plugins
27 April 2010, byMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Use, discuss, criticize
13 April 2011, byTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
On other websites (9234)
-
How to get rotation attribute in metadata using FFMPEG [on hold]
17 October 2013, by user2882101I am trying to figure out rotation attribute in metadata using FFMPEG.I use the following command
FFMPEG -i D:\maxpayne3.mp4ffmpeg version N-57217-ga7e3006 Copyright (c) 2000-2013 the FFmpeg developers
built on Oct 16 2013 22:04:43 with gcc 4.8.1 (GCC)
configuration: —enable-gpl —enable-version3 —disable-w32threads —enable-av
isynth —enable-bzlib —enable-fontconfig —enable-frei0r —enable-gnutls —enab
le-iconv —enable-libass —enable-libbluray —enable-libcaca —enable-libfreetyp
e —enable-libgsm —enable-libilbc —enable-libmodplug —enable-libmp3lame —ena
ble-libopencore-amrnb —enable-libopencore-amrwb —enable-libopenjpeg —enable-l
ibopus —enable-librtmp —enable-libschroedinger —enable-libsoxr —enable-libsp
eex —enable-libtheora —enable-libtwolame —enable-libvidstab —enable-libvo-aa
cenc —enable-libvo-amrwbenc —enable-libvorbis —enable-libvpx —enable-libwavp
ack —enable-libx264 —enable-libxavs —enable-libxvid —enable-zlib
libavutil 52. 46.101 / 52. 46.101
libavcodec 55. 37.100 / 55. 37.100
libavformat 55. 19.102 / 55. 19.102
libavdevice 55. 4.100 / 55. 4.100
libavfilter 3. 88.101 / 3. 88.101
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.103 / 0. 17.103
libpostproc 52. 3.100 / 52. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\maxpayne3.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf54.3.100
Duration: 00:01:42.42, start: 0.000000, bitrate: 2361 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720
[SAR 1:1 DAR 16:9], 2289 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default
)
Metadata:
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 66
kb/s (default)
Metadata:
handler_name : SoundHandlerI have not seen rotation attribute in metadata ,can anyone pl help me....
-
ffmpeg permission Denied [on hold]
19 April 2014, by user3549636ffmpeg is giving me permission Denied from my asp.net app when told to grab a video from "\"C:\Users\Aleksandur Murfitt\Documents\My Web Sites\Photo Gallery5\Images\userpics\""
even though Everyone has been given full rights for My Web Sites and userpics, why? -
How to mux .265 file to .mp4 [on hold]
21 April 2014, by user3556598I am trying to mux a .265 to mp4 container. I am using ffmpeg, and gave a command ffmpeg -i encoded.265 -c copy out.mp4. I am not able to play this output file in VLC. It gives me an error saying "VLC does not support the audio or video format "hev1". Unfortunately there is no way for you to fix this". But I am able to play using ffplay. I am using the latest 2.2.0 VLC version. Could somebody please help me in overcoming this issue?