dmarx / video-killed-the-radio-star

Notebook and tools for end-to-end automation of music video production with generative AI
https://colab.research.google.com/github/dmarx/video-killed-the-radio-star/blob/main/Video_Killed_The_Radio_Star_Defusion.ipynb#scrollTo=oPbeyWtesAoh
MIT License
196 stars 35 forks source link

I can't seem to find any fitting solutions #108

Closed scorpo813 closed 1 year ago

scorpo813 commented 1 year ago

AttributeError Traceback (most recent call last) /usr/local/lib/python3.8/dist-packages/PIL/ImageFile.py in _save(im, fp, tile, bufsize) 495 try: --> 496 fh = fp.fileno() 497 fp.flush()

AttributeError: '_idat' object has no attribute 'fileno'

During handling of the above exception, another exception occurred:

BrokenPipeError Traceback (most recent call last) 5 frames /usr/local/lib/python3.8/dist-packages/PIL/PngImagePlugin.py in putchunk(fp, cid, *data) 981 982 fp.write(o32(len(data)) + cid) --> 983 fp.write(data) 984 crc = _crc32(data, _crc32(cid)) 985 fp.write(o32(crc))

BrokenPipeError: [Errno 32] Broken pipe

dmarx commented 1 year ago

this looks like it was actually an issue with ffmpeg compiling the video. not sure if it's still an issue, closing for now but feel free to reopen if you're still encountering problems