
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 (108)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (11519)
-
Using Cut with Fast Seek -ss -to and HH:MM:SS:MS
1er avril 2019, par Matt McManisI’m trying to cut a video using
-ss
and-to
usingHH:MM:SS:MS
time.I’m using
-to
instead of-t
because I want the cut to be "between" a time range and not "up to" time.
I also have to use-to
because it’s needed for another program’s time input textbox I’m using. I won’t be able to use-t
for this case.Example :
https://superuser.com/a/670590
-ss 00:01:00:00 -to 00:02:00:00
cut starts at minute 1, ends at minute 2.
-ss 00:01:00:00 -t 00:02:00:00
cut starts at minute 1, ends at minute 3.https://trac.ffmpeg.org/wiki/Seeking#Cuttingsmallsections
Problem
I’m not able to use Fast Seek,
-ss
before the-i
,-to
after.I’m only able to use Slow Seek,
-ss
and-to
after the-i
.1. Fast
Doesn’t Work
This cuts a minute ahead of what’s in the time.
Cuts from
00:01:00
to00:03:00
, using thefaster
seek.ffmpeg -ss 00:01:00 -i video.mp4 -to 00:02:00 -c copy cut.mp4
2. Slow
Works
I’m trying to do this but with fast seek.
Cuts from
00:01:00
to00:02:00
, using theslower
seek.ffmpeg -i video.mp4 -ss 00:01:00 -to 00:02:00 -c copy cut.mp4
3. Fast
Works (with problems)
-copyts
ruins video time bar in player.Cuts from
00:01:00
to00:02:00
, using thefaster
seek.ffmpeg -ss 00:01:00 -i video.mp4 -to 00:02:00 -c copy -copyts cut.mp4
-
Revision 90874 : revert de 90704 il y a bien une erreur, (merci RastaPopoulos et ...
11 juin 2018, par tofulm@… — Logrevert de 90704
il y a bien une erreur, (merci RastaPopoulos ? et désolé)
Je préfère revenir en arrière pour l’instant et voir par la suite -
Revision 90874 : revert de 90704 il y a bien une erreur, (merci RastaPopoulos et ...
11 juin 2018, par tofulm@… — Logrevert de 90704
il y a bien une erreur, (merci RastaPopoulos ? et désolé)
Je préfère revenir en arrière pour l’instant et voir par la suite