User:Michael Murtaugh: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
== 2021 ==
[[/my notes]]
[[/my field recording]]
[[/transclusion example]]
[[:Category:Field recording]]
* Add new recording to Radio Aporee
* Create a wiki page about RA, and add notes about:
* What instructions / support do they give for contributing?


* Euna [https://pad.xpub.nl/p/Euna_proposal project] [https://pad.xpub.nl/p/Euna_outline thesis]
* Read the posting rules: https://aporee.org/maps/info/#info
* Martin [[Martin (XPUB)-project proposal|project]] [[Martin (XPUB)-thesis outline|thesis]]
* Camilo [[Camilo-project proposal|project]] [[Camilo-thesis outline|thesis]]
* Kendal [[Kendal-project proposal|project]] [[Kendal-thesis outline|thesis]]
* Lousia [[Louisa-project proposal | project]] [[Louisa-thesis outline|thesis]]
* Nami [[Nami-project proposal|project]]  [[Nami-thesis outline|thesis]]
* Floor [[Floor-project proposal|project]]  [[Floor-thesis outline|thesis]]
* Clara [[Clara-project proposal|project]] [[Clara-thesis outline|thesis]]
* Jacopo [[Project Proposal#.E2.9E.9D_Who_can_help_you_and_how.3F|project]]  [[User:Jacopo/secondyear#Thesis_Outline|thesis]]
* Federico [[Federico-project proposal|project]] [[Federico-thesis outline|thesis]]




== Video widget ==
<p style="background: blue; ">Hello world!</p>
 
{{#widget:video|mp4=https://xpub.nl/video/xpub-collectiveioning-2020.480p.m4v}}
 
{{#widget:video|mp4=https://pzwiki.wdka.nl/mw-mediadesign/images/3/3b/Rammellzee_no.mp4}}
 
== Subpages ==
 
 
In a User page...<br>
links that starts with /<br>
makes subpages<br>
''relative'' to the current page
 
<nowiki>[[/Subpage]]</nowiki> &rarr; [[/Subpage]]
 
== Wiki paleontology ==
 
* https://pzwiki.wdka.nl/mw-mediadesign/index.php?title=Main_Page&action=history&year=2008&month=-1 2008
* https://pzwiki.wdka.nl/mw-mediadesign/index.php?title=User:Michael_Murtaugh&oldid=3720
* https://pzwiki.wdka.nl/mw-mediadesign/index.php?title=User:Aymeric_Mansoux&oldid=3687
* https://pzwiki.wdka.nl/mw-mediadesign/index.php?title=User:Manetta&oldid=64368
 
== Michael's wiki notes ==
 
Prototyping...
 
How to build to something like using Django/Flask...
 
* HTML/CSS
* WEB 1.0 (GET, POST, etc)
* SQL
* Templates
 
* [https://dataset.readthedocs.io/en/latest/ dataset]
* csvkit
* https://mxb.dev/blog/the-return-of-the-90s-web/
 
=== old ===
 
[[Prototyping]]
 
[[New page]]
 
[[User:Michael Murtaugh/Research 2015]]
 
[[/Notes 2018]]
 
 
[[File:Xpub 03.png|thumbnail|Open Day Saturday [http://xpub.pzimediadesign.nl LINK] ]]
 
Regular old link: https://xpub.pzimediadesign.nl/drop/2017/02/


<gallery>File:Xpub 03.png|Open Day Saturday [http://xpub.pzimediadesign.nl LINK]
<gallery>File:Xpub 03.png|Open Day Saturday [http://xpub.pzimediadesign.nl LINK]
Line 90: Line 36:
ffmpeg -f concat -i <textfile.txt> -c copy -fflags +genpts merged.mp4
ffmpeg -f concat -i <textfile.txt> -c copy -fflags +genpts merged.mp4
</source>
</source>
{{#Widget:Video|webm=https://pzwiki.wdka.nl/mw-mediadesign/images/4/4b/Works.webm}}
[[Category: Xpub]]

Latest revision as of 11:23, 23 October 2023

/my notes /my field recording /transclusion example Category:Field recording

  • Add new recording to Radio Aporee
  • Create a wiki page about RA, and add notes about:
  • What instructions / support do they give for contributing?


Hello world!

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