[FFmpeg-user] ffmpeg throwing “Non-monotonous DTS in output stream”

2018-09-30 Thread Charles Winthrop
So I'm trying to concatenate 5 video files. I'm running Linux, and the command line looks like this: ffmpeg -f concat -safe 0 -i blist.txt -c copy output.mp4 blist.txt contains this: file '00 - Test Pattern.mp4' file '01 - In Memoriam.mp4' file 'Feature Presentation 01.mp4'

Re: [FFmpeg-user] top posting issue

2016-02-04 Thread Charles Winthrop
Honestly it is a non-issue. I thought I was signing up for a technical discussion and support list, not a posting etiquette discussion list. Apparently ffmpeg has no such thing. On February 4, 2016 10:50:43 AM EST, Jason C wrote: >On Feb 4, 2016 4:46 AM, "Roman" wrote: >> >> Hi, >> >> >> I'v

Re: [FFmpeg-user] top posting issue

2016-02-04 Thread Charles Winthrop
I work with open source software daily. And I have NEVER seen more in-fighting going on with a single piece of it until ffmpeg. Not just this list. I've tried forums, live chats, and even stackexchange. Nobody dealing with ffmpeg, these so-called "experts" ever answer any questions, they just b

Re: [FFmpeg-user] top posting issue

2016-02-04 Thread Charles Winthrop
Well, this has decided me. Dump ffmpeg and find an actual solution. Everyone her would rather whine about writing style than actually solve a problem. Really professsional, folks! On 2/4/2016 8:09 AM, Phil Rhodes wrote: I think the fact that this is by far the most hotly-debated topic in a lo

Re: [FFmpeg-user] ffmpeg to ffserver issues

2016-01-31 Thread Charles Winthrop
Yes, it is indeed. On 1/31/2016 8:46 AM, Carl Eugen Hoyos wrote: Charles Winthrop nts-show.com> writes: /usr/local/ntsvideo/ffmpeg/bin/ffmpeg -f concat -i dailylist.txt -c copy http://localhost:8090/feed1.ffm ffmpeg version 2.8.5 Copyright (c) 2000-2016 the FFmpeg developers Assertion

Re: [FFmpeg-user] ffprobe for mp3: "Invalid data found when processing input"

2016-01-29 Thread Charles Winthrop
As I said, it's not the first screwy thing I've seen it do. Example: A video file streams flawlessly from ffmpeg, but when put into a list, crashes every time. And yet, nobody can explain why. On 1/29/2016 12:31 PM, James Mead wrote: On 29 January 2016 at 18:26, Charles Winth

Re: [FFmpeg-user] ffprobe for mp3: "Invalid data found when processing input"

2016-01-29 Thread Charles Winthrop
"The file has an ID3 tag including an artwork PNG image of ~1MB." But when you crop said image, the error goes away. Therefore, ffprobe "thinks" there's a limit. On 1/29/2016 12:24 PM, James Mead wrote: On 29 January 2016 at 18:19, Charles Winthrop wrote: I'm

Re: [FFmpeg-user] ffprobe for mp3: "Invalid data found when processing input"

2016-01-29 Thread Charles Winthrop
I'm no expert but it sounds to me that your cropping of the image is bringing it below what ffprobe "thinks" is the 1MB limit. Not the first screwy thing I've seen this software do. On 1/29/2016 11:51 AM, James Mead wrote: When I run ffprobe against this mp3 file [1], I see the following error

[FFmpeg-user] ffmpeg to ffserver issues

2016-01-27 Thread Charles Winthrop
So here's the deal. I'm running into multiple errors between ffmpeg and ffserver. The videos are in great shape, far as I can tell, and they stream fine, individually. But when I use a list, well, things get weird. Running ffserver: /usr/local/ntsvideo/ffmpeg/bin/ffserver -f asfffserver.conf