video-editing Questions

3

Solved

I have successfully merge video-1 and video-2, over each other with video-2 being transparent using AVFoundation framework but after merging below video(video-1) is not displayed only video-2 is vi...
Consumer asked 1/12, 2016 at 7:16

6

Solved

This is not a particularly new question area around here, but I've tried what's been suggested there without much luck. So, my story: I've got a hunk of 15 seconds of straight-from-the-camera.mov v...
Walkthrough asked 29/1, 2014 at 1:22

3

I am trying to trim/cut off the last 3 secs of my videos with FFMPEG but this has really been an headache. The following code trims but only retains the last 3 seconds. I don't want to retain the ...
Exoenzyme asked 25/3, 2019 at 9:40

1

I've been working recently on a video-editing-related project on Android, and am desperately looking for resources related to video editing on the platform. The only video-editing related "met...
Magdalenamagdalene asked 22/8, 2018 at 8:55

1

Solved

I want to combine 2 videos assume even they are edited among themselves How normally we do video 1: ffmpeg -i 1.mp4 -filter:a "volume=0.0" test1.mp4 video 2: ffmpeg -i 2.mp4 -filte...
Vesting asked 14/4, 2021 at 5:25

1

is it possible to slide to a specific location of video in FFplay? Like how we do in VLC when we open a video a slider will be a bottom using which we can move to any part of the video is it possib...
Worrywart asked 1/4, 2021 at 6:28

4

Solved

I want to use ffmpeg (in its c library form) to split a video in more parts, recompose them and encode the final result. Something basic. But it's very difficult to find documentation or hint...
Moen asked 9/7, 2012 at 13:41

3

I want to trim the local video based on start and end time in android programmatically ,I tried below attached few links but haven't worked for me.Please let me know any working libraries or sample...
Haught asked 24/5, 2018 at 4:37

5

I'd like to grab the last frame in a video (.mpg, .avi, whatever) and dump it into an image file (.jpg, .png, whatever). Toolchain is a modern Linux command-line, so things like mencoder, transcode...
Lodmilla asked 9/3, 2011 at 15:48

4

I have seen unique feature in whatsapp messenger.In which before sending video application allow user to select frames and user can send only those selected frames as video. So, My question is how...
Seduction asked 5/3, 2014 at 5:9

8

Solved

I am looking for a library or open source project that provides UI for trimming videos as you see in the screenshot. Including Range selector with ability to increase, decrease and move t...

1

Solved

All configurations are default, I have not changed anything, in the old version is correct, under is my screenshot: This is a screenshot of Blender 2.8: And this is a screenshot of Blender 2.79: ...
Voe asked 20/9, 2019 at 4:54

2

Solved

I'm trying to fade a text in and out (the text has a background), at the moment, what I have is this command: 1. Blend command ffmpeg -y -i input.mp4 -filter_complex "drawtext=fontfile=HelveticaN...
Virago asked 26/9, 2017 at 10:16

2

Solved

FFMPEG is really useful for cutting a part of a video, without re-encoding the video. I know it is also possible to use FFMPEG for adding an Overlay Image to a video, in a certain part of the vide...
Merger asked 9/12, 2015 at 14:0

1

Background Over the past few days, I've worked on making a customizable, more updated version of a library for video trimming, here (based on this library) The problem While for the most part, I've...
Heptachord asked 7/2, 2019 at 12:33

3

Good afternoon. I've been trying to use ffmpeg to split a .mpeg into a sequence of .jpeg images. Please note that this is the inverse problem of the one specified here, but the problem I'm facing ...
Mendel asked 16/7, 2013 at 19:43

2

Solved

I am using DaVinci Resolve 15 Free version. How do I rotate video in it? I tried Clip Attributes, and I see an Image Flip feature, but not rotation.
Bidentate asked 2/6, 2018 at 22:26

1

Solved

How can I use ffmpeg to cut video in half, vertically or horizontally by resolution; so for a 640 x 480 video, I want to separate that into two halves with a resolution of 320 x 480, or to separate...
Billiot asked 30/9, 2018 at 21:12

2

Solved

Suppose I made a mistake: I cut a clip into two using the scissor tool, and I did it off by a few frames. I want to undo the mistake and join the clips together again and split them at the right fr...
Burwell asked 30/12, 2017 at 13:57

1

Currently i'm using MKVToolNix for my needs which is fine but i would prefer some CLI also. As far as i know ffmpeg supports chapters management.
Quintana asked 21/11, 2017 at 14:34

1

Disclaimer: I don't understand ffmpeg and mostly just copy commands I have two webm video files. Their duration is off by about a second. I converted these to mp4 and everything was fine: ffmpeg...
Klaus asked 30/8, 2017 at 15:20

1

I'm working on creating GIF from video clips automatically on the server using MoviePy. The library helped in various transformations and trimming of video to create GIFs. In my current project, ...
Wsan asked 28/5, 2017 at 8:57

1

i'm looking on some documentation and examples as to how i should get started creating a video editing application. Been having a hard time finding anything useful, anyone who can guide me to somet...
Tinsley asked 24/5, 2017 at 10:53

1

I am working on an app that requires editing videos(setting overlays).Now,while the videos shot from iPhones are edited fine,the ones shot from android phones are getting blank after editing. I ca...
Orose asked 8/7, 2016 at 5:1

2

In my application I have fix composition render size of 1280 x 720. So if will import any portrait video then I have to show blur background with fill and aspect frame of video in centre. Same like...
Withy asked 4/9, 2016 at 5:1

© 2022 - 2024 — McMap. All rights reserved.