all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Garlick <pgarlick@tourbillion-technology.com>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: Video narration
Date: Mon, 06 May 2019 21:34:40 +0100	[thread overview]
Message-ID: <4e37c425257247b33a7559c92fbf2c063c334e45.camel@tourbillion-technology.com> (raw)
In-Reply-To: <87v9ynpuwx.fsf@elephly.net>

Hi Ricardo,

> Are you saying you want to take snapshots in larger intervals and pad
> the intermediate frames with duplicates of previous frames?

Thank you for writing the snap! procedure.  It is writing the output as
intended.  

The problem we ran into was to do with the timing.  If you go back in
this thread you will see the history.  

In order to produce .webm files that are compatible with the Firefox
browser it is necessary to eliminate gaps in the audio streams.  ffmpeg
can do this automatically using the 'apad' filter.  However, it will
truncate the audio stream if the video stream is shorter in duration
than the audio stream.  

So, in preparing the cli session files we need to be able to accurately
set the duration of the last 'sleep' command.  Since we know the frame
rate (25 fps) it is straightforward to calculate the number of repeated
frames we need for any given duration.  This is the job of the new
'repeat' procedure.  

In this way we effectively replace the timer with a counter.

The session files now need to be checked to tune the sleep commands to
synchronize with the audio stream.  I will be able to look at 02-daily-
use1 again tomorrow.

Best regards,

Paul.

  reply	other threads:[~2019-05-06 20:34 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-05 12:52 Video narration Laura Lazzati
2019-03-05 15:14 ` Paul Garlick
2019-03-05 16:27   ` Laura Lazzati
2019-03-15 11:48     ` Paul Garlick
2019-03-15 14:27       ` Laura Lazzati
2019-03-16  3:27         ` Laura Lazzati
2019-03-18 17:07           ` Paul Garlick
2019-03-19  5:00             ` Laura Lazzati
2019-03-19 21:02               ` Laura Lazzati
2019-03-20 12:39                 ` Paul Garlick
2019-03-20 13:38                   ` Ricardo Wurmus
2019-03-20 16:20                     ` Laura Lazzati
2019-03-22 17:11                       ` Paul Garlick
2019-03-22 17:35                         ` Laura Lazzati
2019-03-22 19:39                           ` Paul Garlick
2019-03-24  3:47                             ` Laura Lazzati
2019-03-24 10:17                               ` Gábor Boskovits
2019-03-24 18:52                                 ` Laura Lazzati
2019-03-25 12:55                               ` Paul Garlick
2019-03-25 22:49                                 ` Laura Lazzati
2019-03-25 23:16                                   ` sirgazil
2019-03-26 17:08                                   ` Paul Garlick
2019-03-26 17:58                                     ` Laura Lazzati
2019-03-27 21:00                                       ` Paul Garlick
2019-03-27 22:01                                         ` Laura Lazzati
2019-03-29 22:32                                           ` Paul Garlick
2019-03-29 22:45                                             ` Laura Lazzati
2019-04-01 15:16                                               ` Paul Garlick
2019-04-01 18:02                                                 ` Laura Lazzati
2019-04-02  8:34                                                   ` Paul Garlick
2019-04-02 18:19                                                     ` Laura Lazzati
2019-04-03 14:05                                                       ` Paul Garlick
2019-04-03 14:25                                                         ` sirgazil
2019-04-03 15:38                                                         ` Gábor Boskovits
2019-04-03 16:45                                                         ` sirgazil
2019-04-03 19:11                                                         ` Laura Lazzati
2019-04-05 14:36                                                           ` Paul Garlick
2019-04-05 18:23                                                             ` Laura Lazzati
2019-04-05 18:49                                                               ` Ricardo Wurmus
2019-04-08 16:19                                                                 ` Paul Garlick
2019-04-09 10:46                                                                   ` Laura Lazzati
2019-04-09 14:10                                                                     ` Paul Garlick
2019-04-17 19:44                                                                       ` Laura Lazzati
2019-04-17 22:11                                                                         ` Paul Garlick
2019-04-18 17:12                                                                           ` Ludovic Courtès
2019-04-19 12:14                                                                             ` Ricardo Wurmus
2019-04-18 17:20                                                                           ` Laura Lazzati
2019-04-19  0:25                                                                             ` Paul Garlick
2019-04-20 21:11                                                                               ` Laura Lazzati
2019-04-22 12:29                                                                                 ` Paul Garlick
2019-04-22 18:27                                                                                   ` Laura Lazzati
2019-04-22 22:29                                                                                     ` Paul Garlick
2019-04-26 22:01                                                                                     ` Paul Garlick
2019-04-26 22:54                                                                                       ` Laura Lazzati
2019-04-29 17:53                                                                                         ` Paul Garlick
2019-04-29 19:50                                                                                           ` Laura Lazzati
2019-04-29 20:06                                                                                             ` Paul Garlick
2019-04-29 20:19                                                                                               ` Laura Lazzati
2019-04-29 22:50                                                                                                 ` Paul Garlick
2019-04-30  8:52                                                                                                   ` Laura Lazzati
2019-04-30 13:22                                                                                                     ` Laura Lazzati
2019-04-30 23:36                                                                                                       ` Paul Garlick
2019-05-01 14:05                                                                                                         ` Laura Lazzati
2019-05-02 21:36                                                                                                           ` Paul Garlick
2019-05-04 19:34                                                                                                             ` Laura Lazzati
2019-05-06 11:22                                                                                                               ` Paul Garlick
2019-05-08 20:47                                                                                                                 ` Laura Lazzati
2019-05-08 23:14                                                                                                                   ` Paul Garlick
2019-05-09 14:57                                                                                                                     ` Laura Lazzati
2019-05-09 17:54                                                                                                                       ` Paul Garlick
2019-05-10 19:50                                                                                                                         ` Laura Lazzati
2019-05-10 21:54                                                                                                                           ` Paul Garlick
2019-05-10 21:58                                                                                                                             ` Laura Lazzati
2019-05-10 20:19                                                                                                                       ` Gábor Boskovits
2019-05-10 21:57                                                                                                                         ` Laura Lazzati
2019-05-10 22:34                                                                                                                           ` sirgazil
2019-05-21  2:52                                                                                                                             ` Laura Lazzati
2019-05-21  8:29                                                                                                                               ` Gábor Boskovits
2019-05-22 12:54                                                                                                                                 ` Laura Lazzati
2019-05-23 10:14                                                                                                                               ` Paul Garlick
2019-05-23 14:07                                                                                                                                 ` Laura Lazzati
2019-05-23 21:36                                                                                                                                   ` Paul Garlick
2019-05-25 18:19                                                                                                                                     ` Laura Lazzati
2019-05-06 13:35                                                                                                         ` Ricardo Wurmus
2019-05-06 20:34                                                                                                           ` Paul Garlick [this message]
2019-04-02 17:21                                                   ` Gábor Boskovits
2019-04-02 18:16                                                     ` Laura Lazzati

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4e37c425257247b33a7559c92fbf2c063c334e45.camel@tourbillion-technology.com \
    --to=pgarlick@tourbillion-technology.com \
    --cc=guix-devel@gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.