Project

General

Profile

Actions

Bug #444

open

Feature #87: Request for inclusion: stopmotion

Stopmotion can import audio files but cannot export them

Added by Jean-Michel Philippe over 12 years ago. Updated over 11 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Development
Start date:
Due date:
% Done:

0%

Estimated time:
10:00 h

Description

In Stopmotion it is possible to import audio files and play them with the movie. But it cannot export them, so producing the final OVG files results in a silent movie. Quick investigations showed that export commands don't have options for audio files. It is then likely that audio export is not currently handled at all. Note that this is not that simple since we'd have to compute the time at which each audio file is started and its duration, then compose the command lineā€¦

Basically mixing video and audio with Ffmpeg can be done this way:

$ ffmpeg -i video.ovg -i audio.wav -vcodec copy output.ogg

If we want audio files be automatically mixed while exporting the movie, we need to get information from Stopmotion and then patch it a bit. As a start it could be done for a single audio file starting with the first video frame.

Actions #1

Updated by Jean-Michel Philippe over 12 years ago

  • Target version changed from 2011-11 to 2012-02
  • Start date changed from 10/28/2011 to 12/12/2011
Actions #2

Updated by Jean-Michel Philippe about 12 years ago

  • Target version changed from 2012-02 to 2012-08
  • Start date deleted (12/12/2011)
Actions #3

Updated by Jean-Michel Philippe over 11 years ago

  • Target version changed from 2012-08 to 2012-11
Actions

Also available in: Atom PDF