Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (48)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (9582)

  • avformat/rtsp : allocate correct max number of pollfds

    27 septembre 2020, par Andriy Gelman
    avformat/rtsp : allocate correct max number of pollfds
    

    There is one general rtsp connection plus two connections per stream (rtp/rtcp).

    Reviewed-by : Zhao Zhili <zhilizhao@tencent.com>
    Signed-off-by : Andriy Gelman <andriy.gelman@gmail.com>

    • [DH] libavformat/rtsp.c
  • Why can I not change the number of frames (nframes) in a gganimate animation ?

    26 décembre 2022, par Gekin

    I have produced an animation per gganimate and rendered it per ffmpeg. It works just fine, but only, if I do not change the number of frames. If I do set the number of frames, I get this error message :

    &#xA;

    nframes and fps adjusted to match transition&#xA;Error parsing framerate 8,4.                           &#xA;Error: Rendering with ffmpeg failed&#xA;

    &#xA;

    I produced the gganim MonthlyAveragePrecipitationMap the following way :

    &#xA;

    options(scipen = 999, OutDec  =  ",")&#xA;&#xA;MonthlyAveragePrecipitationMap = ggplot(MonthlyAverageExtremePrecipitation) &#x2B; &#xA;  geom_path(data = map_data("world","Germany"),&#xA;            aes(x = long, y = lat, group = group)) &#x2B;&#xA;  coord_fixed(xlim = c(6,15),&#xA;              ylim = c(47,55)) &#x2B; &#xA;  geom_point(aes(x=lon, y=lat, &#xA;                 colour = ShareOfExtremePrecipitationEvents,&#xA;                 group = MonthOfYear),&#xA;             size = 3) &#x2B; &#xA;  scale_color_gradient(low="blue", high="yellow") &#x2B; &#xA;  xlab("Longitude (degree)") &#x2B;&#xA;  ylab("Latitude (degree)") &#x2B; &#xA;  theme_bw() &#x2B;&#xA;  transition_manual(frames = MonthOfYear) &#x2B; &#xA;  labs(title = &#x27;{unique(MonthlyAverageExtremePrecipitation$MonthOfYear)[as.integer(frame)]}&#x27;, &#xA;       color = paste0("Share of Extreme Precipitation Events \namong all Precipitation Events")) &#xA;

    &#xA;

    I call the animation the following way :

    &#xA;

    animate(MonthlyAveragePrecipitationMap,&#xA;        nframes = 300,&#xA;        renderer =&#xA;          ffmpeg_renderer(&#xA;            format = "auto",&#xA;            ffmpeg = NULL,&#xA;            options = list(pix_fmt = "yuv420p")))&#xA;&#xA;

    &#xA;

    I used this exact code just a few days ago and it worked fine.

    &#xA;

    Has someone had similar experiences ?&#xA;Thanks in advance.

    &#xA;

  • Revision 92a9eaef50 : Loop filter code cleanup. Using MAX_LOOP_FILTER constant instead of number 63.

    9 juillet 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/common/vp9_seg_common.c



    Loop filter code cleanup.

    Using MAX_LOOP_FILTER constant instead of number 63.

    Change-Id : If91e0c198331b3041e7cd0707a5948479e9209d8