Batch encoding - no sound (WAV) exporting starting from the second video in queue

Issue #50 resolved
fotosav created an issue

Batch encoding - no sound (WAV) exporting starting from the second video in queue. Steps: - open MLV file1 - press E - exporting (in queue: 1) - next (P) - file2 - press E - exporting (in queue: 2) ... file1.wav is created - OK, file2.wav is not created - Error.

Comments (7)

  1. Andrew Baldwin repo owner

    I'm not able to reproduce this with the latest code in git on Linux. I followed the instructions, but for me, both DNG export directories contain a WAV file extracted from the MLV.

    Can you give more precise details to help reproduce this?

    • Software version (I assume 1.1.3 binary release?)
    • Operating system
    • What camera files were recorded with, and what version of ML
    • Q: Did the audio for both files playback correctly when you don't export?
    • Does it happen every time with any combination of MLV files?
  2. fotosav reporter

    I noticed the bug is reproduced when I click export before "Indexing" is completed. To reproduce press "E" when "Indexing" progress is showing.

    == Software version (I assume 1.1.3 binary release?) = Yes. Operating system = Windows 8 What camera files were recorded with, and what version of ML = Canon 5D Mark III magiclantern-v2.3.NEXT.2014Feb11.5D3113.zip magiclantern-v2.3.NEXT.2014Feb24.5D3113.zip

    Q: Did the audio for both files playback correctly when you don't export? = Yes.

    Does it happen every time with any combination of MLV files? = Yes

  3. Andrew Baldwin repo owner

    Fixed in git by c4ebe076ac5c0ea7601019eaba609e3e89776de3

    Since the audio is not available until after the index has been built, it is now not possible to add a file to the export queue until it has been indexed. This is a bit of an annoying restriction for the UI, but it is the most straightforward implementation for now.

    Will be included in 1.1.4 binary release.

  4. Log in to comment