Re: [FFmpeg-user] Question about video compositing

2017-01-09 Thread Lou
On Mon, Jan 9, 2017, at 05:40 PM, Alex Speller wrote: > Ah, thanks a lot for the suggestion, but I should have been clearer that > I > need to do this in an automated fashion for arbitrary sets of videos so > it > has to be command-line (or a library I guess) so that I can integrate it > into an au

Re: [FFmpeg-user] Question about video compositing

2017-01-09 Thread Joshua Grauman
There is probably a way to do it directly with ffmpeg on the commandline, but as I'm not an expert on that, I won't confuse you with guesses. I have figured out how to generate raw video frames with a C++ program and have ffmpeg convert it into a video. My ffmpeg command looks like this: ./sh

Re: [FFmpeg-user] Question about video compositing

2017-01-09 Thread Alex Speller
Ah, thanks a lot for the suggestion, but I should have been clearer that I need to do this in an automated fashion for arbitrary sets of videos so it has to be command-line (or a library I guess) so that I can integrate it into an automated pipeline in my app. Thanks, Alex On Tue, Jan 10, 2017 at

Re: [FFmpeg-user] Question about video compositing

2017-01-09 Thread Steve Boyer
> Any suggestions on if either of these approaches is better, or any > alternatives? Thanks! > Hi! I've done something similar to doing this, but I ended up using a non-linear video editor. Specifically, I used kdenlive. It can do keyframe animation, so combine that with fade-ins/fade from blacks

[FFmpeg-user] Question about video compositing

2017-01-09 Thread Alex Speller
I have a question about video compositing. I’ve included the text of the question below but I’ve also put it in a gist for easier to read formatting here: https://gist.github.com/alexspeller/aefdd5a6d7100d28d0bbc4838527f797 I have multiple mp4 video files and I want to composite them into a single

[FFmpeg-user] Raw video format

2017-01-09 Thread Mattias Andrée
I have a stream of YUV colours (with alpha), stored with raw `double`s. I want to use ffmpeg -f rawvideo -pix_fmt ayuv64le to convert this into a normal video format. How should I encode each pixel so that ffmpeg can decode them? I would prefer a way to use, for conversion in both directions, CIE

Re: [FFmpeg-user] Frame rate doubled when using video copy codec(m2ts->mp4)

2017-01-09 Thread Lou
On Sun, Jan 8, 2017, at 11:39 AM, Paul Atkins wrote: > Hi Carl, > > Thanks. I've just tried it with latest windows build from > https://ffmpeg.zeranoe.com/builds/ (N-82966-g6993bb4) and it is the same. > I've attached a small 2 second clip input.m2ts and output.mp4. I accidentally approved this

Re: [FFmpeg-user] Help with -video_size

2017-01-09 Thread Roger Pack
On 1/6/17, Tim Hiles wrote: > Hi Moritz, Roger > > Hi Moritz > >> >> > >> > Can you be a bit more clear? Are you trying to record the full 1366x768 >> > and resize it to 1024x768, or are you trying to capture only 1024x768 >> > of your screen? >> > > I wanted to resize to 1024x768. Not capture par

Re: [FFmpeg-user] Why do these blank spots appear in spectrograms of converted youtube videos?

2017-01-09 Thread Moritz Barsnick
On Mon, Jan 09, 2017 at 09:51:34 +0800, Ethan Lewis wrote: > Thanks for suggestion but I do not have access to original audio as I > did not upload the videos myself. Well, you originally wrote: > I am confused why this is happening. Is it because of ffmpeg > conversion of m4a audio OR was it so