Page 1 of 1

Youtube processor issue [SOLVED]

Posted: Tue Apr 28, 2020 1:02 am
by crispyjones
Noticed a possible bug when this vimeo URL was submitted. It seemed odd that the next MXF processor could not deal with a mp4 or mkv that usually gets downloaded by youtube-dl. I built a test workflow with a branch that copied the direct output of the Youtube processor, instead of media it output another URL file. There was *not* an error on the youtube process, the MXF encoder block tried to treat the new .url file as media and that is where the workflow failed. When I take that same URL and run "youtube-dl.exe https://vimeo.com/412284840" it downloads media without issue.

Re: Youtube processor issue

Posted: Tue Apr 28, 2020 12:18 pm
by admin
Hi crispyjones,

This bug is already fixed in the upcoming 1.0.0.5 bug fix release. Stay tuned.

-steinar

Re: Youtube processor issue [SOLVED]

Posted: Mon May 11, 2020 11:33 pm
by crispyjones
The upgrade to 1.0.0.5 fixed this issue. Thank you.