Re: [FFmpeg-user] Invalid riff index > 256 errors

2019-02-28 Thread Carl Eugen Hoyos
> Am 01.03.2019 um 08:08 schrieb Morgan Carr Markell : > > On Fri, Mar 1, 2019 at 12:22 AM Morgan Carr Markell > wrote: > >> Ok. I'll work on copying the beginning and end of the output. What is >> "top-posting"? >> > > Thanks for explaining, and I apologize for not googling it. So the

Re: [FFmpeg-user] Invalid riff index > 256 errors

2019-02-28 Thread Morgan Carr Markell
On Fri, Mar 1, 2019 at 12:22 AM Morgan Carr Markell wrote: > Ok. I'll work on copying the beginning and end of the output. What is > "top-posting"? > Thanks for explaining, and I apologize for not googling it. So the command was: ffmpeg -i MAH00344.MP4 -an -vcodec rawvideo -y MAH00344.avi And

Re: [FFmpeg-user] Invalid riff index > 256 errors

2019-02-28 Thread Morgan Carr Markell
Ok. I'll work on copying the beginning and end of the output. What is "top-posting"? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email

Re: [FFmpeg-user] ffmpeg whole directory file conversion question

2019-02-28 Thread Carl Zwanzig
On 2/28/2019 5:12 PM, Ashley Smiley wrote: If I use the code you sent: for f in *.mp4; do ffmpeg -i "$f" "$f_%03d.png"; done what I get is: 001.png 002.png Try this-- for f in *.mp4; do ffmpeg -i "$f" "${f}_%03d.png"; done (assuming bash shell) without the {}, the second $f disappears

Re: [FFmpeg-user] Invalid riff index > 256 errors

2019-02-28 Thread Carl Zwanzig
On 2/28/2019 4:25 PM, Morgan Carr Markell wrote: You really want the whole console output? It is thousands of lines long. At least the first few hundred so we can see the ffmpeg banner, stream info, and some of the errors (this is all important). If you're using a version of ffmpeg more

Re: [FFmpeg-user] ffmpeg whole directory file conversion question

2019-02-28 Thread Ashley Smiley
Dear DL, please see my previous message about what I am trying to accomplish with my code. The code you sent, that is, for f in *.mp4; do ffmpeg -i "$f" "$f_%03d.png"; done works but is not what I want to accomplish. This line converts all the videos to images, yes, but without restarting the

Re: [FFmpeg-user] Invalid riff index > 256 errors

2019-02-28 Thread Morgan Carr Markell
The full command was: ffmpeg -i MAH00354.MP4 -an -vcodec rawvideo -y MAH00354.avi On Thu, Feb 28, 2019 at 6:25 PM Morgan Carr Markell wrote: > You really want the whole console output? It is thousands of lines long. > > On Thu, Feb 28, 2019 at 5:18 PM Carl Eugen Hoyos > wrote: > >> >> >> >> >>

Re: [FFmpeg-user] Invalid riff index > 256 errors

2019-02-28 Thread Morgan Carr Markell
You really want the whole console output? It is thousands of lines long. On Thu, Feb 28, 2019 at 5:18 PM Carl Eugen Hoyos wrote: > > > > > > Am 28.02.2019 um 23:34 schrieb Morgan Carr Markell : > > > > When I convert large .MP4 video files (~3 hours long) > > to .avi files, using this code: > >

Re: [FFmpeg-user] Invalid riff index > 256 errors

2019-02-28 Thread Carl Eugen Hoyos
> Am 28.02.2019 um 23:34 schrieb Morgan Carr Markell : > > When I convert large .MP4 video files (~3 hours long) > to .avi files, using this code: > > ffmpeg -i input.MP4 -an -vcodec rawvideo -y output.avi Please provide the commmand line you tested together with the complete, uncut

[FFmpeg-user] Invalid riff index > 256 errors

2019-02-28 Thread Morgan Carr Markell
When I convert large .MP4 video files (~3 hours long) to .avi files, using this code: ffmpeg -i input.MP4 -an -vcodec rawvideo -y output.avi I get these error messages about once every 30 seconds of video conversion: [avi at 0x19ff940] Invalid riff index 257 > 256 and they begin somewhere

Re: [FFmpeg-user] Ffplay Option pixel_format not found

2019-02-28 Thread kgbook kgbook
Hi Moritz, I run ffplay on macOS, 4.1.1 version. Log: > kang:~ kang$ ffplay rtsp://a:a@10.10.1.145/stream ffplay version 4.1.1 Copyright (c) 2003-2019 the FFmpeg developers built with Apple LLVM version 10.0.0 (clang-1000.11.45.5) configuration:

Re: [FFmpeg-user] Ffplay Option pixel_format not found

2019-02-28 Thread Moritz Barsnick
On Thu, Feb 28, 2019 at 20:58:01 +0800, kgbook kgbook wrote: > I play RTSP stream with ffplay, then complain that > > [swscaler @ 0x7f94a834e400] deprecated pixel format used, make sure you did > > set range correctly To understand the circumstances, we need to see the *complete* console

Re: [FFmpeg-user] Growing file processing

2019-02-28 Thread Moritz Barsnick
On Thu, Feb 28, 2019 at 15:00:31 +0100, g.cem...@woody-technologies.com wrote: > To summarize : > ffmpeg -i input.mxf growing.mkv > tail -c +1 -F growing.mkv ffmpeg -i - -c copy output.mkv > works like a charm. > You have to stop the 2nd instance to close the target file. Cool! Thanks for the

[FFmpeg-user] Growing file processing

2019-02-28 Thread g . cemeli
Le 26.02.2019 17:59, Carl Zwanzig a écrit : On 2/26/2019 8:51 AM, g.cem...@woody-technologies.com wrote: Thanks, very good idea, but I'm under Windows and can't find a tail tool with the  -c +1 -F options ... Somebody has another idea ? Maybe not the best of solutions, but msys2 has a 'tail'

Re: [FFmpeg-user] SEI type 5 size truncated at

2019-02-28 Thread ABDALLAH Moussa
Up Envoyé de mon iPhone > Le 27 févr. 2019 à 11:08, ABDALLAH Moussa a > écrit : > > After different test avd with your help I finally success to record the > stream video h264 to a file mkv. But I see different error message during the > process, what do these mean please ( the message SEI

[FFmpeg-user] Ffplay Option pixel_format not found

2019-02-28 Thread kgbook kgbook
Hi all, I play RTSP stream with ffplay, then complain that > [swscaler @ 0x7f94a834e400] deprecated pixel format used, make sure you did > set range correctly After that, I try with the command `ffplay rtsp://a:a@10.10.1.142/stream -pix_fmt yuvj422p`, error log: > Option -pix_fmt is

Re: [FFmpeg-user] ffmpeg whole directory file conversion question

2019-02-28 Thread DopeLabs
use the variable for the filename in the output filename for f in *.mp4; do ffmpeg -i "$f" "$f_%03d.png"; done cheers =] DL > On Feb 27, 2019, at 6:04 52PM, Ashley Smiley > wrote: > > Hello, > > I am writing to ask advice about how to augment my ffmpeg command line. I > am working