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

2020-02-08 Thread S Andreason
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. ___ ffmpeg-user mailing list Seriously? ffmpeg-user says

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

2020-02-08 Thread Carl Eugen Hoyos
> Am 09.02.2020 um 02:38 schrieb 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 NO! Don’t use ffmpeg to cut your samples, avoid

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

2020-02-08 Thread 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 ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

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

2020-02-08 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-08 Thread 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' > The -txt_page number i get by using VLC. So

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

2020-02-08 Thread Robin A. Jensen via ffmpeg-user
Den 09-02-2020 kl. 00:45 skrev Reino Wijnsma: On 2020-02-09T00:15:43+0100, Robin A. Jensen via ffmpeg-user wrote: Now i'm trying a new approach. I actually got the dvb text out of the dvb_teletext into a seperate .srt file. But now i have a new issue. I do not only get the subtitle i need

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

2020-02-08 Thread Reino Wijnsma
On 2020-02-09T00:15:43+0100, Robin A. Jensen via ffmpeg-user wrote: >> Now i'm trying a new approach. I actually got the dvb text out of the >> dvb_teletext into a seperate .srt file. >> But now i have a new issue. >> I do not only get the subtitle i need but all of them. So when playing the

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

2020-02-08 Thread Robin A. Jensen via ffmpeg-user
Den 08-02-2020 kl. 21:47 skrev Robin A. Jensen via ffmpeg-user: Den 08-02-2020 kl. 21:22 skrev Reino Wijnsma: On 2020-02-08T20:47:35+0100, Robin A. Jensen via ffmpeg-user wrote: No one of them is getting me any closer. Just the same error: [...] Stream #0:4[0x12]: Data: epg Beck Øje

Re: [FFmpeg-user] FFmpeg to RTMP streaming issue

2020-02-08 Thread Vladimir Sobolev
Im expecting to loop my short video and make infinite stream and it works fine on local rtmp server Sent from my iPhone > On 8. Feb 2020, at 16:05, DopeLabs wrote: > >  > >> On Jan 31, 2020, at 10:18 01AM, Vladimir Sobolev wrote: >> >> I'm trying to stream to online service via FFmpeg.

Re: [FFmpeg-user] FFmpeg to RTMP streaming issue

2020-02-08 Thread DopeLabs
> On Jan 31, 2020, at 10:18 01AM, Vladimir Sobolev wrote: > > I'm trying to stream to online service via FFmpeg. All my test commands works > fine with restream.io preview and with local rtmp server viewer. My OBS setup > works fine too (same resolution, server and key). Only when I'm about

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

2020-02-08 Thread Robin A. Jensen via ffmpeg-user
Den 08-02-2020 kl. 21:22 skrev Reino Wijnsma: On 2020-02-08T20:47:35+0100, Robin A. Jensen via ffmpeg-user wrote: No one of them is getting me any closer. Just the same error: [...] Stream #0:4[0x12]: Data: epg Beck Øje for øje (4).mp4: Invalid or incomplete multibyte or wide character

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

2020-02-08 Thread Reino Wijnsma
On 2020-02-08T20:47:35+0100, Robin A. Jensen via ffmpeg-user wrote: > No one of them is getting me any closer. Just the same error: > [...] > Stream #0:4[0x12]: Data: epg > Beck Øje for øje (4).mp4: Invalid or incomplete multibyte or wide character I'm no FFmpeg expert, but from what I can

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

2020-02-08 Thread Robin A. Jensen via ffmpeg-user
Den 08-02-2020 kl. 20:38 skrev Reino Wijnsma: On 2020-02-08T20:12:32+0100, Robin A. Jensen via ffmpeg-user wrote: Den 08-02-2020 kl. 20:06 skrev James Darnley: On 2020-02-08 19:38, Robin A. Jensen via ffmpeg-user wrote: -c:s:0 copy mov_text Make up your mind. codec copy or codec

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

2020-02-08 Thread Reino Wijnsma
On 2020-02-08T20:12:32+0100, Robin A. Jensen via ffmpeg-user wrote: > Den 08-02-2020 kl. 20:06 skrev James Darnley: >> On 2020-02-08 19:38, Robin A. Jensen via ffmpeg-user wrote: >>> -c:s:0 copy mov_text >> Make up your mind. codec copy or codec mov_text? > That command is in the wiki.

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

2020-02-08 Thread Robin A. Jensen via ffmpeg-user
Den 08-02-2020 kl. 20:12 skrev Robin A. Jensen via ffmpeg-user: Den 08-02-2020 kl. 20:06 skrev James Darnley: On 2020-02-08 19:38, Robin A. Jensen via ffmpeg-user wrote: ffmpeg -ss 00:04:45 -c:v h264_mmal -i 'Beck_ _je for _je (4).ts' -to 00:05:00 -map 0:0 -map 0:1 -map 0:2 -c:v h264_omx

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

2020-02-08 Thread Robin A. Jensen via ffmpeg-user
Den 08-02-2020 kl. 20:06 skrev James Darnley: On 2020-02-08 19:38, Robin A. Jensen via ffmpeg-user wrote: ffmpeg -ss 00:04:45 -c:v h264_mmal -i 'Beck_ _je for _je (4).ts' -to 00:05:00 -map 0:0 -map 0:1 -map 0:2 -c:v h264_omx -b:v 4800k -c:a:0 copy -c:s:0 copy mov_text -metadata:0:1:2

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

2020-02-08 Thread James Darnley
On 2020-02-08 19:38, Robin A. Jensen via ffmpeg-user wrote: > ffmpeg -ss 00:04:45 -c:v h264_mmal -i 'Beck_ _je for _je (4).ts' -to 00:05:00 > -map 0:0 -map 0:1 -map 0:2 -c:v h264_omx -b:v 4800k -c:a:0 copy -c:s:0 copy > mov_text -metadata:0:1:2 language=dan 'Beck Øje for øje (4).mp4' > [NULL @

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

2020-02-08 Thread Robin A. Jensen via ffmpeg-user
Den 08-02-2020 kl. 19:48 skrev Carl Zwanzig: On 2/8/2020 10:45 AM, Robin A. Jensen via ffmpeg-user wrote: This is the output: [...] That is not the complete/un-cut output (with all the headers/etc). We want to see the version and compile options (from the command prompt to the next command

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

2020-02-08 Thread Carl Zwanzig
On 2/8/2020 10:45 AM, Robin A. Jensen via ffmpeg-user wrote: This is the output: [...] That is not the complete/un-cut output (with all the headers/etc). We want to see the version and compile options (from the command prompt to the next command prompt). Also, please don't top-post on this

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

2020-02-08 Thread Robin A. Jensen via ffmpeg-user
This is the output: [h264 @ 0x2232c70] Increasing reorder buffer to 2 [mpegts @ 0x222d490] start time for stream 4 is not set in estimate_timings_from_pts [mpegts @ 0x222d490] PES packet size mismatch     Last message repeated 1 times Input #0, mpegts, from 'Beck_ _je for _je (4).ts':  

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

2020-02-08 Thread Carl Zwanzig
Please post the complete/uncut command output to the list, it's important. And if you haven't tried the most current version, try that. z! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To

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

2020-02-08 Thread Robin A. Jensen via ffmpeg-user
Hi. I could use a little help. I have a file with several streams and a DVB-Teletext stream with subtitles. I have been looking in the Wiki, but i am unable to get the subtitles encoded into my mp4 file. I keep getting different errors. Video and sound is np problem. I know how to get that

Re: [FFmpeg-user] Submitting a Feature Request

2020-02-08 Thread Carl Eugen Hoyos
> Am 08.02.2020 um 04:55 schrieb Chris via ffmpeg-user : > > ffmpeg -y -f rawvideo -vcodec rawvideo -pix_fmt rgb24 -s 1280x720 -r 59.94 -i > - -pix_fmt yuv420p -vb 50M -minrate 50M -maxrate 50M -c:a pcm_s16be > -f mov output.mov Sorry for missing this (early) in the morning: Your