personalblog
personalblog

personalblog

My daily experience in crypto world


ffmpeg replaces freeconvert ezgif

1 Apr 2025 1 minute read 0 comments medeb

FFmpeg is a powerful command-line tool that excels at handling large MP4 video files, offering precise control over video processing. To convert an MP4 to a GIF, you can leverage FFmpeg's capabilities for frame extraction and palette generation. Subs...

Applying it to some examples

31 Mar 2025 1 minute read 0 comments medeb

1 Angular CLI:npm i -g @angular/cli: Installs the Angular CLI globally.npx @angular/cli: Runs the Angular CLI without a global installation. This is very useful when needing to use different versions of angular cli between projects.2 create-react-app...

npx (npm execute)

30 Mar 2025 1 minute read 0 comments medeb

1. Package Execution npx (npm execute):npx is a tool that executes Node.js packages.If the package is installed locally or globally, npx will use that version.If the package is not installed, npx will download a temporary copy, execute it, and then r...

npm i -g (npm install -g)

29 Mar 2025 1 minute read 0 comments medeb

1. Global Installation:This command installs a package globally on your system. This means the package's executable files are placed in a directory that's included in your system's PATH environment variable.As a result, you can run the package's comm...

Rclone replace dropbox

26 Mar 2025 1 minute read 0 comments medeb

Yes, that's exactly it! Every time you boot your computer, you'll need to run the `rclone mount` command again to mount the Dropbox account as a local file system.However, there are ways to configure Rclone to launch automatically when your computer...

npx with vite

24 Mar 2025 1 minute read 0 comments medeb

1. Why npx vite, npx cordova, etc., Can Work Directly"Run Once" or Project-Specific Tools like vite and cordova are often used for specific, isolated tasks or within the context of a particular project.npx's ability to download and execute these tool...

angular cli and npx

20 Mar 2025 1 minute read 0 comments medeb

1 @angular/cli is Typically Installed Globally For Frequent UseYou've hit on a very important distinction between how different command-line tools and their installation/execution methods work. Let's clarify:The Angular CLI is used for a wide range o...

Zeemo AI

14 Mar 2025 1 minute read 0 comments medeb

Simplified YouTube Downloads with Zeemo AI Zeemo AI presents a potentially streamlined method for downloading YouTube videos with embedded subtitles. Traditional methods often involve separate downloads for video and subtitle files, followed by mergi...

Happy Scribe

13 Mar 2025 1 minute read 0 comments medeb

VLC and Happy Scribe are two very different tools, designed to meet specific needs. VLC : - VLC is a free and open-source media player, capable of playing a wide variety of audio and video file formats.- It offers basic features for playing, converti...

Filestack

12 Mar 2025 1 minute read 0 comments medeb

Here’s more information on the three options I mentioned earlier: *Chrome Extension: Dropbox for Chrome or Google Drive for Chrome* - These extensions allow you to select files from Dropbox or Google Drive directly from the Chrome browser.- They are...