Re: [FFmpeg-user] Problem while converting DNG sequnece to video file

2020-08-28 Thread Michael Koch
Am 21.08.2020 um 21:34 schrieb Michael Koch: Am 20.08.2020 um 09:57 schrieb Masala Kentaro: hello! I have problems using FFmpeg, while trying to convert DNG-sequence into mp4/mov/avi video file. While converting, I also need to downgrade the resolution of the video from original 6016x3200 to 20

Re: [FFmpeg-user] Hoping to make multiple input seeking outputs based on a text file (inspired by concat)

2020-08-28 Thread Francois Visagie
> -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > James Sundquist > Sent: 27 August 2020 17:35 > To: FFmpeg user questions > Subject: [FFmpeg-user] Hoping to make multiple input seeking outputs > based on a text file (inspired by concat) > > In

[FFmpeg-user] build error at libavformat/udp.o

2020-08-28 Thread Hyoung Kim via ffmpeg-user
Hi, I am a newbie about FFmpeg. I just need it for using Alexa AVS 1.18.0. While I try to build the FFmpeg for Android, I got a build error like src/libavformat/udp.c:290:28: error: member reference base type '__be32' (aka 'unsigned int') is not a structure or union

Re: [FFmpeg-user] Some questions about PTS

2020-08-28 Thread Mark Filipak
The PTS value below: 000- 000- 1000 1001 1000 111-, is for a particular case. It will vary for other videos. I hope that didn't confuse you. On 08/28/2020 03:51 AM, Michael Koch wrote: Hello all, please comment if the following is right or wrong: -- The timebase of a video (TB

Re: [FFmpeg-user] Some questions about PTS

2020-08-28 Thread Mark Filipak
On 08/28/2020 03:51 AM, Michael Koch wrote: Hello all, please comment if the following is right or wrong: -- The timebase of a video (TB in setpts filter) is expressed in the unit [s] (seconds). -- The framerate of a video (FR in setpts filter) is expressed in the unit [s^-1] (1/seconds). --

Re: [FFmpeg-user] ? About ffmpeg's prores implemention

2020-08-28 Thread Phil Rhodes via ffmpeg-user
On Friday, 28 August 2020, 09:34:48 BST, Paul B Mahol wrote: >  >http://git.videolan.org/?p=ffmpeg.git;a=history;f=libavcodec/proresdata.h;hb=HEAD >  >http://git.videolan.org/?p=ffmpeg.git;a=history;f=libavcodec/proresdata.c;hb=HEAD >  >http://git.videolan.org/?p=ffmpeg.git;a=history;f=libavcod

Re: [FFmpeg-user] Some questions about PTS

2020-08-28 Thread Michael Koch
Am 28.08.2020 um 13:38 schrieb Edward Park: Hi, Let's assume the framerate is constant. For example, I want to delay a video by 5 frames and then hstack the original video and the delayed version: ffmpeg -i test.mp4 -vf "split[a][b];[b]setpts=PTS+5/(FR*TB)[c];[a][c]hstack" -y out.mp4 I wou

Re: [FFmpeg-user] Some questions about PTS

2020-08-28 Thread Nicolas George
Michael Koch (12020-08-28): > Let's assume the framerate is constant. For example, I want to delay a video > by 5 frames and then hstack the original video and the delayed version: No, let us not make unfounded asumption and let us think in terms of timestamps. Anything else is a waste of time. -

Re: [FFmpeg-user] Some questions about PTS

2020-08-28 Thread Edward Park
Hi, > Let's assume the framerate is constant. For example, I want to delay a video > by 5 frames and then hstack the original video and the delayed version: > > ffmpeg -i test.mp4 -vf "split[a][b];[b]setpts=PTS+5/(FR*TB)[c];[a][c]hstack" > -y out.mp4 I would try tpad=start=5, but I'm not sure

Re: [FFmpeg-user] Some questions about PTS

2020-08-28 Thread Paul B Mahol
On 8/28/20, Michael Koch wrote: > Am 28.08.2020 um 11:25 schrieb Edward Park: >> Hello, >> >> I am not confident about this info but I've always thought the timebase is >> usually the reciprocal of the framerate *or smaller*. As in, the duration >> of a frame can be represented accurately enough a

Re: [FFmpeg-user] Some questions about PTS

2020-08-28 Thread Michael Koch
Am 28.08.2020 um 11:25 schrieb Edward Park: Hello, I am not confident about this info but I've always thought the timebase is usually the reciprocal of the framerate *or smaller*. As in, the duration of a frame can be represented accurately enough as the difference between the timestamps, whic

Re: [FFmpeg-user] Some questions about PTS

2020-08-28 Thread Edward Park
Hello, I am not confident about this info but I've always thought the timebase is usually the reciprocal of the framerate *or smaller*. As in, the duration of a frame can be represented accurately enough as the difference between the timestamps, which aren't counted using seconds, but "ticks" i

Re: [FFmpeg-user] Some questions about PTS

2020-08-28 Thread Nicolas George
Michael Koch (12020-08-28): > -- The timebase of a video (TB in setpts filter) is expressed in the unit > [s] (seconds). > -- The framerate of a video (FR in setpts filter) is expressed in the unit > [s^-1] (1/seconds). > -- In many cases the timebase is the reciprocal of the framerate, but this >

Re: [FFmpeg-user] ? About ffmpeg's prores implemention

2020-08-28 Thread Paul B Mahol
On 8/28/20, Phil Rhodes via ffmpeg-user wrote: > > The ProRes implementation is not likely to be perfect in terms of Apple's > internal spec. They do not publish the spec so we don't know. In general, it > has been shown to be reasonably reliable when used with most software > decoders. It has had

Re: [FFmpeg-user] ? About ffmpeg's prores implemention

2020-08-28 Thread Phil Rhodes via ffmpeg-user
The ProRes implementation is not likely to be perfect in terms of Apple's internal spec. They do not publish the spec so we don't know. In general, it has been shown to be reasonably reliable when used with most software decoders. It has had problems in the past (I haven't checked for years) i

[FFmpeg-user] Some questions about PTS

2020-08-28 Thread Michael Koch
Hello all, please comment if the following is right or wrong: -- The timebase of a video (TB in setpts filter) is expressed in the unit [s] (seconds). -- The framerate of a video (FR in setpts filter) is expressed in the unit [s^-1] (1/seconds). -- In many cases the timebase is the reciprocal