
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (54)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (10709)
-
tag 0x34363278/'x264' is not supported with codec id 28 and format 'mp4 / MP4 (MPEG-4 Part 14)'
9 septembre 2017, par Recep şenI am trying to read a video from .mp4 file and write into new .mp4 file but it gives me this error after I run :
OpenCV : FFMPEG : tag 0x34363278/’x264’ is not supported with codec id
28 and format ’mp4 / MP4 (MPEG-4 Part 14)’OpenCV : FFMPEG : fallback to use tag 0x00000021/’ !???’
#include <string>
#include <vector>
#include <algorithm>
#include <numeric>
#include <opencv2></opencv2>core.hpp>
#include <opencv2></opencv2>core/opengl.hpp>
#include <opencv2></opencv2>cudacodec.hpp>
#include <opencv2></opencv2>highgui.hpp>
int main(int argc, char* argv[])
{
if (argc != 3)
return -1;
const std::string vid_name(argv[1]);
cv::VideoCapture reader(vid_name);
cv::VideoWriter writer;
writer.open(argv[2],
CV_FOURCC('x','2','6','4'),
reader.get(CV_CAP_PROP_FPS),
cv::Size(reader.get(CV_CAP_PROP_FRAME_WIDTH),
reader.get(CV_CAP_PROP_FRAME_HEIGHT)));
....
}
</numeric></algorithm></vector></string>System and Tool Info
Opencv 3.3.0
Ubuntu 16.04
ffmpeg version 2.8.11-0ubuntu0.16.04.1 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1 16.04.4) 20160609
configuration : —prefix=/usr —extra-version=0ubuntu0.16.04.1
—build-suffix=-ffmpeg —toolchain=hardened —libdir=/usr/lib/x86_64-linux-gnu —incdir=/usr/include/x86_64-linux-gnu —cc=cc —cxx=g++ —enable-gpl —enable-shared —disable-stripping —disable-decoder=libopenjpeg —disable-decoder=libschroedinger —enable-avresample —enable-avisynth —enable-gnutls —enable-ladspa —enable-libass —enable-libbluray —enable-libbs2b —enable-libcaca —enable-libcdio —enable-libflite —enable-libfontconfig —enable-libfreetype —enable-libfribidi —enable-libgme —enable-libgsm —enable-libmodplug —enable-libmp3lame —enable-libopenjpeg —enable-libopus —enable-libpulse —enable-librtmp —enable-libschroedinger —enable-libshine —enable-libsnappy —enable-libsoxr —enable-libspeex —enable-libssh —enable-libtheora —enable-libtwolame —enable-libvorbis —enable-libvpx —enable-libwavpack —enable-libwebp —enable-libx265 —enable-libxvid —enable-libzvbi —enable-openal —enable-opengl —enable-x11grab —enable-libdc1394 —enable-libiec61883 —enable-libzmq —enable-frei0r —enable-libx264 —enable-libopencvRunning ./prog vid.mp4 process-vid.mp4
* I tried all solutions in stack and opencv’s website. Thanks for every help ! *
-
What exactly is the input to the coder part of a software video codec ?
30 juin 2022, par usrnew xnewI am doing a project based on video codecs and have to implement a specific type of codec(one of the H.26x types). So far in my research, I've found out that mp4 files are simply container files that can contain video data in any coded form. I wanted to know if there is a raw file type for video files like how there are for images and audio. However, I came to find out that there is no standard raw file for a video format and since mp4 is a container, it may as well contain a completely uncompressed video with frames, audio etc.


So basically, if there's no specific standard raw format for a video, what kind of file would the software codec take as input while encoding ? And if it does take an mp4, how do we find out if it's really an uncompressed mp4 file or an already encoded one, i.e. which atom holds the value of encoding name ?


Edit :


-
Revision 19cf72eddc : Adding {read, write}_partition() instead of check_bsize_coverage(). Making part
28 octobre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/decoder/vp9_decodframe.c
Modify /vp9/encoder/vp9_bitstream.c
Adding read, write_partition() instead of check_bsize_coverage().Making partition read/write logic more clear.
Change-Id : I1981e90327257d37095567c62d72a103cda1da33