Tuesday, August 04, 2020

Watching movies


[1] Requires installation Windows/Linux https://syncplay.pl/download/
[2] Watch2Getter for Youtube links

Tools
[1] Mergue Video and Subtitle Win/Linux https://mkvtoolnix.download/downloads.html
[2]
ffmpeg -i video.mp4 -vf subtitles=video.srt out.mp4

No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...