Re: [FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-13 Thread Zsolt
On Tue, Jul 12, 2016 at 5:01 PM Moritz Barsnick wrote: > On Tue, Jul 12, 2016 at 10:44:56 +, Zsolt wrote: > > Dear Carl, do you have any idea, why isn't it working? I have already > tried > > with simple yadif command, without any yadif parameters, but it also > didn't > > worked. > > Well, t

Re: [FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-12 Thread Carl Eugen Hoyos
Nicolas George nsup.org> writes: > And since this mailing-list is not your hired consultant, > this is your task. Moritz kindly solved this task. Do you know how to fix ticket #4184? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org ht

Re: [FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-12 Thread Nicolas George
Le quintidi 25 messidor, an CCXXIV, Zsolt a écrit : > Yes, with this command, it worked for me. > But I'd like a HLS output, so the other command should work. It probably should, unless there is a mistake somewhere. Now that you know that one simple command works and one complex one does not, the

Re: [FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-12 Thread Carl Eugen Hoyos
Moritz Barsnick gmx.net> writes: > I notice that you are providing the output option "-vf" twice (per > output). I am quite certain that one of the two options is being > ignored, most likely the yadif filter. Yes, this is ticket #4184. Thank you for looking at this, Carl Eugen ___

Re: [FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-12 Thread Zsolt
On Tue, Jul 12, 2016 at 4:29 PM Carl Eugen Hoyos wrote: > Zsolt gmail.com> writes: > > > https://drive.google.com/open?id=0B3sFb4wcNzQCcVBYbENSYnhBLVk > > I tested the following command line: > $ ffmpeg -i teszt3-A0737.ts -vf yadif=0:-1:1 -qscale 2 out.avi > > The output file is deinterlaced. >

Re: [FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-12 Thread Moritz Barsnick
On Tue, Jul 12, 2016 at 10:44:56 +, Zsolt wrote: > Dear Carl, do you have any idea, why isn't it working? I have already tried > with simple yadif command, without any yadif parameters, but it also didn't > worked. Well, then you should indeed provide us this simple command. If I reduce your

Re: [FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-12 Thread Carl Eugen Hoyos
Zsolt gmail.com> writes: > https://drive.google.com/open?id=0B3sFb4wcNzQCcVBYbENSYnhBLVk I tested the following command line: $ ffmpeg -i teszt3-A0737.ts -vf yadif=0:-1:1 -qscale 2 out.avi The output file is deinterlaced. Carl Eugen ___ ffmpeg-user

Re: [FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-12 Thread Zsolt
On Tue, Jul 12, 2016 at 2:13 PM Carl Eugen Hoyos wrote: > Zsolt gmail.com> writes: > > > do you have any idea, why isn't it working? I have already tried > > with simple yadif command, without any yadif parameters, but it > > also didn't worked. > > Please provide a few seconds of your input str

Re: [FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-12 Thread Carl Eugen Hoyos
Zsolt gmail.com> writes: > do you have any idea, why isn't it working? I have already tried > with simple yadif command, without any yadif parameters, but it > also didn't worked. Please provide a few seconds of your input stream. Carl Eugen ___ ffm

Re: [FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-12 Thread Zsolt
On Tue, Jul 12, 2016 at 11:40 AM Carl Eugen Hoyos wrote: > Jon bae gmail.com> writes: > > > Many parameter you only need ones, I think. Like the yadif > > filter can go right after the input. > > It is needed for every output stream. > Dear Carl, do you have any idea, why isn't it working? I ha

Re: [FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-12 Thread Carl Eugen Hoyos
Jon bae gmail.com> writes: > Many parameter you only need ones, I think. Like the yadif > filter can go right after the input. It is needed for every output stream. Please do not top-post here, Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffm

Re: [FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-12 Thread Jon bae
Hi Zsolt, have you try this command with a single file input/output? And what is happen if you use deinterlace all frames (0)? I would also recommend to reduce your command and summarize them. Many parameter you only need ones, I think. Like the yadif filter can go right after the input. I have not

[FFmpeg-user] ts to HLS: yadif doesn't work

2016-07-11 Thread Zsolt
Hello Guys, I'd like to convert some ts files to HLS. It works fine, the only problem is that the yadif command doesn't work. Could you check my command? /usr/local/ffmpeg/program/ffmpeg -i /usr/local/ffmpeg/progress/$INPUTFILE \ \ -c:v libx264 -vf "yadif=0:-1:1" -r 25 -profile:v main -level 3.1 \