Skip to content
dedtech.info
  • Home
  • Subscriber Login
  • Privacy Policy
  • Contact Us
  • Toggle website search
Press Escape to close the search panel.
Menu Close
  • Home
  • Subscriber Login
  • Privacy Policy
  • Contact Us
  • Toggle website search
Search this website

Author: dedtech.info

This author has written 37 articles
  1. Home>
  2. dedtech.info>
  3. Page 3

Create A MySQL Table With Python

  • Post author:dedtech.info
  • Post published:July 1, 2025
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to create a MySQL table with python. First, the required library has to be imported. import mysql.connector The connection to the database has to…

Continue ReadingCreate A MySQL Table With Python

Merge Frames Into A Video With FFMPEG

  • Post author:dedtech.info
  • Post published:June 23, 2025
  • Post category:video production
  • Post comments:0 Comments

This blog post will explain how to use FFMPEG to merge a collection of images into a video. A sequence of png files will be used as input. The -c:v…

Continue ReadingMerge Frames Into A Video With FFMPEG

Extract Frames From A Video With FFMPEG

  • Post author:dedtech.info
  • Post published:June 23, 2025
  • Post category:video production
  • Post comments:0 Comments

This blog post will explain how to extract frames from a video with FFMPEG. Each frame extracted from the video will be saved as an image file. The command below…

Continue ReadingExtract Frames From A Video With FFMPEG

Create A Video With A Still Image With FFMPEG

  • Post author:dedtech.info
  • Post published:June 23, 2025
  • Post category:video production
  • Post comments:0 Comments

This blog post will explain how to use FFMPEG to create a video with a still image and music playing in the background. In order to accomplish that task an…

Continue ReadingCreate A Video With A Still Image With FFMPEG

Create A Simple Chatbot With Python

  • Post author:dedtech.info
  • Post published:June 23, 2025
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to create a simple teachable chatbot with Python. A chatbot is an application that is meant to converse with a user using text. The…

Continue ReadingCreate A Simple Chatbot With Python

Tokenize A String With Python

  • Post author:dedtech.info
  • Post published:June 2, 2025
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to tokenize a string with Python. Tokenization is a needed process in natural language processing. It means that a string is broken down into…

Continue ReadingTokenize A String With Python

Port Forwarding With VirtualBox

  • Post author:dedtech.info
  • Post published:June 2, 2025
  • Post category:virtualization
  • Post comments:0 Comments

This blog post will explain how to forward ports with VirtualBox. In order to setup a port forwarding rule, open VirtualBox and select what virtual machine that will have a…

Continue ReadingPort Forwarding With VirtualBox

Grant Python Access To A MySQL Database

  • Post author:dedtech.info
  • Post published:May 1, 2025
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to grant Python access to a MySQL database. The command below will install the Python MySQL wrapper. pip install mysql-connector-python First, the required library…

Continue ReadingGrant Python Access To A MySQL Database

Grant VirtualBox Access To A Physical Drive

  • Post author:dedtech.info
  • Post published:April 1, 2025
  • Post category:virtualization
  • Post comments:0 Comments

This blog post will explain how to grant VirtualBox access to a physical drive on the host machine. Open a command prompt with administrator privileges and navigate to the folder…

Continue ReadingGrant VirtualBox Access To A Physical Drive

Merge Audio And Video Streams With FFMPEG

  • Post author:dedtech.info
  • Post published:March 1, 2025
  • Post category:video production
  • Post comments:0 Comments

This blog post will explain how to use FFMPEG to combine a video and audio stream into one video. This method will only work on audio and video streams encoded…

Continue ReadingMerge Audio And Video Streams With FFMPEG
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • Go to the next page

Recent Posts

  • Add Borders To Columns With Bootstrap
  • Filter Out Stopwords In A Sentence With Python
  • Important Python Counter Object Attributes
  • Batch Convert Audio Files To Mp3 With FFMPEG
  • Count Noun Phrases In A List Of Sentences With Python

Categories

  • python
  • server administration
  • video production
  • virtualization
  • web design
Copyright 2026 dedtech.info
Click to Copy