
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (39)
-
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...)
Sur d’autres sites (7546)
-
FFmpeg error Invalid option or argument : 'directpred=3
19 août 2015, par LolakAfter installing ffmpeg via http://ffmpeginstaller.com/ i am getting this error
I use this command to convert videos to mp4
ffmpeg -i 1.avi -y -acodec libfaac -ab 96k -ac 2 -s 500x272 -vcodec
libx264 -vpre normal -g 60 -crf 22 -threads 0 11.mp4
/usr/local/cpffmpeg/share/ffmpeg/libx264-normal.ffpreset: Invalid option
or argument: 'directpred=3
', parsed as 'directpred' = '3'Before that I did not use
qt-faststart
Now I need theqt-faststart
so I have installed that packageIs there any way to fix the error
'directpred' = '3'
-
An error occurred after encoding with h264_nvenc
29 mars 2024, par jiang hang1373x768 yuv420p picture


- 

- The ffmpeg api(avcodec_send_frame, avcodec_receive_packet) will write the avpacket-data data to the file after the encoding is successful, and then decode t using ffmpeg command line, save AvPacket::data, the resulting picture is not normal
- Directly use ffmpeg command line encoding, and then decode, the resulting picture is normal






decodec command: ffmpeg -i out.h264 -ss 0 -frames:v 1 output_frame.png
ecodec command: ffmpeg -s:v 1376x768 -pix_fmt yuv420p -i input.yuv -c:v h264_nvenc out.h264


exception picture :
enter image description here


Encoder Settings for api calls :


_encodecH264 = avcodec_find_encoder_by_name("h264_nvenc");
 _encodecContext = avcodec_alloc_context3(_encodecH264);
 _encodecContext->codec_type = AVMEDIA_TYPE_VIDEO;
 _encodecContext->time_base.num = 1;
 _encodecContext->time_base.den = 25;
 _encodecContext->pix_fmt = AV_PIX_FMT_YUV420P;
 _encodecContext->width = w;
 _encodecContext->height = h;
 _encodecContext->gop_size = 25;
 av_opt_set(_encodecContext->priv_data, "tune", "zerolatency", 0);
 av_opt_set(_encodecContext->priv_data, "profile", "main", 0);



Would like to ask why the api call encoding operation result is abnormal?


The first scheme uses the normal 1920x1080 picture


-
Anomalie #3761 : Ne plus transcrire « » en «   ; » mais en «   ; »
27 mars 2016, par b bTranquillou, on repasse en normal :)