From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laura Lazzati Subject: Re: Video narration Date: Fri, 15 Mar 2019 11:27:17 -0300 Message-ID: References: <68df0dd806a3e7f55db08feb70d246263bb6b47f.camel@tourbillion-technology.com> <6c27e60e2909fd7ff3f85237e181e9a8a4e63468.camel@tourbillion-technology.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4o1U-00007h-91 for guix-devel@gnu.org; Fri, 15 Mar 2019 10:41:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4noR-0001If-Dt for guix-devel@gnu.org; Fri, 15 Mar 2019 10:27:56 -0400 In-Reply-To: <6c27e60e2909fd7ff3f85237e181e9a8a4e63468.camel@tourbillion-technology.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Paul Garlick Cc: Guix-devel Hi Paul! > This generates 03-help.webm which I can play with Parole, for example. > Very nice work! Thank you and great! We have another player that plays our videos fine :) > I can see that there is an 'audios' subdirectory with one audio file > per svg file. So my task, if I understand correctly, is to move > 'audios' to 'audios_laura' and create a new 'audios' subdirectory with > new audio files and then re-build. Exactly, The makefile will look for each audio in an audios subdir, so moving my audios subdir to audios_laura or will make it look for your audios instead of mine's. And Sth important is to have them named 1.mp3 (or the format that is better), 2.mp3 so that it matches the slide name. > > On the question of total speaking time, 03-help.webm is about 4 minutes > long. There are six videos, so is 6x4=24mins a reasonable estimate of > the total speaking time? You mean the timing of the total number of final vidoes, right? I still have to upload the last part of the last one, will test sth and do it in a minute. But most videos are about 3-4 minutes length. So your estimate time should be right. In fact you will see that some of them have the number of video duplicated because if not they would last too long. > > Also, are the transcripts available for all the videos? I will need > these before I go in to do the recordings. Yes :) if you go, to videos//, ie videos/03-help/ you should find a file named transcriptHelp.txt with which is said. If not, let me know because these transcripts should appear for each video. Regards :) Laura