Re: [FFmpeg-user] Compressed file is larger than original...

2021-06-25 Thread Dave Stevens
On Friday 25/06/2021 at 2:45 pm, Cqr wrote: On 25 Jun 2021, at 21:51, Dave Stevens wrote:  I see there's more discussion but apart from the specifics of this instance it's a general rule that there will always be files that get larger for a compression attempt. If this were not so

Re: [FFmpeg-user] Compressed file is larger than original...

2021-06-25 Thread Dave Stevens
I see there's more discussion but apart from the specifics of this instance it's a general rule that there will always be files that get larger for a compression attempt. If this were not so one could repeatedly compress a file to any arbitrary degree. Dave On Friday 25/06/2021 at 1:12

Re: [FFmpeg-user] META: Courtesy and code of conduct

2020-12-01 Thread Dave Stevens
On Tue, 1 Dec 2020 12:00:31 -0800 John Moose wrote: > Hey Chris, > > I wonder, can he be removed from the mailing list for failing to > adhere to the Code of Conduct and Rules? > > He wasn’t helpful at all and like you said, I’m here asking questions > because that’s the purpose of this

Re: [FFmpeg-user] should I shoot the dog?

2020-09-29 Thread Dave Stevens
On Tue, 29 Sep 2020 10:48:42 -0400 "Mark Filipak (ffmpeg)" wrote: > Hi Devin. Thanks much! > > Your response came in while I was composing my previous message. I > see (below) that performance is a Because it reverses the normal order of reading! Why not top post?

Re: [FFmpeg-user] newbie in trouble [SOLVED]

2020-09-06 Thread Dave Stevens
On Tue, 9 Jun 2020 00:06:08 +0100 Kieran O Leary wrote: > Hi, > > How about: > ffmpeg -framerate 30 -start_number 2 -i > /home/dave/Documents/Smokecam/2days\ > ofoutdoorcapturesDecember112016/smokey%04d.jpg -c:v libx264 -pix_fmt > yuv420p out.mp4 > > I don't think you need to use -r or John's

Re: [FFmpeg-user] newbie in trouble

2020-06-08 Thread Dave Stevens
On Tue, 9 Jun 2020 00:06:08 +0100 Kieran O Leary wrote: > Hi, > > How about: > ffmpeg -framerate 30 -start_number 2 -i > /home/dave/Documents/Smokecam/2days\ > ofoutdoorcapturesDecember112016/smokey%04d.jpg -c:v libx264 -pix_fmt > yuv420p out.mp4 > > I don't think you need to use -r or John's

[FFmpeg-user] newbie in trouble

2020-06-08 Thread Dave Stevens
I have ~3k images of about 2.3 megs each, all jpgs. I want to make a video using them. I very seldom use ffmpeg so I always forget the settings. I found a command line on stackexchange that seemed as if it would do the job. Output is below. I perhaps naively thought that 3k input frames would

Re: [FFmpeg-user] why is ffmpeg trying to overwrite an input file?

2019-10-19 Thread Dave Stevens
On Sun, 20 Oct 2019 00:56:47 +0200 Carl Eugen Hoyos wrote: > > Am 19.10.2019 um 22:43 schrieb Dave Stevens : > > > > I have about 100 png files that are named with their creation date > > like this: '2019-10-18-204759_1366x768_scrot.png' . The collating

[FFmpeg-user] why is ffmpeg trying to overwrite an input file?

2019-10-19 Thread Dave Stevens
I have about 100 png files that are named with their creation date like this: '2019-10-18-204759_1366x768_scrot.png' . The collating sequence is the same as their chronological sequence. I found what seemed to be a reasonable suggestion to use: ffmpeg -framerate 24 -i *.png output.mp4 to make a

Re: [FFmpeg-user] unsubscribe

2019-04-11 Thread Dave Stevens
On Thu, 11 Apr 2019 16:51:27 +0200 Mustafa Al Ani wrote: > I can't really understand your problem *Reindl Harald*, why do you > respond to people like this? In email discussion lists, online forums, and Usenet newsgroups, a troll is not a grumpy monster that lives beneath a bridge accosting

Re: [FFmpeg-user] Top posting?

2018-07-25 Thread Dave Stevens
On Wed, 25 Jul 2018 08:36:49 -0700 Carl Zwanzig wrote: > Not sure what I should have done differently In my mail program, Claws, and in Thunderbird, it is easy to just highlight the part of the mail you want to reply to then push the reply button. This draws attention to the point you want to

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

2016-07-12 Thread Dave Stevens
On Tue, 12 Jul 2016 21:17:06 + Isaac Asimov wrote: > Try "gnome subtitles" open source software. > > > From: belca...@zonnet.nl > > Date: Fri, 1 Jul 2016 20:49:26 +0200 stars above it's Asimov ;-) -- Reporter to Mahatma Ghandi after his tour of east London "What

Re: [FFmpeg-user] commonplace newbie question

2016-07-06 Thread Dave Stevens
On Wed, 6 Jul 2016 07:44:52 + (UTC) Carl Eugen Hoyos <ceho...@ag.or.at> wrote: > Dave Stevens uniserve.com> writes: > > > ffmpeg -i ./onemountainhour%04d.jpg -vcodec mpeg4 -framerate 30 > > out.mp4 > > You are neither specifying a bitrate nor constan

Re: [FFmpeg-user] commonplace newbie question

2016-07-05 Thread Dave Stevens
On Sat, 2 Jul 2016 07:39:53 + (UTC) Carl Eugen Hoyos <ceho...@ag.or.at> wrote: > Dave Stevens uniserve.com> writes: > > > The images are 5 megapixel jpegs and the output is 30fps > > mp4. A thousand frames takes about an hour > > There sho

[FFmpeg-user] commonplace newbie question

2016-07-01 Thread Dave Stevens
I have a sequence of still that I make into a movie using ffmpeg. I'd like to use the GPU to speed the conversion but don't know if I can or how to do so. The images are 5 megapixel jpegs and the output is 30fps mp4. A thousand frames takes about an hour using my old Opteron 2210. In the