Skip to content

Instantly share code, notes, and snippets.

View kolibril13's full-sized avatar
🐶

Jan-Hendrik Müller kolibril13

🐶
View GitHub Profile
@kolibril13
kolibril13 / ffmpeg_snipplets.txt
Last active September 18, 2020 18:54
Video Cutting with ffmpeg
# Output every single frame from the video into an image file:
ffmpeg -i "input.mp4" frames/out_%03d.png
ffmpeg -i input.mp4 output.webm
# Trim off fist 2 seconds:
ffmpeg -i input.mkv -ss 2 -vcodec copy -acodec copy output.flv
@kolibril13
kolibril13 / .txt
Last active October 9, 2020 11:17
Ubuntu useful terminal comments
cat hello.txt ## shows content of hello.txt
echo some words >> hello.txt ## writes "some words" to hello.txt
# change default music folder:
cd ~/.config/ && sudo gedit user-dirs.dirs
get job id:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kolibril13
kolibril13 / preview_idea.ipynb
Created July 24, 2022 10:53
manim_video_preview_idea
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kolibril13
kolibril13 / napari_notebook.ipynb
Last active March 10, 2023 08:10
The Visible human dataset in napari
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.