Skip to content

Instantly share code, notes, and snippets.

View pure-rgb's full-sized avatar
💭
I may be slow to respond.

simon pure-rgb

💭
I may be slow to respond.
View GitHub Profile
@innat
innat / Notebook Image Inclusion.md
Last active November 24, 2018 15:52
Include image or picture in jupyter notebook.

Problem Space

How to Include image or picture in jupyter notebook?

Method 1: Markdown Cell

Run like following on markdown cell,

![title]()

@innat
innat / OpenCV_3_Python_3x.md
Last active November 24, 2018 15:53
Installing OpenCV3 for Python3x

Supported Python versions

Python 2.7 is the only supported version in 2.x series. Python 3.x releases follow Numpy releases. For example Python 3.3 is no longer supported by Numpy so support for it has been dropped in opencv-python, too.

Currently, builds for following Python versions are provided:

  • 2.7
  • 3.4
  • 3.5
@innat
innat / FFmpeg | Basic Operation on Subtitles.md
Last active June 6, 2025 06:18
Remove hard subtitles from video file || Integrate subtitles into a video file || Generate .srt file from a video file.

Download FFmpeg for Windows

Steps

  • Download FFmpeg
  • Extract it and save it to C drive ( choose any location - it's optional )
  • Set environment variable - copy the location of bin folder which is inside the extracted file and set the location on system path variable.
  • Done!