Re: [FFmpeg-user] Ut Video

2020-01-10 Thread Carl Zwanzig
On 1/10/2020 7:06 PM, Green Koopa wrote: I am new to ffmpeg and am having difficulty locating documentation. I would like to use Ut Video as a video encoding for intermediate files. How do I know if this encoding is supported, and what options are available? Start with

Re: [FFmpeg-user] Some mysterious about adding PTS to a variable frame rate mp4 video

2020-01-10 Thread Sean
Thanks Moritz. Still the same issue though with mkv. However I used to see a lot of warnings like [mp4 @ 0x556dc3300700] Non-monotonous DTS in output stream 0:0; previous: 7456280, current: 7456278; changing to 7456281. This may result in incorrect timestamps in the output file. [mp4 @

[FFmpeg-user] Ut Video

2020-01-10 Thread Green Koopa
Hello everyone- I am new to ffmpeg and am having difficulty locating documentation. I would like to use Ut Video as a video encoding for intermediate files. How do I know if this encoding is supported, and what options are available? ___ ffmpeg-user

Re: [FFmpeg-user] Some mysterious about adding PTS to a variable frame rate mp4 video

2020-01-10 Thread Moritz Barsnick
On Fri, Jan 10, 2020 at 15:06:12 -0500, Sean Feng wrote: > I have a mp4 video which is in VFR, and also a few negative frames > before I cut it from another video. So the PTS of this video looks like > this [...] > The problem is, when I use a media player to play the output video, I > can see

[FFmpeg-user] Some mysterious about adding PTS to a variable frame rate mp4 video

2020-01-10 Thread Sean Feng
Hi all, I have a mp4 video which is in VFR, and also a few negative frames before I cut it from another video. So the PTS of this video looks like this pts_time=-1.812278 pts_time=-1.223744 pts_time=-1.201211 pts_time=-0.899378 pts_time=-0.882033 pts_time=0.00

Re: [FFmpeg-user] Ametadata output for each frame with file option

2020-01-10 Thread Gyan
On 07-01-2020 05:58 pm, kae...@web.de wrote: On 07-01-2020 04:26 pm, kae...@web.de wrote: On 07-01-2020 04:07 pm, kae...@web.de wrote: Hello all, does somebody has any ideas on that issue? Not clear. Please elaborate. Gyan I'm very sorry, my mail client isn't working properly with the

Re: [FFmpeg-user] Compile ffmpeg-4.2.2 on macOS with SRT 1.4.1 >>> ERROR: srt >= 1.3.0 not found using pkg-config

2020-01-10 Thread Al-Batin Saltanat
SRT first with brew then compiled myself. Both with same result. pkg-config compiled myself following the instructions of: https://trac.ffmpeg.org/wiki/CompilationGuide/macOS > On 10 Jan 2020, at 10:11 AM, K E N O wrote: > > Did you install srt and pkg-config with brew? > >> Am 10.01.2020 um

Re: [FFmpeg-user] Compile ffmpeg-4.2.2 on macOS with SRT 1.4.1 >>> ERROR: srt >= 1.3.0 not found using pkg-config

2020-01-10 Thread K E N O
Did you install srt and pkg-config with brew? > Am 10.01.2020 um 03:46 schrieb Jonathan Viney : > > On Fri, Jan 10, 2020 at 7:12 AM Al-Batin Saltanat < > albatin.salta...@gmail.com > wrote: > >> >> Hi, >> >> I got following error while compiling ffmpeg-4.2.2