Re: [FFmpeg-user] transcoding belches out "Past duration 0.939156 too large"

2016-12-15 Thread Henk D. Schoneveld
On 15 Dec 2016, at 19:27, jd1008 wrote: > using 3.0.2-static: > > ffmpeg -i vid_1.mkv -vb 4000k -s 1920x1080 -vf hflip,scale=1920:1080 -y > vid_1-hflip.mkv > > is belching out lots of > Past duration 0.939156 too large Probably the result of a framerate conversion, the source is probably diff

Re: [FFmpeg-user] Decimating video frames to shorten movie

2016-07-08 Thread Henk D. Schoneveld
On 07 Jul 2016, at 12:45, Jim Worrall wrote: > >> On 2016 Jul 5, at 2:52 PM, Rae, Philip John wrote: >> >> For some reason my installation balked at the lbx264 part of the command >> despite the lbx264 library being used successfully elsewhere. >> >> ffmpeg -r 5timesoriginalspeed -i source.

Re: [FFmpeg-user] Decimating video frames to shorten movie

2016-07-05 Thread Henk D. Schoneveld
On 05 Jul 2016, at 23:51, Henk D. Schoneveld wrote: > > On 03 Jul 2016, at 23:28, Rae, Philip John wrote: > >> I am new to ffmpeg and I have a question about ‘decimating’ movies to remove >> unwanted frames. I have a high speed movie with too many frames (too litt

Re: [FFmpeg-user] Decimating video frames to shorten movie

2016-07-05 Thread Henk D. Schoneveld
On 03 Jul 2016, at 23:28, Rae, Philip John wrote: > I am new to ffmpeg and I have a question about ‘decimating’ movies to remove > unwanted frames. I have a high speed movie with too many frames (too little > motion between frames) that I want to remove 4 in 5 frames (for instance) and > resa

Re: [FFmpeg-user] Decimating video frames to shorten movie

2016-07-03 Thread Henk D. Schoneveld
On 04 Jul 2016, at 00:45, Henk D. Schoneveld wrote: > > On 03 Jul 2016, at 23:28, Rae, Philip John wrote: > >> I am new to ffmpeg and I have a question about ‘decimating’ movies to remove >> unwanted frames. I have a high speed movie with too many frames (too litt

Re: [FFmpeg-user] Decimating video frames to shorten movie

2016-07-03 Thread Henk D. Schoneveld
On 03 Jul 2016, at 23:28, Rae, Philip John wrote: > I am new to ffmpeg and I have a question about ‘decimating’ movies to remove > unwanted frames. I have a high speed movie with too many frames (too little > motion between frames) that I want to remove 4 in 5 frames (for instance) and > resa

Re: [FFmpeg-user] Can we solve the following problem with ffmpeg ?

2016-07-01 Thread Henk D. Schoneveld
On 01 Jul 2016, at 14:33, Vinay TS wrote: > Hello, > > I want to know if ffmpeg suite of tools can solve the following problem. > > a) I have a Video .mp4, with Subrip sub titles. [ .srt]. > > b) I stripped the audio stream from the video and want to use the srt for > training my Automate

Re: [FFmpeg-user] Input: Transport stream with DVB subtitles, output: Any format with the subtitles burned in

2016-06-23 Thread Henk D. Schoneveld
On 23 Jun 2016, at 22:26, Carlos Fernandez wrote: > Hi, > > > From a BBC1 capture in TS format that comes with DVB subtitles I'm trying to > generate a file that has the subtitles burned in. The final use case is a bit > more complex in that it has to be live streams but let's forget about t

Re: [FFmpeg-user] ffmpeg seek for hls live stream.

2016-06-15 Thread Henk D. Schoneveld
On 15 Jun 2016, at 16:48, Danie Van Der Walt wrote: > Hi Guys > > I am having a bit of a problem seeking a HLS live stream. > > I have a HLS live stream running, that can run up to 18 hours a day. > (For now with my test its just 10 minutes). > With this live stream I want to be able to say cr

Re: [FFmpeg-user] Splitting a video in chunks with the same size

2016-06-08 Thread Henk D. Schoneveld
-frame conversion isn’t very efficient in conversion, but that is a side-effect. > > On Wed, Jun 8, 2016, 16:56 Henk D. Schoneveld wrote: > >> >> On 08 Jun 2016, at 10:39, Celso Coutinho <20.ce...@gmail.com> wrote: >> >>> Dear all, >>> >

Re: [FFmpeg-user] Splitting a video in chunks with the same size

2016-06-08 Thread Henk D. Schoneveld
On 08 Jun 2016, at 10:39, Celso Coutinho <20.ce...@gmail.com> wrote: > Dear all, > > I want to be able to split a file in chunks with the same (previously > defined) size (except the last chunk, of course). I have been trying > several commands but without much success. Out of curiosity, what is

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread Henk D. Schoneveld
On 30 May 2016, at 19:06, Simon Defayette wrote: > They really need the output? It's over 400 MB. > > Maybe just knowing if ffmpeg can play video scrambled file would be the > first thing. If not, what is the reason. Ask yourself, how should ffmpeg be able to recognise audio/video/timing etc o

Re: [FFmpeg-user] how to transcode mp4 file into hls stream

2016-04-25 Thread Henk D. Schoneveld
On 25 Apr 2016, at 12:15, Henk D. Schoneveld wrote: > > On 25 Apr 2016, at 03:39, qw wrote: > >> Hi, >> >> I use the following command to do transcoding from mp4 file into hls stream: >> >> ffmpeg -y -i input.mp4 -vbsf h264_mp4toannexb -c:v libx264 -c

Re: [FFmpeg-user] how to transcode mp4 file into hls stream

2016-04-25 Thread Henk D. Schoneveld
On 25 Apr 2016, at 03:39, qw wrote: > Hi, > > I use the following command to do transcoding from mp4 file into hls stream: > > ffmpeg -y -i input.mp4 -vbsf h264_mp4toannexb -c:v libx264 -c:a libfdk_aac -f > hls -hls_list_size 10 -hls_wrap 10 ./output.m3u8 hls makes the files the same length,

Re: [FFmpeg-user] Identifying an MP4 file

2016-03-31 Thread Henk D. Schoneveld
On 31 Mar 2016, at 15:22, Sreenath BH wrote: > Hi All, > > We have a HTTP Live Streaming (HLS) setup where we transcode incoming > video files to H264 video and AAC audio and build playlist files from > that. We want to avoid this step if the input file is already a MP4 > file. > > I know that

Re: [FFmpeg-user] Help with transcoding a vid from 1280x720 to highest quality HD 1920x1080

2016-03-21 Thread Henk D. Schoneveld
On 21 Mar 2016, at 18:57, jd1008 wrote: > > > On 03/21/2016 09:51 AM, Moritz Barsnick wrote: >> On Sun, Mar 20, 2016 at 11:36:17 -0600, jd1008 wrote: >> >>> highest quality HD 1920x1080 >> You should know better by now to be more specific. E.g. do you have any >> restriction when it comes to

Re: [FFmpeg-user] tvheadend and ffmpeg

2016-03-09 Thread Henk D. Schoneveld
On 10 Mar 2016, at 00:52, Masen Baz wrote: > Dear all > I was trying to transcode a stream from tvheadend by ffmpeg.when i run it > into ffmpeg it gave me an error input/output > how to fix that How should we able to guess what the error is, we have to guess what command you are using, what

Re: [FFmpeg-user] size and bitrate issues with nvidia accelerated transcoding

2016-03-08 Thread Henk D. Schoneveld
On 08 Mar 2016, at 17:54, Sreenath BH wrote: > On 3/8/16, Moritz Barsnick wrote: >> Hi Sreenath, >> >> On Mon, Mar 07, 2016 at 22:28:32 +0530, Sreenath BH wrote: >>> As can be seen the two outputs differ in the H264 profile(High vs >>> Main), bitrate, the pixel format and of course the file si

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-17 Thread Henk D. Schoneveld
On 17 Feb 2016, at 20:43, Henk D. Schoneveld wrote: > > On 17 Feb 2016, at 20:32, Marton Balint wrote: > >> >> On Tue, 16 Feb 2016, Henk D. Schoneveld wrote: >> >>> >>> On 16 Feb 2016, at 14:40, Carl Eugen Hoyos wrote: >>> >>

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-17 Thread Henk D. Schoneveld
On 17 Feb 2016, at 20:32, Marton Balint wrote: > > On Tue, 16 Feb 2016, Henk D. Schoneveld wrote: > >> >> On 16 Feb 2016, at 14:40, Carl Eugen Hoyos wrote: >> >>> Henk D. Schoneveld zonnet.nl> writes: >>> >>>> Stream #0:5

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-16 Thread Henk D. Schoneveld
On 16 Feb 2016, at 14:40, Carl Eugen Hoyos wrote: > Henk D. Schoneveld zonnet.nl> writes: > >> Stream #0:5 -> #0:2 (dvb_teletext (libzvbi_teletextdec) >> -> mov_text (native)) >> Error while opening encoder for output stream #0:2 - >> maybe inco

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-16 Thread Henk D. Schoneveld
On 16 Feb 2016, at 14:19, Moritz Barsnick wrote: > On Tue, Feb 16, 2016 at 12:08:32 +0100, Moritz Barsnick wrote: >> On Tue, Feb 16, 2016 at 10:19:37 +, Carl Eugen Hoyos wrote: >>> Since I just wanted to open a ticket saying this >>> absolutely never works: > > Why do you assume this absol

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-16 Thread Henk D. Schoneveld
On 16 Feb 2016, at 11:19, Carl Eugen Hoyos wrote: > Moritz Barsnick gmx.net> writes: > >> Just like conversion from teletext to SRT works fine, >> so does this for me: >> >> $ ffmpeg -ss 00:03:20 -fix_sub_duration -txt_format text >> -txt_page 777 -i Mord.ts -map 0:v -map 0:2 -map 0:5 >> -

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-16 Thread Henk D. Schoneveld
> > Okay, I still don't see the point where ffmpeg is not able to convert > to mov_text. I fail to find the proper description of that in this > thread. ;-) I send Carl a sample, which didn’t/does not work as it seems to work for you. > > Just like conversion from teletext to SRT works fine, so

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-15 Thread Henk D. Schoneveld
On 16 Feb 2016, at 01:16, Moritz Barsnick wrote: > On Tue, Feb 16, 2016 at 01:01:05 +0100, Henk D. Schoneveld wrote: >> Where could I have found all this info about "-fix_sub_duration-txt_format >> text -txt_page 888” and this before “-i source" >> Thanks a

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-15 Thread Henk D. Schoneveld
On 15 Feb 2016, at 22:54, Carl Eugen Hoyos wrote: > Henk D. Schoneveld zonnet.nl> writes: > >>> The following works fine here, I will try to find out >>> what fails with mov_text.. >>> $ ffmpeg -txt_format text -txt_page 888 -i test.ts >>> -vcod

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-15 Thread Henk D. Schoneveld
On 15 Feb 2016, at 20:43, Carl Eugen Hoyos wrote: > Henk D. Schoneveld zonnet.nl> writes: > >> Stream #0:2 -> #0:2 (dvb_teletext (libzvbi_teletextdec) -> >> mov_text (native)) >> Error while opening encoder for output stream #0:2 - maybe >> inco

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-15 Thread Henk D. Schoneveld
On 15 Feb 2016, at 16:08, Carl Eugen Hoyos wrote: > Henk D. Schoneveld zonnet.nl> writes: > >> Codec AVOption txt_page (list of teletext page numbers to >> decode, * is all) specified for output file #0 (base.mp4) >> is not an encoding option. > > Please

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-15 Thread Henk D. Schoneveld
On 15 Feb 2016, at 14:56, Carl Eugen Hoyos wrote: > Henk D. Schoneveld zonnet.nl> writes: > >> Stream map '0:p:0x2b' matches no streams. > > I have no idea what your option is supposed to do, What I’m trying to achieve that from an mpeg ts file with teletext

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-15 Thread Henk D. Schoneveld
On 15 Feb 2016, at 09:55, Carl Eugen Hoyos wrote: > Henk D. Schoneveld zonnet.nl> writes: > >>> Tested myself and it works, maybe I can find >>> out how telxcc identifies the teletext stream… >> >> That would be really great > > Feel free to

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-14 Thread Henk D. Schoneveld
On 14 Feb 2016, at 23:59, Carl Eugen Hoyos wrote: > Carl Eugen Hoyos ag.or.at> writes: > >> Does it also work if you specify 8192? > > Tested myself and it works, maybe I can find > out how telxcc identifies the teletext stream… That would be really great > > Carl Eugen > > ___

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-14 Thread Henk D. Schoneveld
On 14 Feb 2016, at 22:58, Carl Eugen Hoyos wrote: > Henk D. Schoneveld zonnet.nl> writes: > >>> We may need a sample. >> http://we.tl/Zg2yq1H136 > > Please try to avoid uploading output files, it almost > always leads to misunderstandings. > > How

Re: [FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-14 Thread Henk D. Schoneveld
On 14 Feb 2016, at 22:05, Carl Eugen Hoyos wrote: > Henk D. Schoneveld zonnet.nl> writes: > >> ffmpeg, from todays git are unable to detect the teletext streams > > Command line including console output missing. ffmpeg -y -ss 465 -i base.ts -t 2582 -c:v libx264 -prese

[FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

2016-02-14 Thread Henk D. Schoneveld
Hello all, To extract dvb_teletext I’m currently using: telxcc -i base.ts -o base.srt -t 5114 -p 888 ;This is for Arte from satellite and afterwards I combine the srt with ffmpeg -i base.mp4 -i base.srt -c:v copy -c:a copy -c:s mov_text -metadata:s:s:0 language=fre baseall.mp4 I would like to do

Re: [FFmpeg-user] Copy DVB subtitles

2015-12-28 Thread Henk D. Schoneveld
On 28 Dec 2015, at 14:16, Mitja Pirih wrote: > On 28. 12. 2015 12:30, Mitja Pirih wrote: >> Hi, >> >> I am trying to copy dvb subtitles from a multicast stream to a rtmp >> stream (flv container). I am probably doing something wrong or maybe the >> container does not accept dvb_subtitles format

Re: [FFmpeg-user] Make the next stream continue where the previous one left off

2015-12-14 Thread Henk D. Schoneveld
On 14 Dec 2015, at 18:12, Ivan Pozdeev wrote: > Hello Ffmpeg-user, > > I've recently needed to repack a video file to a FAT32 volume - so, 4GB file > size limit. So, I'd have liked to output the result into consecutive parts not > exceeding this size - like archivers do. > > The files need to

Re: [FFmpeg-user] avoid pixelated dvb-t

2015-12-13 Thread Henk D. Schoneveld
. > El 13/12/2015 16:22, "Henk D. Schoneveld" escribió: > >> >> On 13 Dec 2015, at 16:02, juan carlos Rebate wrote: >> >>> 802.11a is posible? >> Yes, why would you think it would not be possible for 802.11a ? >>> El 13/12/2015 13:39, &q

Re: [FFmpeg-user] avoid pixelated dvb-t

2015-12-13 Thread Henk D. Schoneveld
On 13 Dec 2015, at 16:02, juan carlos Rebate wrote: > 802.11a is posible? Yes, why would you think it would not be possible for 802.11a ? > El 13/12/2015 13:39, "Henk D. Schoneveld" escribió: > >> >> On 12 Dec 2015, at 23:13, juan carlos Rebate wrote: >

Re: [FFmpeg-user] avoid pixelated dvb-t

2015-12-13 Thread Henk D. Schoneveld
On 12 Dec 2015, at 23:13, juan carlos Rebate wrote: > solved,I managed a network cable for testing, it is indeed wireless > errors by CABle is super-sharp image and very clean,Is there a way to > repair the wireless data loss? Getting a better wireless antenna at router and/or receiver side. Cho

Re: [FFmpeg-user] avoid pixelated dvb-t

2015-12-07 Thread Henk D. Schoneveld
On 08 Dec 2015, at 00:53, juan carlos Rebate wrote: > I do not have Cable He means a cable between your computer and your internet router, to exclude WiFi related problems > > 2015-12-08 0:48 GMT+01:00 Andy Furniss : >> juan carlos Rebate wrote: >>> >>> yes the transmission is wireless >> >>

Re: [FFmpeg-user] libx264 very bad scaling with 4 real CPU cores (no HT)

2015-12-03 Thread Henk D. Schoneveld
On 03 Dec 2015, at 19:52, D wrote: > On 03.12.2015 18:37, Henk D. Schoneveld wrote: >> On 03 Dec 2015, at 16:43, D wrote: >> >>> On 02.12.2015 16:12, Moritz Barsnick wrote: >>>> On Wed, Dec 02, 2015 at 15:56:41 +0100, D wrote: >>>>> Maybe

Re: [FFmpeg-user] libx264 very bad scaling with 4 real CPU cores (no HT)

2015-12-03 Thread Henk D. Schoneveld
On 03 Dec 2015, at 16:43, D wrote: > On 02.12.2015 16:12, Moritz Barsnick wrote: >> On Wed, Dec 02, 2015 at 15:56:41 +0100, D wrote: >>> Maybe it's possible with the -CLI version. I wonder what settings the >>> GUI creates and forwards to x264, so I could take them and just add >>> "-threads n"

Re: [FFmpeg-user] avoid pixelated dvb-t

2015-12-02 Thread Henk D. Schoneveld
On 02 Dec 2015, at 20:12, juan carlos Rebate wrote: > How can I avoid pixelation DVB-T IPTV ?, the signal is received by RTP Would be interesting to know what you did to get this pixelation in the first place. Crystal ball isn’t working at the moment. Full and uncut console output please. > ___

Re: [FFmpeg-user] libx264 very bad scaling with 4 real CPU cores (no HT)

2015-12-01 Thread Henk D. Schoneveld
On 01 Dec 2015, at 19:17, D wrote: > Another test: this time I built ffmpeg myself according to > https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu > And here's the benchmark -- Very bad scaling: > > $ time ffmpeg -i a.mp4 -c:v libx264 -crf 23 -threads 1 -c:a libvorbis b.mp4 -y > real9m

Re: [FFmpeg-user] FFmpeg unable to copy subtitles due to 'unsupported codec'?

2015-11-27 Thread Henk D. Schoneveld
1st I thought I had read, my mistake, you downloaded it from YouTube but, you said you downloaded it from iTunes, now I realise that these files are copy protected, so it ain’t possible to do what you want. On 27 Nov 2015, at 17:03, Aahan Krish wrote: > Hi Henk, > >> AFAIK you should tell ffmp

Re: [FFmpeg-user] FFmpeg unable to copy subtitles due to 'unsupported codec'?

2015-11-27 Thread Henk D. Schoneveld
On 27 Nov 2015, at 14:57, Aahan Krish wrote: > I've got an mp4 file with these streams (via `ffmpeg -i file.mp4`): > >Stream #0.0(eng): Audio: aac, 48000 Hz, stereo, fltp, 125 kb/s (default) >Stream #0.1(eng): Audio: ac3, 48000 Hz, 5.1, fltp, 384 kb/s >Stream #0.2(eng): Video: h264

Re: [FFmpeg-user] Could NOT find FFMpeg

2015-11-24 Thread Henk D. Schoneveld
On 24 Nov 2015, at 07:30, Santhosh Naini wrote: > Hi , > > I checkout the project source code from github. linphone-desktop project > source code. > I getting this error while I am building the project in visual studio 2013. > I installed ffmpeg,and I added in path also. Did you perhaps install

Re: [FFmpeg-user] Can I run TWO ffmpeg processes in parallel?

2015-11-15 Thread Henk D. Schoneveld
On 15 Nov 2015, at 14:30, James Darnley wrote: > On 2015-11-15 06:40, Ben Stover wrote: >> Can I run TWO ffmpeg encoding or verification processes in parallel on the >> same computer? >> >> Or do they interfere each other because they e.g use the same temporary >> files or caches or internal

Re: [FFmpeg-user] Can I run TWO ffmpeg processes in parallel?

2015-11-15 Thread Henk D. Schoneveld
On 15 Nov 2015, at 06:40, Ben Stover wrote: > Can I run TWO ffmpeg encoding or verification processes in parallel on the > same computer? > > Or do they interfere each other because they e.g use the same temporary files > or caches or internal config files or .? AFAIK no problem at all. >

Re: [FFmpeg-user] Setting up a watch folder to encode adaptive bit rate videos

2015-10-31 Thread Henk D. Schoneveld
On 30 Oct 2015, at 03:40, Joel Lopez wrote: > Hi, > > I've been reading as much stuff as I can find what the best way to > encode key frame aligned videos. Hopefully you can help me fill in > the blanks. > > 1. Single or 2-pass encoding? I'm reading quality isn't affected > much and that it

Re: [FFmpeg-user] Quicksync Ubuntu

2015-10-12 Thread Henk D. Schoneveld
On 12 Oct 2015, at 19:20, Maxim Kozlov wrote: > Can anybody explain what can be wrong? > when i start ffmpeg to convert one mpegts input to two 720p rtmp outputs in > one copy of ffmpeg - it converts maximum 22 fps. > > $ ffmpeg -v verbose -rtbufsize 2G -fpsprobesize 150 -re -fflags +genpts -i

Re: [FFmpeg-user] ct a video precisly

2015-09-16 Thread Henk D. Schoneveld
On 16 Sep 2015, at 12:39, Robert Krüger wrote: > On Wed, Sep 16, 2015 at 12:26 PM, Henk D. Schoneveld > wrote: > >> >> On 16 Sep 2015, at 11:33, gag...@free.fr wrote: >> >>> Hello, >>> >>> I'm trying to cut a video to get 12s sequ

Re: [FFmpeg-user] ct a video precisly

2015-09-16 Thread Henk D. Schoneveld
On 16 Sep 2015, at 11:33, gag...@free.fr wrote: > Hello, > > I'm trying to cut a video to get 12s sequences. It needs to be accurate. Cutting is done on begin and end of a Group Of Pictures, a GOP. Splitting always occurs the way you mention, it is ‘about 12 seconds’ What is, could be the reason

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-15 Thread Henk D. Schoneveld
On 15 Sep 2015, at 19:10, Richard F wrote: > On 15/09/2015 17:42, Carl Eugen Hoyos wrote: >> When old vdr recorded from satellite (into a program >> stream for which dvbsub are most likely not defined) >> why (or better:) how would the dvbsubs that were >> transmitted suddenly become dvdsubs?

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-15 Thread Henk D. Schoneveld
On 15 Sep 2015, at 10:06, Moritz Barsnick wrote: > On Mon, Sep 14, 2015 at 22:45:54 +0200, Henk D. Schoneveld wrote: > >> VDR file format isn’t compliant to any ‘real’ standard, so I don’t >> think you’ll find a solution here. Just my 2 cents. > > I think this is the

Re: [FFmpeg-user] Not using all resources

2015-09-15 Thread Henk D. Schoneveld
On 15 Sep 2015, at 00:34, Andy Furniss wrote: > Henk D. Schoneveld wrote: >> >> On 12 Sep 2015, at 22:16, Andy Furniss wrote: >> >>> Henk D. Schoneveld wrote: >>>> First tried to upload to incoming but ii’s presented to me as RO >>>>

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-14 Thread Henk D. Schoneveld
On 14 Sep 2015, at 20:24, Richard F wrote: > On 14/09/2015 15:53, Henk D. Schoneveld wrote: >> Found another solution which plays with vlc. With mkvtoolnix chose the m2v >> mp2 and the idx file, start muxing and it will play with vlc >> http://we.tl/QoVxcLCw7H >> s

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-14 Thread Henk D. Schoneveld
1 step solution: Using tvheadend instead of VDR. 3 step solution: With VDR, you need to demux with ProjectX, ReMux with mkvtoolnix to an mkv and then encode with HandBrake. This doesn’t work with HD streams though, the 1st one does. On 14 Sep 2015, at 16:59, Henk D. Schoneveld wrote: > &

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-14 Thread Henk D. Schoneveld
On 14 Sep 2015, at 16:53, Henk D. Schoneveld wrote: > Found another solution which plays with vlc. With mkvtoolnix chose the m2v > mp2 and the idx file, start muxing and it will play with vlc > http://we.tl/QoVxcLCw7H > shows the result for 002.vdr And with HandBrake it’s easy to

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-14 Thread Henk D. Schoneveld
Found another solution which plays with vlc. With mkvtoolnix chose the m2v mp2 and the idx file, start muxing and it will play with vlc http://we.tl/QoVxcLCw7H shows the result for 002.vdr On 14 Sep 2015, at 15:06, Henk D. Schoneveld wrote: > > On 14 Sep 2015, at 13:40, Richard F

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-14 Thread Henk D. Schoneveld
rom ITV. Is this what you are looking for ? The original from satellite plays fine in VLC and the encoded one with ffmpeg. http://we.tl/W3HfON0256 You just have to use another application then VDR, it cripples good stuff to almost unusable. > > Thanks for any help on this > > > O

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-14 Thread Henk D. Schoneveld
On 14 Sep 2015, at 12:02, Richard F wrote: > On 13/09/2015 22:18, Henk D. Schoneveld wrote: >>> So are subtitles shown if you record for >50 minutes? >> Strange thing I see is, the log of your ProjectX show it’s DVB subtitle >> My version of ProjectX doesn’t show any

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-13 Thread Henk D. Schoneveld
On 13 Sep 2015, at 23:18, Henk D. Schoneveld wrote: > > On 13 Sep 2015, at 22:48, Richard F wrote: > >> On 13/09/2015 21:31, Carl Eugen Hoyos wrote: >>> Richard F keynet-technology.com> writes: >>>> I'm thinking some of the issue might be around

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-13 Thread Henk D. Schoneveld
On 13 Sep 2015, at 22:48, Richard F wrote: > On 13/09/2015 21:31, Carl Eugen Hoyos wrote: >> Richard F keynet-technology.com> writes: >>> I'm thinking some of the issue might be around the >>> lack of timing, the projectX log I put up shows subs >>> starting at 00:48:48.562 >> So are subtitle

Re: [FFmpeg-user] Not using all resources

2015-09-12 Thread Henk D. Schoneveld
On 12 Sep 2015, at 22:16, Andy Furniss wrote: > Henk D. Schoneveld wrote: >> First tried to upload to incoming but ii’s presented to me as RO >> >> Uploaded a 20MB file for someone interested in investigating at: >> http://we.tl/CpG3aaamaO > > It does seem to

Re: [FFmpeg-user] Encoding VP6a (How do I use this patch in linked thread?)

2015-09-11 Thread Henk D. Schoneveld
On 11 Sep 2015, at 20:53, byarsulik wrote: > What would you suggest then at this point? > > How do I create a VP6a file to begin with? If ffmpeg can’t encode VP6a, you can’t create one with ffmpeg. > If I export a video file from AE AE being ? > with transparency settings, it's not VP6a. > >

Re: [FFmpeg-user] Not using all resources

2015-09-11 Thread Henk D. Schoneveld
First tried to upload to incoming but ii’s presented to me as RO Uploaded a 20MB file for someone interested in investigating at: http://we.tl/CpG3aaamaO On 08 Sep 2015, at 02:10, Andy Furniss wrote: > Henk D. Schoneveld wrote: >> Hi all, >> >> I’m encoding from

Re: [FFmpeg-user] OS X related issue rather than ffmpeg related issue

2015-09-10 Thread Henk D. Schoneveld
On 11 Sep 2015, at 00:14, Henk D. Schoneveld wrote: > > On 10 Sep 2015, at 13:59, 桃源老師 wrote: > >> I have changed my mail address for this mailing list from google to dream. >> >>> 2015/09/10 7:06 P.M. Henk D. Schoneveld zonnet.nl> wrote: >>>

Re: [FFmpeg-user] OS X related issue rather than ffmpeg related issue

2015-09-10 Thread Henk D. Schoneveld
On 10 Sep 2015, at 13:59, 桃源老師 wrote: > I have changed my mail address for this mailing list from google to dream. > >> 2015/09/10 7:06 P.M. Henk D. Schoneveld zonnet.nl> wrote: >> >> >> On 10 Sep 2015, at 11:42, 桃源老師 gmail.com> wrote: >> >

Re: [FFmpeg-user] OS X related issue rather than ffmpeg related issue

2015-09-10 Thread Henk D. Schoneveld
On 10 Sep 2015, at 12:06, Henk D. Schoneveld wrote: > > On 10 Sep 2015, at 11:42, 桃源老師 wrote: > >> Hello video experts! >> >> I know that my issue is OS X related issue rather than ffmpeg related issue, >> but I'm appreciate someone's help who us

Re: [FFmpeg-user] OS X related issue rather than ffmpeg related issue

2015-09-10 Thread Henk D. Schoneveld
On 10 Sep 2015, at 11:42, 桃源老師 wrote: > Hello video experts! > > I know that my issue is OS X related issue rather than ffmpeg related issue, > but I'm appreciate someone's help who using OS X… On OSX I tried QTPlayer VLC and MPEG Streamclip, all 3 look different. My conclusion it’s not OSX,

Re: [FFmpeg-user] H.264 to jpeg thumbnail

2015-09-09 Thread Henk D. Schoneveld
On 09 Sep 2015, at 16:40, Moritz Barsnick wrote: > On Wed, Sep 09, 2015 at 15:48:29 +0200, Henk D. Schoneveld wrote: >> Could you post the mentioned jpg's ? >> Watched them on OSX but don't see the things you're describing, maybe I >> don't understand w

Re: [FFmpeg-user] H.264 to jpeg thumbnail

2015-09-09 Thread Henk D. Schoneveld
Verstuurd vanaf mijn iPhone > Op 9 sep. 2015 om 15:22 heeft yuji het > volgende geschreven: > > Hi Moritz > > thank you for your reply. > > > >>> This movie encode H.264, Mpeg-TS formats. >> How did you create this file? > > minor web camera broadcast to network. > I captured from networ

Re: [FFmpeg-user] Not using all resources

2015-09-07 Thread Henk D. Schoneveld
> On 07 Sep 2015, at 14:57, Henk D. Schoneveld wrote: > > >> On 07 Sep 2015, at 14:46, Carl Eugen Hoyos wrote: >> >> Henk D. Schoneveld zonnet.nl> writes: >> >>> This one is the one that loads the CPU to almost max >>> arte.sh 305

Re: [FFmpeg-user] Not using all resources

2015-09-07 Thread Henk D. Schoneveld
> On 07 Sep 2015, at 14:46, Carl Eugen Hoyos wrote: > > Henk D. Schoneveld zonnet.nl> writes: > >> This one is the one that loads the CPU to almost max >> arte.sh 305 4092.96 Very sorry bout that: ffmpeg -y -ss $1 -i base.ts -t $2 -c:v libx264 -crf 22 -pre

Re: [FFmpeg-user] Not using all resources

2015-09-07 Thread Henk D. Schoneveld
Can I upload a sample somewhere from one of my source files which makes encoding NOT using all resources ? All BBC sources normal ~100% load, Channel 4 HD ~50% of resources unused. BTW Handbrake has the same ‘problem/anomaly’ > On 25 Aug 2015, at 17:47, Henk D. Schoneveld wrote: > >&g

Re: [FFmpeg-user] EPG stream

2015-09-06 Thread Henk D. Schoneveld
> On 06 Sep 2015, at 23:06, Henk D. Schoneveld wrote: > >> >> On 06 Sep 2015, at 22:44, Mitja Pirih wrote: >> >> On 06. 09. 2015 21:54, Henk D. Schoneveld wrote: >>>> On 06 Sep 2015, at 20:48, Mitja Pirih wrote: >>>> >

Re: [FFmpeg-user] EPG stream

2015-09-06 Thread Henk D. Schoneveld
> On 06 Sep 2015, at 22:44, Mitja Pirih wrote: > > On 06. 09. 2015 21:54, Henk D. Schoneveld wrote: >>> On 06 Sep 2015, at 20:48, Mitja Pirih wrote: >>> >>> On 31. 08. 2015 11:12, Mitja Pirih wrote: >>>> Hello, >>>> >>>>

Re: [FFmpeg-user] EPG stream

2015-09-06 Thread Henk D. Schoneveld
> On 06 Sep 2015, at 20:48, Mitja Pirih wrote: > > On 31. 08. 2015 11:12, Mitja Pirih wrote: >> Hello, >> >> What are my options for EPG with ffmpeg? >> Currently I am grabbing a DVB-T stream (with mumudvb) and encoding it to >> x264, but it the process I am loosing EPG. >> Is there a method to

Re: [FFmpeg-user] Not using all resources

2015-08-25 Thread Henk D. Schoneveld
> On 25 Aug 2015, at 11:34, Carl Eugen Hoyos wrote: > > Henk D. Schoneveld zonnet.nl> writes: > >>> Command line and complete, uncut console output missing. >> >> They were in the screenshots, those screenshots were >> png’s made under OSX i

Re: [FFmpeg-user] Not using all resources

2015-08-25 Thread Henk D. Schoneveld
> On 25 Aug 2015, at 10:14, Henk D. Schoneveld wrote: > > >> On 24 Aug 2015, at 23:14, Carl Eugen Hoyos wrote: >> >> Henk D. Schoneveld zonnet.nl> writes: >> >>> I’m encoding from several DVB-S sources, satellite, >>> with always the

Re: [FFmpeg-user] Not using all resources

2015-08-25 Thread Henk D. Schoneveld
> On 24 Aug 2015, at 23:14, Carl Eugen Hoyos wrote: > > Henk D. Schoneveld zonnet.nl> writes: > >> I’m encoding from several DVB-S sources, satellite, >> with always the same parameters but recordings from >> some sources CPU-load is about 50% of wha

Re: [FFmpeg-user] Not using all resources

2015-08-24 Thread Henk D. Schoneveld
> On 24 Aug 2015, at 22:26, Henk D. Schoneveld wrote: > > Hi all, > > I’m encoding from several DVB-S sources, satellite, with always the same > parameters but recordings from some sources CPU-load is about 50% of what it > could be, others use max. available as attac

[FFmpeg-user] Not using all resources

2015-08-24 Thread Henk D. Schoneveld
Hi all, I’m encoding from several DVB-S sources, satellite, with always the same parameters but recordings from some sources CPU-load is about 50% of what it could be, others use max. available as attachments show. The 1st inserts a srt file while the 2nd doesn’t but because there’s no IO-bott

Re: [FFmpeg-user] Fast encoding

2015-08-14 Thread Henk D. Schoneveld
ons talking with each other. Trying wil help you understand how these things work. Happy learning. > On 14 Aug 2015 18:28, "Henk D. Schoneveld" wrote: > >> >> On 14 Aug 2015, at 14:46, Robin Lery wrote: >> >>> Hello, >>> Thank you for your gu

Re: [FFmpeg-user] Fast encoding

2015-08-14 Thread Henk D. Schoneveld
On 14 Aug 2015, at 14:46, Robin Lery wrote: > Hello, > Thank you for your guidance. Actual the videos that I'll be encoding are > for web video, so I think the bit rate matters. And as for the threads I > want to use all the threads possible. I think -threads 0 balance the loads > across all the

Re: [FFmpeg-user] How to embed SCC closed caption file into a video file mov/mp4/mpg

2015-08-11 Thread Henk D. Schoneveld
On 11 Aug 2015, at 17:21, Marcelo Boufleur wrote: > Indeed, this can be used to add SRT subtitles into MP4, but the original > post mentioned if ffmpeg could handle SCC Closed Caption files, and if it > could embed these into MOV/MP4/MPEG files. > > This can be achieved with MacCaptions / Capti

Re: [FFmpeg-user] How to embed SCC closed caption file into a video file mov/mp4/mpg

2015-08-10 Thread Henk D. Schoneveld
On 11 Aug 2015, at 00:01, Marcelo Boufleur wrote: > I created another SRT file with the fixes and uploaded it to the ffmpeg > track site. The original SRT also had wrong timmings for the subtitles, and > that was also fixed. The corrected one can be added to an mp4 file with ffmpeg doing: ffmpeg

Re: [FFmpeg-user] How to embed SCC closed caption file into a video file mov/mp4/mpg

2015-08-10 Thread Henk D. Schoneveld
On 10 Aug 2015, at 16:08, Dave Rice wrote: > >> On Aug 5, 2015, at 5:55 PM, Carl Eugen Hoyos wrote: >> >> santhosh daivajna outlook.com> writes: >> >>> I am trying to embed a closed caption (SCC) file >>> into a video file and hitting on some problems. >> >> Could you provide a closed cap

Re: [FFmpeg-user] Understanding two pass encoding

2015-08-08 Thread Henk D. Schoneveld
On 08 Aug 2015, at 14:46, Robin Lery wrote: > Yes, thank you. I understand now. However I tried doing two pass multiple > output with one input like this: > > ffmpeg -i mi6.mp4 \ >-codec:v libx264 -tune zerolatency -profile:v main -preset medium -b:v > 1000k -maxrate 1000k -bufsize 1k -

Re: [FFmpeg-user] How to embed SCC closed caption file into a video file mov/mp4/mpg

2015-08-05 Thread Henk D. Schoneveld
On 05 Aug 2015, at 11:54, santhosh daivajna wrote: > I am trying to embed a closed caption (SCC) file into a video file and > hitting on some problems. > Please suggest how to embed SCC closed caption file into a video file > mov/mp4/mpg. ffmpeg at least can embed srt subtitle files with ffmpe

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-08-01 Thread Henk D. Schoneveld
rect ? If correct, cut under linux. If you know where to cut, it’s quit easy. ffmpeg -ss 10 -i source.ext -t 30 source-cutted.ext Result: 30 seconds from source.ext where the first 10 seconds are skipped. > > - https://www.dropbox.com/s/qgyulo8mbnqkwub/Video1.264?oref=e&n=451062852 > (f

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-07-30 Thread Henk D. Schoneveld
On 30 Jul 2015, at 20:27, André Luís Duarte wrote: > On 30-07-2015 13:06, Steve Boyer wrote: >> On Jul 30, 2015 10:24 AM, "André Luís Duarte" < >> andrelduarte-at-yahoo.com...@ffmpeg.org> wrote: >>> Hi Guys. Thanks for the feedback. Steve, I initially tried the following >> command, and the res

Re: [FFmpeg-user] Copy-capturing h264 input while force-rewriting the PTS

2015-07-25 Thread Henk D. Schoneveld
On 25 Jul 2015, at 01:50, Peter Rabbitson wrote: > Hello! > > I have a Logitech C920 affected by a know-yet-wontfix kernel uvc-video > bug[1]. Given That I need a relatively recent kernel and it looks like the > problematic patch in 3.17+ will not be reverted, I am hoping that ffmpeg can > s

Re: [FFmpeg-user] 回复: 回复: incorrect fps and tbr

2015-07-17 Thread Henk D. Schoneveld
On 17 Jul 2015, at 13:05, 我是科学家 wrote: > I git cloned the newest version and compiled it, same output: > ffprobe 6_F16_DUAL_AB\[WisMencoder\ Encoded\].avi > ffprobe version N-73696-g8250943 Copyright (c) 2007-2015 the FFmpeg developers > built with gcc 4.4.7 (Ubuntu/Linaro 4.4.7-1ubuntu2) > c

Re: [FFmpeg-user] Converting .mov files playable on html5 players..but very slow

2015-07-01 Thread Henk D. Schoneveld
On 01 Jul 2015, at 23:58, Dani A wrote: > If I always use the below command to convert .mov files to mp4, will it > always work? I am only changing the audio codec and keeping the video codec > the same. > > ffmpeg -i MVI_0797.MOV -c:v copy -c:a mp3 -movflags faststart > MVI_0797-fast.MP4

Re: [FFmpeg-user] Converting .mov files playable on html5 players..but very slow

2015-06-27 Thread Henk D. Schoneveld
0x74776F73), 48000 Hz, stereo, > 1536 kb/s (default) > Metadata: > creation_time : 2014-06-15 02:43:16 > Stream mapping: > Stream #0:0 -> #0:0 (copy) > Stream #0:1 -> #0:1 (copy) > Could not write header for output file #0 (incorrect codec paramete

Re: [FFmpeg-user] Converting .mov files playable on html5 players..but very slow

2015-06-24 Thread Henk D. Schoneveld
ALTERED. So NO -profile NO -crf 23 NO scale Maybe setdar is accepted, but 1st try without. And it’s -c:a copy Not -a:a > > > > > On Wednesday, June 24, 2015 5:40 PM, Henk D. Schoneveld > wrote: > > > > On 24 Jun 2015, at 20:49, Dani A wrote: > >> T

Re: [FFmpeg-user] Converting .mov files playable on html5 players..but very slow

2015-06-24 Thread Henk D. Schoneveld
> On Wednesday, June 24, 2015 2:25 PM, Henk D. Schoneveld > wrote: > > > > On 21 Jun 2015, at 21:59, Dani A wrote: > >> Is there any way faster I can convert iphone .mov to mp4. for example, >> copying the same codec instead of using the libx264 so

Re: [FFmpeg-user] Converting .mov files playable on html5 players..but very slow

2015-06-24 Thread Henk D. Schoneveld
resouces? > > > > On Tuesday, June 16, 2015 7:42 AM, Henk D. Schoneveld > wrote: > > > > On 16 Jun 2015, at 05:13, Dani A wrote: > >> I am using the below command to covert the .mov files to play html5, but it >> takes so much time..Is the

  1   2   >