Re: [FFmpeg-user] Unable to build FFmpeg 4.0 on macOS

2018-04-28 Thread Lou Logan
On Thu, Apr 26, 2018, at 10:16 AM, Nomis101  wrote: > I had a similar problem some time ago, but this time it is different. I > have installed all dependencies using MacPorts, System is macOS 10.13. I > can build FFmpeg 3.4.2 without any problem. But if I try to build FFmpeg > 4.0 or the latest

Re: [FFmpeg-user] Assistance with "pts have no value" error adding subtitle stream

2018-04-28 Thread Karen Norton
Here's the uncut console: \ffmpeg-folder\ffmpeg\bin>ffmpeg -i terrorout.mp4 -i terrors01e10_eleventh.srt -metadata media_type="10" -metadata show="The Terror" -metadata season_number="1" -metadata title="We Are Gone" -metadata episode_id="Episode 10" -metadata episode_sort="10" -c copy -c:s

Re: [FFmpeg-user] Assistance with "pts have no value" error adding subtitle stream

2018-04-28 Thread Carl Eugen Hoyos
2018-04-28 17:00 GMT+02:00, Karen Norton : > ffmpeg -i inputfile.mp4 -i subfile.srt -metadata media_type="10" -metadata > show="Show Name" -metadata season_number="1" -metadata title="Episode > Title" -metadata episode_id="Episode 10" -metadata episode_sort="10" -c > copy -c:s

[FFmpeg-user] Assistance with "pts have no value" error adding subtitle stream

2018-04-28 Thread Karen Norton
Hello all, I've done numerous searches for a resolution but haven't been able to find anything and I've spent hours trying various command lines but to no luck. I'm hoping someone here might have an answer. I have a TV Series that is English dialogue but with a few areas in each episode where

Re: [FFmpeg-user] Build FFmpeg4.0 with opencl

2018-04-28 Thread Dennis Mungai
Either way, for OpenCL enablement, all platforms require the following: 1. OpenCL headers. 2. The platform's OpenCL drivers (which provide the ICD, the installable Client Driver Model). 3. An installed GPU driver. This is important because on Linux, with a package manager, do not assume that