
Recherche avancée
Médias (91)
-
#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
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (100)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (13012)
-
FFmpeg error message when processing
19 avril 2013, par FlyingCatHi I am using
FFmpeg
to get the image from several video files.I got my
ffmpeg
codes ready but I got the following error when Iexec
my codes.ffmpeg version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers
built on Apr 2 2013 17:02:36 with gcc 4.6.3
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
//files info...
//files info...
Incompatible pixel format 'yuv420p' for codec 'mjpeg', auto-selecting format 'yuvj420p'
//file info...
[buffer @ 0x1513c40] Buffering several frames is not supported. Please consume all available frames before adding a new one.
Last message repeated 75 times
[image2 @ 0x1513460] Could not open file : /test/project
av_interleaved_write_frame(): Input/output errorI only show the error messages that have color highlighted.
My codes
$ffmpeg ="/usr/bin/ffmpeg";
$image_source_path = '/test/project/test.mp4';
$ALL_PLACE_WIDTH = 300;
$ALL_PLACE_HEIGHT = 300;
$image_cmd = " -r 1 -ss 00:00:10 -t 00:00:01 -s ".$ALL_PLACE_WIDTH."x".$ALL_PLACE_HEIGHT." -f image2 " ;
$dest_image_path = '/test/project';
$str_command= $ffmpeg ." -i " . $image_source_path . $image_cmd .$dest_image_path;
shell_exec($str_command);It seems my linux want to me switch avconv. I am not sure how to fix these errors. Can someone give me a hint about it ? Thanks so much !
-
Error compiling x264 on Mac OS X
28 mars 2014, par progdoI’m trying to compile and install the x264 H.264/AVC encoder.
I’ve gotgcc
installed. But I get the ’No working C compiler found’ error when I run :./configure --enable-shared --enable-static
What can I do ?
The config log said :
/bin/gcc conftest.c -Wall -I. -I$(SRCPATH) -falign-loops=16 -mdynamic-no-pic -o conftest
clang: error: unknown argument: '-falign-loops=16' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future -
ffmpeg : failed to convert m3u8 to mp4
4 mars 2016, par MrSmile07I want to convert a .m3u8 file into .mp4, for that I am using ffmpeg.
The only Thing that disturbs is, that one file work with the Command and the other not.Here the command :
ffmpeg -i http://91.250.77.10:8134/hls-vod/jp/523.mp4.m3u8 -acodec copy -vcodec copy -y -loglevel info -f mp4 Namezurspeicherrung.mp4
that file works, but by the other file :
ffmpeg -i http://91.250.77.10:8134/hls-vod/mk/01.mp4.m3u8 -acodec copy -vcodec copy -y -loglevel info -f mp4 Namezurspeicherrung2.mp4
doesn’t work.
_
_OK : Here the Output from file 2 :
ffmpeg -i http://91.250.77.10:8134/hls-vod/mkmp4.m3u8 -acodec copy -vcodec copy -y -loglevel info -f mp4 Wasichsiewirklichgernefragenwuerde.mp4 ffmpeg version 0.8.10-4:0.8.10-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers built on Feb 6 2014 20:56:59 with gcc 4.6.3 *** THIS PROGRAM IS DEPRECATED *** This program is only provided for compatibility and will be removed in a future release. Please use avconv instead. [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [NULL @ 0x16b5120] non-existing PPS referenced [h264 @ 0x1825a60] non-existing PPS 0 referenced [h264 @ 0x1825a60] decode_slice_header error [h264 @ 0x1825a60] no frame ! [applehttp @ 0x16ab9a0] max_analyze_duration reached [applehttp @ 0x16ab9a0] Estimating duration from bitrate, this may be inaccurate
Seems stream 0 codec frame rate differs from container frame rate : 180000.00 (180000/1) -> 1000.00 (1000/1)
Input #0, applehttp, from ’http://91.250.77.10:8134/hls-vod/mk/01.mp4.m3u8’ :
Duration : 00:23:30.00, start : 8.700000, bitrate : N/A
Stream #0.0 : Video : h264, 1k tbr, 90k tbn, 180k tbc
Stream #0.1 : Audio : aac, 48000 Hz, stereo, s16
[mp4 @ 0x1826640] dimensions not set
Output #0, mp4, to ’Wasichsiewirklichgernefragenwuerde.mp4’ :
Stream #0.0 : Video : libx264, q=2-31, 90k tbn, 90k tbc
Stream #0.1 : Audio : libvo_aacenc, 48000 Hz, stereo
Stream mapping :
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Could not write header for output file #0 (incorrect codec parameters ?)Last Edit : 23.03.2014 20:08