gcarranza / flowblade

Automatically exported from code.google.com/p/flowblade
0 stars 0 forks source link

Exporting via render queue doesn't respect muting settings. #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create two video tracks. Compositor used: Region. Effects used: Alpha-Form. 
This was done to include one image into the other.
2. Mute the sound in the "lower" track.
3. Setup rendering parameters and export to render queue.

What is the expected output? What do you see instead?

Expected: Audio from the "lower" track shouldn't be played at all.
Instead: Audio from the "lower" track and the "upper" track play together.

Interestingly this is only true if rendered over the render queue. If I use the 
same settings and render directly the problem isn't there.

What version of the product are you using? On what operating system?

OS: ArchLinux (current as of 2015-03-15)
Flowblade: 0.16.0 

Dependencies:
ffmpeg: 1:2.6-3
pygtk: 2.24.0-5
mlt-python-bindings: 0.9.6-1
ladspa: 1.13-5
sox: 14.4.1-4
frei0r-plugins: 1.4-2
python2-gnomevfs: 2.28.1-9
python2-numpy: 1.9.2-1

Please provide any additional information below.

While I can't disclose the original video file, I'll attach a flb file where 
the problem was observed.

Original issue reported on code.google.com by fha...@gmail.com on 16 Mar 2015 at 10:56

Attachments:

GoogleCodeExporter commented 8 years ago
Confirmed and fixed. Fix will be on the next release.

This didn't work because track mute values got set into MLT only as a side 
effect of GUI set-up, and batch render has no GUI set-up on project load.

Original comment by janne.li...@gmail.com on 16 Mar 2015 at 9:56

GoogleCodeExporter commented 8 years ago
Marking fixed.

Original comment by janne.li...@gmail.com on 16 Mar 2015 at 9:57