Re: [FFmpeg-user] splitting and concatenating file results in a different file

2019-11-05 Thread Carl Eugen Hoyos
Am Do., 31. Okt. 2019 um 19:15 Uhr schrieb Jon Beyer : > ffmpeg -i concat.mp4 video2/frames_%05d.jpg > > ffmpeg version 4.2.1 Copyright (c) 2000-2019 the FFmpeg developers Unrelated: Please understand that only current FFmpeg git head is supported here and that there is absolutely no release

Re: [FFmpeg-user] Can ffmpeg convert these mp4 to that mp4?

2019-11-05 Thread Carl Eugen Hoyos
Am Do., 31. Okt. 2019 um 02:05 Uhr schrieb Ted Park : > > > Only if you also change the audio speed. > > > > The simpler solution is to force an output framerate instead of an > > input video speed. > Simpler maybe… but wouldn’t this result in a frame literally being dropped > anytime the drop

Re: [FFmpeg-user] Hello, I want to ask about sending very long argument into ffmpeg command line.

2019-11-05 Thread Ted Park
> I have to split one video into large amount(usually more than 1000) of > segments and reassemble segments into one video. > Suppose I try split only, then command will be like > > ffmpeg -i input.mp4 -vcodec copy -acodec copy -ss 00:00:00 -t 00:01:00 -sn > test_split001.mp4 -vcodec copy

Re: [FFmpeg-user] ffmpeg hwmap SW decoded frame to OpenCL and hwmap back to h264 for SW encode

2019-11-05 Thread Ted Park
> But got error: "Segmentation fault: 11", so may be I'm doing something wrong? Yeah a segfault should make you take a step back and look at what your doing for sure. > I trying speed up process and avoid copy frames between GPU and CPU. Probably the only way to do this is to get rid of all

Re: [FFmpeg-user] Reducing video file size

2019-11-05 Thread Ted Park
> There are different sources, with varying existing encodings, and > resolutions. So those numbers were just thrown out there. > > How about 100KB per 10 seconds, or 1MB per minute? What's possible to > squeeze in, or out there? I really couldn’t say without knowing anything about the sources.