Abdullah Farweezafarwees.hashnode.dev·Nov 13, 2023Open source contribution by Non codersCan I contribute to open source community if i dont know how to write a code ? IF you have this question in your mind, then you can come to right spot !. . If you have an intention to contribute to the open-source society, the community is always rea...Discussafarwees
Mirza BilalPromirzabilal.com·Oct 11, 2023CPU vs GPU for Video Transcoding: Challenging the Cost-Speed MythIntroduction When evaluating computational power, especially in terms of CPUs and GPUs, there’s a prevailing narrative. A general belief is, that CPUs may take longer to process, but they're cost-effective, whereas GPUs might be faster but operate at...Discuss·177 readsThe Video Transcoding: From CPU, GPU to Cost EfficiencyFFmpeg
강태구ktg0210.hashnode.dev·Oct 10, 2023ffmpeg output duration- 개요 ffmpeg duration 알고 싶을 때 - 방법1 time ffmpeg -benchmark -i example.mp4 .................................. real 2m6.365s user 7m52.262s sys 0m13.896s \>> real 이 실제 걸린 시간 - 방법2 ffmpeg -benchmark -i video.mp4 ................................DiscussAWS
Mirza BilalPromirzabilal.com·Sep 25, 2023How to install FFmpeg with Harware Accelaration on AWSIntroduction Video is not just a story; it is the storyteller. It weaves narratives, captures moments, and connects us in ways words alone cannot. The ever-increasing demand for video content in marketing, streaming and OTT platforms, social media, a...Discuss·2 likes·233 readsThe Video Transcoding: From CPU, GPU to Cost EfficiencyFFmpeg
Mirza BilalPromirzabilal.com·Sep 18, 2023How to install FFmpeg on Linux from SourceIntroduction It was probably 2006 when I first heard about FFmpeg, and I was amazed by its capabilities. FFmpeg is a go-to solution for transcoding, and video manipulation, from trimming to burning the subtitles, adding a watermark, and more. Since F...Discuss·1 like·188 readsThe Video Transcoding: From CPU, GPU to Cost EfficiencyFFmpeg
techygrrrlblog.techygrrrl.stream·Sep 16, 2023sf6vid: a CLI tool to hide usernames in game play, written in Gosf6vid is a command line tool that allows you to censor player data in a Street Fighter 6 game play video. How it works sf6vid is a command line tool. In order to use it you need to install it and execute the file from your terminal. In the future th...Discuss·43 readscli
Abhi Jainstrongbase.hashnode.dev·Jun 12, 2023How to use ffmpeg to convert any file into mp3Hey In this blog I am going to share how I was able to use ffmpeg to convert video files of any type (mp4, wav) into mp3 files when I was building a product for my client. first, we need to install it on the server side. I use Nodejs. npm i ffmpeg. ...DiscussFFmpeg
강태구ktg0210.hashnode.dev·Feb 8, 2023install ffmpeg on CentOS8- 개요 ffmpeg은 관련 의존성이 많아서 설치하는 방법이 까다롭다 - 설치 방법 sudo dnf -y install https://download.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm sudo dnf config-manager --set-enabled powertools sudo dnf install -y sudo dnf install -y https://downloa...DiscussFFmpeg
Aditya Krishnangetschwfty.hashnode.dev·Jan 31, 2023Video Editors & Timeline Filmstrips - Part 1Hi there everyone, this is going to be my first blog on Hashnode among many. I like writing about niche topics, and today we will discuss one. Something that I have recently been working on. FILMSTRIPS! and how major online video editors like Kapwing...Discuss·60 likes·230 readsIn The DepthsFrontend Development
Jeremy Fielblog.jeremyfiel.com·Jan 7, 2023ffmpeg: download streams, trim video, concat filesDownload individual stream files ffmpeg -i <input-file> -c <codec> <output-file> Start with the ffmpeg command -i = input file <input-file> either a stream url or local file -c = codec to be used <codec>\= I always use copy to use the same codec as ...Discuss·56 readsconcat-files