Top "Video-editing" questions

Video editing is the act of trimming, modifying or updating a video.

Cutting the videos based on start and end time using ffmpeg

I tried to cut the video using the start and end time of the video by using the following command …

linux video ffmpeg video-editing
How to extract time-accurate video segments with ffmpeg?

This is not a particularly new question area around here, but I've tried what's been suggested there without much luck. …

video ffmpeg video-editing
How do I rotate a video in DaVinci Resolve?

I am using DaVinci Resolve 15 Free version. How do I rotate video in it? I tried Clip Attributes, and I …

video-editing
Compress a video on client side web

I have to upload a video from front-end web to my Django back-end. I need to compress the video before …

javascript django video-encoding video-editing
Where can I find a C/C++ FFmpeg extensive tutorial?

I want to use ffmpeg (in its c library form) to split a video in more parts, recompose them and …

c++ c ffmpeg video-editing
How to add chapters into mp4/mkv file using ffmpeg?

Currently i'm using MKVToolNix for my needs which is fine but i would prefer some CLI also. As far as …

ffmpeg command-line-interface metadata video-editing
ffmpeg: concat videos and images

I have 2 videos (same resolution, same encoding) files that I want to concat and I want to insert some text …

ffmpeg video-editing
Trim video Like whatsapp

I have seen unique feature in whatsapp messenger.In which before sending video application allow user to select frames and …

android video java-native-interface video-editing
Range selector / range seekbar to trim video including thumbnails

I am looking for a library or open source project that provides UI for trimming videos as you see in …

android android-mediaplayer android-seekbar video-editing video-thumbnails
Dump last frame of video file using ffmpeg/mencoder/transcode et. al

I'd like to grab the last frame in a video (.mpg, .avi, whatever) and dump it into an image file (.…

ffmpeg imagemagick transcoding mencoder video-editing