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
> -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
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
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
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.
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
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
> -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
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
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
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
11 matches
Mail list logo