Skip to content

write

Writing about interests; Web, Dev, SEO, Marketing and more!
Menu
  • Home
  • Contact

Tag: How to

October 16, 2019

FFmpeg upscale or downscale with auto ratio

Scaling video with FFmpeg can be done with defined width and height like: ffmpeg -i input.mp4 -vf scale=1920×1080 output_1080p.mp4 Assuming that my video is 16:9 ratio like 1280×720. However if…

October 14, 2019

PHP PDO check if row exists or found

Counting or checking if your PDO MySQL query found a row relies on one key object called rowCount. rowCount returns the number of rows affected by the last executed query….

October 10, 2019

Creating PHP cron jobs on Ubuntu

Running cron jobs on your Ubuntu server to call PHP scripts in a timely manner. The first step would be creating a PHP file that when called will leave proof…

October 8, 2019

FFmpeg list all codecs, encoders, decoders and formats

A codec is the logic to encoding or decoding a media stream, there are many different types with popular ones being H.264, HEVC (H.265) and MPEG-4. Codecs are different to…

October 6, 2019

The ideal DayZ server start bat

Using a batch file to start a DayZ server is common practice, there are many ways, methods and features to put in the batch file most confusing to beginners. Read…

October 2, 2019

Compress image if certain size in PHP

If you are downloading and archiving images majority of the time you can compress them heavily to be able to store more. For reasons such as: never viewing the image…

September 30, 2019

How to stream mp4 video to YouTube with FFmpeg

Here is a method to live stream a mp4 video file to YouTube with FFmpeg. There are many configuration options but here is what i found works best. Read the…

September 27, 2019

Downloading Reddit video with FFmpeg

v.redd.it is Reddits native video uploader and player, with the free Reddit API endpoint and FFmpeg you can download v.redd.it videos easily. If you prefer a more automated web system…

September 23, 2019

PHP OOP Setters and Getters

Setters and Getters in PHP are object methods used in OOP programming. The basis being you set a property to your value and then you can get it. Using setters…

September 16, 2019

Full screen image background with text overlay

How to easily get a responsive full screen image background with text overlay in HTML such as this: The method shown here uses Bootstrap, you could however do it vanilla…

Posts pagination

« Previous 1 … 24 25 26 … 37 Next »

Categories

Analytics Business Computing Consumer Creative Development Fitness Gaming Managment Marketing News Photography Random SEO Sport Technology Travel Uncategorized Web Design

Tags

a6500 API App Apple Blog Bootstrap Chart Computing CSS Dev Digital Marketing Drone FFmpeg Hosting How to HTML Internet IOS jQuery JS Lake Eppalock Laravel Linux Marketing Mavic Air 2 Media MYSQL nba Online Store Photography PHP Product development Server Small Business Social Media Sony alpha Ubuntu Video VPS Vultr Web Web design Web Dev Windows server YouTube
 

Loading Comments...