Re: [FFmpeg-user] Can't use latest NASM with FFmpeg?

2018-03-17 Thread Reino Wijnsma
On 2-1-2018 23:17, Carl Eugen Hoyos <ceffm...@gmail.com> wrote: > 2018-01-02 17:11 GMT+01:00 Reino Wijnsma <rwijn...@xs4all.nl>: >> nasm: fatal: unable to open output file >> `/cygdrive/c/DOCUME~1/Admin/LOCALS~1/Temp/ffconf.Zrz2Fm8R/test.o' > Is it possible that the

Re: [FFmpeg-user] Add time code AND a watermark in one pass

2018-02-25 Thread Reino Wijnsma
On 25-2-2018 9:38, Kieran O Leary wrote: > On Sun, Feb 25, 2018 at 7:24 AM, Kevin Duffey > wrote: >> [...] >> for /R %%a in ("*.mov") do ffmpeg -i "%%a" -i watermark.png -filter_complex >> "[2:v]scale=4096x2160 >>

Re: [FFmpeg-user] Can't use latest NASM with FFmpeg?

2018-01-02 Thread Reino Wijnsma
On 2-1-2018 23:17, Carl Eugen Hoyos <ceffm...@gmail.com> wrote: > 2018-01-02 17:11 GMT+01:00 Reino Wijnsma <rwijn...@xs4all.nl>: >> nasm: fatal: unable to open output file >> `/cygdrive/c/DOCUME~1/Admin/LOCALS~1/Temp/ffconf.Zrz2Fm8R/test.o' > Is it possible that the

[FFmpeg-user] Can't use latest NASM with FFmpeg?

2018-01-02 Thread Reino Wijnsma
Hello, Since compiling x264.git requires NASM 2.13 now, I thought; let's try to use it to compile FFmpeg as well. The FFmpeg builds I made this far used Cygwin's NASM. Here's an excerpt from 'ffbuild/config.log':

Re: [FFmpeg-user] Properly download/trim a hls-stream which reports invalid timestamps

2017-11-22 Thread Reino Wijnsma
On 19-11-2017 14:01, Reino Wijnsma <rwijn...@xs4all.nl> wrote: > On 19-11-2017 13:14, Moritz Barsnick <barsn...@gmx.net> wrote: >> Because it wasn't clear whether you were just using ffmpeg to download >> the original, or you wanted to use ffmpeg to actually process

Re: [FFmpeg-user] Properly download/trim a hls-stream which reports invalid timestamps

2017-11-19 Thread Reino Wijnsma
On 19-11-2017 13:14, Moritz Barsnick wrote: > Because it wasn't clear whether you were just using ffmpeg to download > the original, or you wanted to use ffmpeg to actually process it. (If > the former: You can't avoid remuxing with ffmpeg.) I use FFmpeg to download and process,

Re: [FFmpeg-user] Properly download/trim a hls-stream which reports invalid timestamps

2017-11-19 Thread Reino Wijnsma
On 18-11-2017 2:46, Moritz Barsnick wrote: > In order not to have youtube-dl remux the downloaded, reassembled > MPEG-TS to MP4, add "--fixup never". > > Have you managed to hand an arbitrary m3u8 URL to youtube-dl for > download? I'd love to use it that way, but youtube-dl

Re: [FFmpeg-user] Properly download/trim a hls-stream which reports invalid timestamps

2017-11-16 Thread Reino Wijnsma
On 16-11-2017 14:54, Carl Eugen Hoyos <ceffm...@gmail.com> wrote: > 2017-11-16 14:43 GMT+01:00 Reino Wijnsma <rwijn...@xs4all.nl>: >> I didn't care much about these errors when I wanted to download the >> entire hls-stream, but now that I want to download a ±30sec segm

[FFmpeg-user] Properly download/trim a hls-stream which reports invalid timestamps

2017-11-16 Thread Reino Wijnsma
Hello ffmpeg-user, I'm trying to download a portion of

<    1   2