User:Michael Murtaugh: Difference between revisions
No edit summary |
(Undo revision 176453 by Michael Murtaugh (talk)) Tag: Undo |
||
Line 1: | Line 1: | ||
== Introduction to MediaWiki == | |||
A good free online resource is Yaron Koren's [https://www.workingwithmediawiki.com/book/ Working with MediaWiki]. Yaron Koren is a contributor to the MediaWiki software community, particularly around integrating data and journalism (he's the primary author of the Cargo extension). | |||
There's also a simple [[Wiki Tutorial]] made over the years for the course. | |||
=== Some Key Topics === | |||
* Navigating: [[Special:RecentChanges]], [[Special:New files]], [[Special::All pages]], [[Special:RandomPage]] | |||
* [https://www.workingwithmediawiki.com/book/chapter4.html Wikitext] : a "lightweight markup", Headers, etc. (there are also some useful [https://www.workingwithmediawiki.com/book/chapter4.html#toc-Section-31 Behaviour Switches] like <nowiki>__NOTOC__</nowiki>) | |||
* Section editing (good way to avoid edit conflicts) | |||
* [https://www.workingwithmediawiki.com/book/chapter5.html#toc-Section-33 Namespaces]: Main, Category, User, [https://www.workingwithmediawiki.com/book/chapter6.html#toc-Section-37 Talk] | |||
* [https://www.workingwithmediawiki.com/book/chapter5.html#toc-Section-34 Redirects] & Renaming | |||
* Linking: Name normalization, [https://www.workingwithmediawiki.com/book/chapter5.html#toc-Section-35 Subpages] | |||
* Media: [https://www.workingwithmediawiki.com/book/chapter7.html Images & Files], Audio/Video | |||
* Advanced: [https://www.workingwithmediawiki.com/book/chapter4.html#toc-Section-28 Transclusion & Templates], [https://www.workingwithmediawiki.com/book/chapter12.html#toc-Section-71 Widgets] | |||
* Extensions and [[Special:SpecialPages|Special pages]] like [[Special:Version]] | |||
* Come on get [[Special:APISandbox|API!]] | |||
== Subpages == | == Subpages == |
Revision as of 08:16, 15 September 2020
Introduction to MediaWiki
A good free online resource is Yaron Koren's Working with MediaWiki. Yaron Koren is a contributor to the MediaWiki software community, particularly around integrating data and journalism (he's the primary author of the Cargo extension).
There's also a simple Wiki Tutorial made over the years for the course.
Some Key Topics
- Navigating: Special:RecentChanges, Special:New files, [[Special::All pages]], Special:RandomPage
- Wikitext : a "lightweight markup", Headers, etc. (there are also some useful Behaviour Switches like __NOTOC__)
- Section editing (good way to avoid edit conflicts)
- Namespaces: Main, Category, User, Talk
- Redirects & Renaming
- Linking: Name normalization, Subpages
- Media: Images & Files, Audio/Video
- Advanced: Transclusion & Templates, Widgets
- Extensions and Special pages like Special:Version
- Come on get API!
Subpages
It's as easy as... [[/Subpage]]
which makes...
Michael's wiki notes
old
User:Michael Murtaugh/Research 2015
Regular old link: https://xpub.pzimediadesign.nl/drop/2017/02/
Open Day Saturday LINK
espeak hello -w hello.wav
youtube-dl https://www.youtube.com/watch?v=M4LDwfKxr-M
ffmpeg -r 10 -i \[1973\]\ \'Not\ I\'\ \(Samuel\ Beckett\)-M4LDwfKxr-M.webm MOUTH%09d.jpg
rm MOUTH0000*.jpg
sox hello.wav -1 -u -c 1 -r 4000 -t raw rawfile
rm frame*.jpg ///after the viseo + rm the wav file
python lipsync.py
///ls -hl
ffmpeg -r 10 -i frame%09d.jpg -i hello.wav -y hello.webm
espeak -f text.txt -w text.wav
//same from sox ....until ...webm for the other video
sudo apt install brew
brew install mlt
ffmpeg -f concat -i <textfile.txt> -c copy -fflags +genpts merged.mp4