python-edl icon indicating copy to clipboard operation
python-edl copied to clipboard

`FCM: NON-DROP FRAME` are missing from round-trip

Open lofidevops opened this issue 9 years ago • 1 comments

Steps to reproduce:

  • Read and then write an EDL file as follows:
with open("020_Test.edl") as read_file:
    test_edl = parser.parse(read_file)

    with open("outfile.edl", "w") as write_file:
        write_file.write(test_edl.to_string())

What should happen:

  • Output file is near-identical to input

What happens instead:

  • Most lines are near-identical (correct)
  • FCM: NON-DROP FRAME lines are missing

020_Test.edl.txt outfile.edl.txt

lofidevops avatar Jan 12 '16 15:01 lofidevops

This appears to be addressed by https://github.com/AdricEpic/python-edl/tree/cmx_conform

lofidevops avatar Jan 25 '16 09:01 lofidevops