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

2015-10-31 Thread Mahesh Patade
Have a look at this . I have written ffmpeg commands in my scripts for multi-bitrate conversion. -- Best Regards, Mahesh Patade On Sat, Oct 31, 2015 at 11:36 PM, Joel Lopez wrote: > I realized I wrote the wrong subject for my post.

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] Setting up a watch folder to encode adaptive bit rate videos

2015-10-31 Thread Joel Lopez
I realized I wrote the wrong subject for my post. Here's a more correct one. Single or 2pass for key frame alignment? How many files and at what bitrates is a good starting point for mobile and desktop? I already a watch folder set up with a script to automatically encode videos when they are pl

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-31 Thread Andy Furniss
MrNice wrote: Carl Eugen said on Dec 19, 2012: "To the best of my knowledge, only visual inspection tells you, ..." Yes or idet as you have found which also gives the field dominance info you need. Without idet, to find tff/bff you would need to deinterlace with say yadif=1 while setting domi

[FFmpeg-user] Past duration too large

2015-10-31 Thread Nicholas Robbins
During some of my encodes, I get quite a lot of these warnings. What do they mean? For example: here is a chuck of the output I am talking about Past duration 0.998009 too large= 718546kB time=01:33:23.23 bitrate=1050.5kbits/s dup=0 drop=7 Past duration 0.994011 too large Past duration 0.990

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-31 Thread MrNice
On 30/10/15 17:09, MrNice wrote: > > On 29/10/15 20:09, Andy Furniss wrote: >> Carl Eugen Hoyos wrote: >>> MrNice iol.ie> writes: >>> When I capture some video with the CL ./ffmpeg -debug 1 -f v4l2 -ts mono2abs -channel 1 -video_size 720x576 -pix_fmt yuyv422 -thread_queue_size 512