Login
Discover
Waves
Communities
Login
Signup
Topics
#FFmpeg
Global
Trending
Hot
New
Top
#FFmpeg
New
Top communities
Create your community
latest #ffmpeg created topics | Ecency
#ffmpeg
Follow to get notified about new posts with this tag
Get #ffmpeg by email
Follow
x9ed1732b
h264
7M
Optimizing H.264 Codec Parameters in OpenShot for Enhanced Throughput and Compression Efficiency
In video post-production, achieving an optimal balance between export speed (throughput) and file size reduction (compression efficiency) while preserving perceptual quality is critical for efficient
$ 0.000
0
x9ed1732b
h264
8M
Extract Frames, Remove Watermarks, and Re-encode H.264 MP4 Videos in FFmpeg
FFmpeg is an incredibly powerful tool for video processing. In this guide, we'll walk through a complete workflow for: Extracting individual frames from an H.264-encoded MP4 video as lossless PNG images.
$ 0.000
2
x9ed1732b
h264
8M
Hardware-Accelerated H.264 Decoding: DXVA, VAAPI, VideoToolbox, and More
H.264 (AVC) has been the workhorse of video compression for nearly two decades, powering everything from Blu-ray discs to streaming services. While software decoding with libraries like FFmpeg's libavcodec
x9ed1732b
transcoding
8M
Transcoding Without the Generational Curse: A Flatness-First Strategy
If you've ever re-encoded a video — maybe converting old H.264 files to AV1 for archiving, uploading to YouTube, or building a personal media library — you've probably noticed something frustrating: each
darth-azrael
retrocomputing
5d
Published via Ecency
Promoted
Antic: The Atari Resource (January 1985)
Antic was one of the most popular Atari 8-bit magazines. While primarily covering the Atari 8-bit, it also covered the 16-bit Atari ST once it came along. The January 1985 issue includes:
revolwritings
Deutsch D-A-CH
1y
[DE] Gib auf! Videos von USB-Sticks auf der PlayStation abspielen ist ein Horror
[incl. English version] ffmpeg kann scheinbar absolut alles! Aber schöner wäre es, wenn Dinge einfach so funktionieren.
ahmadmangazap
DBuzz
2y
Preparing my Next Video for 3speak I'm getting used to reducing file sizes with ...
... ffmpeg, but it still takes too long to reduce the sizes of 25 minute videos. I wonder if my PC is just that weak. #3speak #gaming #stemgeeks #linux #ffmpeg #pgm
jeyf123
deutsch
4y
Linux-Spielerei: Was passiert eigentlich, wenn
man die Gerätedatei der Maus in die Gerätedatei der Tastatur umleitet? (Falls es nicht so deutlich erkennbar ist: Sobald der Befehl läuft, kommen Zeichen in der Konsole, wenn ich die Maus bewege)
ericjiang
ffmpeg
4y
AutoCut: 通过字幕来剪切视频,安装教程
AutoCut: 通过字幕来剪切视频 AutoCut对你的视频自动生成字幕。然后你选择需要保留的句子,AutoCut将对你视频中对应的片段裁切并保存。你无需使用视频编辑软件,只需要编辑文本文件即可完成剪切。 使用例子 假如你录制的视频放在 2022-11-04/ 这个文件夹里。那么运行 autocut -d 2022-11-04 提示:如果你使用OBS录屏,可以在
encuentro
HiveGarden
1d
Published via Ecency
Promoted
Meeting with my friend's garden
*Hello everyone in the community! Today I want to share with you a little bit of my daily life and the immense joy I get from working the land. Greetings from Diego @encuentro. We went to a good friend's
ericjiang
ffmpeg
4y
NVIDIA 在 FFmpeg 中实现 AV1 VDPAU 硬件加速
NVIDIA 为 FFmpeg 多媒体库提供了支持,以便在使用最新一代 NVIDIA RTX 30“Ampere”GPU 时能够通过 VDPAU API 来利用 AV1 GPU 加速的视频解码。 NVIDIA 已将 AV1 VDPAU 硬件加速解码的支持落地到上游 FFmpeg 项目中。此 AV1 视频解码与 libvdpau 1.5+ 结合使用,并使用具有必要硬件功能的 Ampere 或更新的 GPU。
asahiocean
ffmpeg
4y
Published via Ecency
3
3
bustillo
DBuzz
5y
#FFmpeg 5.0 release By Jean-Baptiste Kempf #video #dev
#FFmpeg 5.0 release By Jean-Baptiste Kempf #video #dev
unklebonehead
DTube
5y
A Test Run of OneLoveDTube IPFS Uploader
I'm doing this to try out a couple of things. First the OneLoveDTube IPFS uploader. Which is pretty fricking slick! I will do a full review and post it on everywhrer. Once I got over a hurdle with it
dayibloock
Hive Cuba
8h
Published via Ecency
Promoted
El mejor regalo es un ramo de rosas / The best gift is a bouquet of roses
Hay silencios que pesan y ausencias que duelen, pero hay memorias que se salvan de la nada gracias a la belleza efímera de lo eterno. Dicen que el tiempo no regresa, que los años se escapan entre los dedos
teamhumble
m1
5y
Published via Ecency
things they don’t tell you about owning an m1 macbook air that I really wanna tell you about. .. it’s all good news so far.
Hey, I’m currently in the middle of the weirdest day so I felt like probably now was a good time to write about my experiences with the new m1 chip from apple on my MacBook Air, my first new computer (mobile
teamhumble
steemhunt
7y
Optimus Player - The best app for playing audiovisual content on the Mac
Optimus Player The best app for playing audiovisual content on the Mac Screenshots Hunter's comment They say it's better than vlc in a few ways, but they want $5 for it for up to 5 machines. it's basically
samriya
steemhunt
7y
Movist - A Mac media player based on QuickTime and FFMpeg
Movist A Mac media player based on QuickTime and FFMpeg Screenshots Hunter's comment Greetings, Movist is an open-source media player for MAC. It is based on Quick time and Ff Mpeg. It has very simple
frayoshi
blackhole
7y
10 hours video - How I made the loop
Here's how I made my 10hrs loop video of the 1st photographed black hole in a 3D reconstruction. 4K video format. For first I downloaded the whole video in which it was inserted, then precisely cut from
jane911x
Family & Friends
8d
Promoted
Weekends that look like this
I've been working home for the past month now and honestly, it does get boring. From 9am to 6pm, I'm with my laptop learning about my new job with very little human interaction. Well, from time to time,
mlibregop
dtube
7y
Concatenate video and audio file using ffmpeg
Merge video and audio files with ffmpeg in Linux Terminal. Commands: nano input.txt input.txt content: file 'file_1.mkv' file 'file_2.mkv' ffmpeg -f concat -i input.txt -c copy output.mkv YouTube Link:
mlibregop
dtube
7y
Trim part of video or audio file using ffmpeg
Extract part of video or audio file using ffmpeg in Terminal. Commands: ffmpeg -ss 00:01:00 -i file.mkv -t 00:02:00 -codec copy trimed.mkv YouTube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
Extract a single audio stream from a video file using ffmpeg
Extract audio from video files using ffmpeg. Commands: ffmpeg -i file.mkv -map 0:1 output.ogg YouTube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
Get video information using ffmpeg
How to get video file information using FFmpeg. Commands: ffmpeg -i file.mkv YouTube Link: ▶️ DTube ▶️ IPFS
Older →