User:Michael Murtaugh: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Here be dragons. Sandbox!
=== new ===
 
* [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]]
[[User:Michael Murtaugh/Research 2015]]
[[/Notes 2018]]




Line 8: Line 21:
Regular old link: https://xpub.pzimediadesign.nl/drop/2017/02/
Regular old link: https://xpub.pzimediadesign.nl/drop/2017/02/


<gallery mode="packed-hover">
<gallery>File:Xpub 03.png|Open Day Saturday [http://xpub.pzimediadesign.nl LINK]
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>
</gallery>
<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>
{{#Widget:Video|webm=https://pzwiki.wdka.nl/mw-mediadesign/images/4/4b/Works.webm}}
[[Category: Xpub]]

Revision as of 07:53, 19 June 2020

new


old

Prototyping

New page

User:Michael Murtaugh/Research 2015

/Notes 2018


Open Day Saturday LINK

Regular old link: https://xpub.pzimediadesign.nl/drop/2017/02/

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