Re: [FFmpeg-user] gif overlay miscalculating x and y, extra frame flash

2020-02-09 Thread Michael Koch
Am 09.02.2020 um 23:51 schrieb S Andreason: Hi, I continued building and rendering after asking some questions last week. After 6 days x10 hours per day of (render,test,measure,edit,repeat) I finally was able to publish my video. In doing so I made it easy to duplicate the bugs I have been

[FFmpeg-user] gif overlay miscalculating x and y, extra frame flash

2020-02-09 Thread S Andreason
Hi, I continued building and rendering after asking some questions last week. After 6 days x10 hours per day of (render,test,measure,edit,repeat) I finally was able to publish my video. In doing so I made it easy to duplicate the bugs I have been seeing. I have put the 7 files together in

Re: [FFmpeg-user] Archlinux update breaks kmsgrab: Failed to get plane resources: Permission denied

2020-02-09 Thread Mark Thompson
On 06/02/2020 06:11, Kai Hendry wrote: > Hi there, > > For sometime I've been happily using kmsgrab to make screencasts on my > Archlinux Xorg desktop. > > https://github.com/kaihendry/recordmydesktop2.0/blob/9825a44d886318d78463c0a602681c0c7931cf83/x11capture#L71 > > But then it broke after a

Re: [FFmpeg-user] How to get DVB-Teletxt into MP4

2020-02-09 Thread Carl Zwanzig
On 2/9/2020 8:51 AM, Reino Wijnsma wrote: ...for instance would skip 188*27888=5242944bytes (around 5M) and extract 188*55775=10485700 (around 10M), but I don't understand where the 188 comes from. Packet size of an mpeg transport stream, but I only knew that from some work a few years ago.

Re: [FFmpeg-user] How to get DVB-Teletxt into MP4

2020-02-09 Thread Reino Wijnsma
On 2020-02-09T17:43:39+0100, Robin A. Jensen via ffmpeg-user wrote: > I finally got the right commandline. I'll provide this solution for others, > so they don't have to spend so much time on a simple task. Ah, you already found out. And with practically the same commandline. I'm glad you

Re: [FFmpeg-user] How to get DVB-Teletxt into MP4

2020-02-09 Thread Reino Wijnsma
On 2020-02-09T14:41:23+0100, Robin A. Jensen via ffmpeg-user wrote: > I just made a sample as you describe. But i think it is useless as the copy > only contains video, sound and no dvb_teletext. I forgot -map 0 to return ALL input streams, so: ffmpeg -ss 00:04:45 -i 'Beck_ _je for _je

Re: [FFmpeg-user] How to get DVB-Teletxt into MP4

2020-02-09 Thread Robin A. Jensen via ffmpeg-user
Den 09-02-2020 kl. 15:16 skrev Robin A. Jensen via ffmpeg-user: Den 09-02-2020 kl. 02:19 skrev Reino Wijnsma: On 2020-02-09T01:59:53+0100, Robin A. Jensen via ffmpeg-user wrote: ffmpeg -txt_format text -txt_page 599 -ss 00:04:45 -i 'Beck_ _je for _je (4).ts' -to 00:05:00 -map 0:s:0 -c:s:2

Re: [FFmpeg-user] How to get DVB-Teletxt into MP4

2020-02-09 Thread Robin A. Jensen via ffmpeg-user
Den 09-02-2020 kl. 02:19 skrev Reino Wijnsma: On 2020-02-09T01:59:53+0100, Robin A. Jensen via ffmpeg-user wrote: ffmpeg -txt_format text -txt_page 599 -ss 00:04:45 -i 'Beck_ _je for _je (4).ts' -to 00:05:00 -map 0:s:0 -c:s:2 mov_text -metadata:s:2 language=dan 'Beck _je for _je (4).srt'

Re: [FFmpeg-user] How to get DVB-Teletxt into MP4

2020-02-09 Thread Robin A. Jensen via ffmpeg-user
Den 09-02-2020 kl. 02:38 skrev Reino Wijnsma: On 2020-02-09T02:29:18+0100, Robin A. Jensen via ffmpeg-user wrote: I dont have 15 sec sample. ffmpeg -ss 00:04:45 -i 'Beck_ _je for _je (4).ts' -to 00:05:00 -c copy sample.ts -- Reino ___ I just made

Re: [FFmpeg-user] How to get DVB-Teletxt into MP4

2020-02-09 Thread James Darnley
On 2020-02-09 05:23, S Andreason wrote: > Carl Eugen Hoyos wrote: >>> >>> ffmpeg -ss 00:04:45 -i 'Beck_ _je for _je (4).ts' -to 00:05:00 -c >>> copy sample.ts >> NO! >> >> Don’t use ffmpeg to cut your samples, avoid it at all costs! dd is >> your friend. >> >>