
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (41)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (5171)
-
ffmpeg no such file or directory with wsl2 [closed]
5 août 2021, par michasauceri want to convert video using
ffmpeg
andyoutube-dl
inwsl2
.

Im using this command :


ffmpeg -ss 0:0:18 -to 0:1:30 -i "$(youtube-dl -f 18 --get-url 'https://www.youtube.com/watch\?v\=D4gs1nKnO-o')" -c:v copy -c:a copy ~/output_video.mp4



And it produces output as below :


/mnt/d/repos/xyz$ ffmpeg -ss 0:0:18 -to 0:1:30 -i "$(youtube-dl -f 18 --get-url 'https://www.youtube.com/watch\?v\=D4gs1nKnO-o')" -c:v copy -c:a copy /mnt/d/repos/xyz/output_video.mp4
ffmpeg version 4.2.4-1ubuntu0.1 Copyright (c) 2000-2020 the FFmpeg developers
 built with gcc 9 (Ubuntu 9.3.0-10ubuntu2)
 configuration: --prefix=/usr --extra-version=1ubuntu0.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-nvenc --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
 libavutil 56. 31.100 / 56. 31.100
 libavcodec 58. 54.100 / 58. 54.100
 libavformat 58. 29.100 / 58. 29.100
 libavdevice 58. 8.100 / 58. 8.100
 libavfilter 7. 57.100 / 7. 57.100
 libavresample 4. 0. 0 / 4. 0. 0
 libswscale 5. 5.100 / 5. 5.100
 libswresample 3. 5.100 / 3. 5.100
 libpostproc 55. 5.100 / 55. 5.100
: No such file or directory



but when i try to create file in directory
xyz
it works fine :

/mnt/d/repos/xyz$ touch dupa.txt
/mnt/d/repos/xyz$ ls
dupa.txt



My question is, how to make ffmpeg works on wsl2 ?


-
Converting avi to mp4 ffmpeg
26 octobre 2013, par Dirk SwarzI use php code :
$ffmpeg_command ="ffmpeg -i ".$new_name." -s 1280x720 -ar 44100 -async 44100 -r 29.970 -ac 2 -qscale 5 ".$anew_name;
$convert_avi = true ;
i know that the problem is in here :
-s 1280x720 -ar 44100 -async 44100 -r 29.970 -ac 2 -qscale 5
Idea is when video is converted i can watch it via flash player and now flash player is saying that video is not found or bad syntax so obviuos its bad syntax but i dont know how to fix it
-
ffmpeg - transcode stream to play on flowplayer [on hold]
7 janvier 2016, par arlindi have a streaming link and im restreaming it via ffmpeg
-vcodec copy -c:a libmp3lame -ab 48k -ar 22050
so if i play in flowplayer (web PLayer) i just listen audio perfect and video has problems
"so i just see images instand of video" its slow and it blockWhen i play that video on vlc is working perfect and in video codec i see
H264 - MPEG-4 AVC (avc1) MPEG Audyo layer 3 (mp3)
so how to convert this stream so i can watch on web players like flowplayer or jw player