Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-31 Thread marsupilami
Yes, I tried ffprobe as well, it doesn't show the tag. No program I tried so far shows it (tried mkvinfo, Media Player Classic, ffprobe, ffmpeg -i, mkvextract, mkvpropedit) except for mediainfo. I found a workaround though: parse the mediainfo output, generate a tags.xml file with a script and add

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-30 Thread Francois Visagie
> -Original Message- > From: ffmpeg-user-boun...@ffmpeg.org [mailto:ffmpeg-user- > boun...@ffmpeg.org] On Behalf Of marsupilami > Sent: 30 October 2014 10:34 > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] Automatic encoding of .ts files gives an > inexplicab

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-30 Thread marsupilami
Now I've had some time to test this issue more extensively and you're right, the header really is there. However after encoding I'm using mkvmerge to cut (split) the file so only the parts I want will be there in the final mkv. This all condenses down to one problem: mkvmerge (as well as ffmpeg) i

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-27 Thread Moritz Barsnick
On Mon, Oct 27, 2014 at 09:36:57 -0700, marsupilami wrote: > So most things work alright now. But I'd like to have the "Encoding Settings" > header back in my mkv files like the standalone x264 adds them - ffmpeg's > muxer doesn't seem to do that. What would I have to do to fix that? I've > tried f

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-27 Thread marsupilami
So most things work alright now. But I'd like to have the "Encoding Settings" header back in my mkv files like the standalone x264 adds them - ffmpeg's muxer doesn't seem to do that. What would I have to do to fix that? I've tried ffmpeg's -metadata option, but it doesn't work like I want it to.

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-24 Thread Henk D. Schoneveld
On 23 Oct 2014, at 19:13, marsupilami wrote: > Hello, > > I'm experiencing a weird problem which I will try to describe in the > following post. > > Currently, I'm writing a perl script for automatic encoding of MPEG-TS files > using ffmpeg and x264. I'm having ffmpeg apply video filters like

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-24 Thread Carl Eugen Hoyos
marsupilami elitemail.org> writes: > The main reason why I didn't try this sooner was > because I was worried ffmpeg wouldn't include > the latest version of x264 It is entirely up to you which version of x264 you use when you compile FFmpeg (remember that the project FFmpeg only ships sour

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-24 Thread Francois Visagie
> -Original Message- > From: ffmpeg-user-boun...@ffmpeg.org [mailto:ffmpeg-user- > boun...@ffmpeg.org] On Behalf Of marsupilami > Sent: 24 October 2014 11:28 > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] Automatic encoding of .ts files gives an > inexplicab

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-24 Thread marsupilami
Carl Eugen Hoyos wrote > marsupilami > > elitemail.org> writes: > > What's wrong with the following? > $ ffmpeg -i file.ts -vf yadif -vcodec libx264 -acodec ac3 out.mkv > (You have to add the remaining options you need.) The main reason why I didn't try this sooner was because I was worried ff

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-23 Thread Carl Eugen Hoyos
marsupilami elitemail.org> writes: > Here's the command lines I've been using What's wrong with the following? $ ffmpeg -i file.ts -vf yadif -vcodec libx264 -acodec ac3 out.mkv (You have to add the remaining options you need.) If this doesn't work, please provide the actual command line you us

[FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-23 Thread marsupilami
Hello, I'm experiencing a weird problem which I will try to describe in the following post. Currently, I'm writing a perl script for automatic encoding of MPEG-TS files using ffmpeg and x264. I'm having ffmpeg apply video filters like resize, deinterlace and so on and am then sending the output t