pietrop / digital-paper-edit-electron

Work in progress - digital paper edit project - Electron, Cross Platform Desktop app - Mac, Windows, Linux
https://pietropassarelli.net/autoedit
Other
102 stars 17 forks source link

Issue exporting ADL #9

Closed pietrop closed 4 years ago

pietrop commented 4 years ago
Screen Shot 2020-02-07 at 2 42 17 PM
pietrop commented 4 years ago

looking at the console, when a clip is created in the metadata fps: "NA" and in the react client it's only checking if the value is defined, rather then whether it's a valid number, and in aes31-adl-composer module, it expects it to be a number to do seconds to timecodes conversion using the frame rate

date: "NA"
duration: 1106.999728
fileName: "Naomi File.wav"
filePathName: "/Users/passarellip/Music/Naomi File.wav"
fps: "NA"
r_frame_rate: "0/0"
reelName: "NA"
sampleRate: 44100
timecode: "NA"
pietrop commented 4 years ago

fixed in previous commit