format – POFTUT

Windows Diskpart Command Tutorial

Windows Diskpart Command Tutorial

diskpart is a Windows utility to create partitions on the disk. It is similar to the Linux fdisk utility. diskpart provides an interactive command shell where we will enter related commands to partition, format disk, and volumes. In order to run diskpart we need Administrator privileges. The best way to get Administrator privilege is opening MS-DOS as Administrator … Read more

Python Floating Numbers Tutorial with Examples

Numbers are important part of the applications development. We use different type of numbers in different situations. We use int for integers where there is no floating point. We can use floating point type for floating point numbers. In this tutorial we will learn floating numbers. Define Floating Point Number We can define floating point number … Read more

FFmpeg Command Tutorial

FFmpeg Command Tutorial

In today’s multimedia world there are a lot of different formats for video and audio. In order to use video and audio we generally need to convert and edit operations. There are different tools for this job but the most popular and useful tool is FFmpeg. FFmpeg is used by a lot of different free … Read more