-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YouTube exporter #82
Comments
seems youtube accepts .ogg format and automatically converts URLs to have anchor tags in the description, so possible to easily link back to WMC: http://www.youtube.com/watch?v=JP4hd_PVFSE |
So, working out some specs for this might be:
This seems to me that there are two important components if this is to be integrated with the current service:
|
This looks good to me so far. Some background on what I have in mind with this YouTube exporter:
|
After reading through more of the tool it seems like it would make the most sense to add:
// Matt ----- Reply message ----- Some background on what I have in mind with this YouTube exporter: outreach to the YouTube community (and potentially that of other video sharing sites) about (a) Wikimedia Commons, (b) research and (c) Open Access; — |
Yes, this makes good sense for a start, but what I have in mind is more complicated.
|
From my point of view, while there are some bugs and edge cases, there are no technical "blockers" for developing the feature to deposit these videos on youtube as well as a mediawiki instance. While there are some issues with identifying materials and whether they have been uploaded, I think that is an existing bug that requires its own development. I would rather not go too far down that path now, but I would be interested in helping later on. For the time being, I think it is reasonable and within scope technically to extend to youtube as I mentioned above. As for audio, this should be caught in error handling of some fashion, so no worries. Same for video sizing, this should be logged as errors and there should be a queue of backlogged uploads. |
Agreed. There are a number of design decisions we made early on that make life difficult with the OAMI now that we are handling thousands of files from hundreds of journals. Some of these decisions would have been different if we had known about the problems in the XML (see also http://chrismaloney.org/notes/OAMI%20JatsCon%20Submission,%202013 - accepted by now). So I think the point for this weekend is to get a demo for a PMC-to-YouTube workflow going (possibly via Commons), with a few files (say, on the order of 100), then finetune that workflow over the coming weeks, with the goal of having the channel in full operation by OA week. |
Some work put in so far on this branch: https://github.com/wrought/open-access-media-importer/tree/youtube Will see about throttling, this is currently being done with a single sleep() function, can do the same ;) Thought about metadata--all will be posted in the Youtube description, which automatically converts links. Are there any cases where supplemental files are given their own DOI? We don't seem to be accessing that information currently if so. If it's a fringe case, not worth it anyhow. |
The PLOS ONE YouTube channel has 1.2M views from ca. 100 files The Pensoft YouTube channel has 500k views from ca. 20 videos: BMC: 100k views on ca. 200 videos, mostly about open access |
There is currently no tool to expose how often a video or audio file embedded in a Wikipedia article has actually been played. |
A snapshot of the files uploaded by the bot to Commons that get most views via Wikipedia: |
The tests should show up here http://youtube.com/wikiprojectoatest and the live will be http://youtube.com/wikiprojectoa |
This issue serves to bundle work on a pipeline to export videos from PMC to YouTube.
The text was updated successfully, but these errors were encountered: