User:Michael Murtaugh: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
(152 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:User_Michael_Murtaugh_michael.jpg|thumb]]
[[/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?


I am a core tutor in the [http://pzwart.wdka.nl/networked-media Networked Media] Master here at the [http://pzwart.wdka.nl PZI].
* Read the posting rules: https://aporee.org/maps/info/#info


I have a background in Computer Science/Informatics and Media Studies. See [http://automatist.org automatist.org], my own website, for more detail.


[[/Tutorials | Tutorial schedule]]
<p style="background: blue; ">Hello world!</p>


[[/Notes | Notes]]
<gallery>File:Xpub 03.png|Open Day Saturday [http://xpub.pzimediadesign.nl LINK]
File:Clappingmusicopenframeworks.png
File:Aaaaaaaaaaaaaaaaaaaaaaa1.png
File:Foucault.jpg|Some sort of caption
</gallery>


reminder to self: put 5 eur in the pot for lunch on 20 feb 2012!
<source lang="bash">
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
</source>

Latest revision as of 12: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