Re: [FFmpeg-user] How to output the MPEG-4 streaming to file?

2016-10-25 Thread Yuki
Reuben Martin wrote > That’s hardly the same command, as it does not even output the same error. > > At least give some people the satisfaction that you’ve at least tried to > search. Cargo-cult copy-and-paste shows more effort than this. > > ffmpeg -i udp://@239.203.59.225:50100 -c:v copy -c:a

Re: [FFmpeg-user] [FFmpeg-devel] Vibrating and shocking of video's frame

2016-10-25 Thread Lou
On Tue, Oct 25, 2016, at 06:36 PM, Sven C. Dack wrote: > A couple of things... "libav" and "ffmpeg" are not the same project. So > please don't send e-mails to "libav-u...@ffmpeg.org" but to > "ffmpeg-user@ffmpeg.org". Further please note "ffmpeg-de...@ffmpeg.org" > is for the development of ffmpe

Re: [FFmpeg-user] Set keyframe interval raw video

2016-10-25 Thread Anatol
On Thu, Oct 20, 2016 at 12:13 PM, Carl Eugen Hoyos wrote: > 2016-10-20 10:38 GMT+02:00 Gabor Alsecz : > > Dear All, > > > > Would like to know what is the best way/parameter to force key frame > > interval. I would need 2*FPS > > I'm feeding FFmpeg's stdout with raw images at fps 25. > > > So far

Re: [FFmpeg-user] How to output the MPEG-4 streaming to file?

2016-10-25 Thread Reuben Martin
On Wednesday, October 26, 2016 9:51:45 AM CDT Yuki Nakamura wrote: > 2016-10-25 17:35 GMT+09:00 Carl Eugen Hoyos : > > 2016-10-25 5:58 GMT+02:00 Yuki : > > > I want to output the MPEG-4 streaming to file. > > > > > > When try to output the MP4 stream to a file, "Invalid data > > > found when proce

Re: [FFmpeg-user] [FFmpeg-devel] Vibrating and shocking of video's frame

2016-10-25 Thread Sven C. Dack
On 26/10/16 02:30, chengmo wrote: Hi All: Do someone encountered this situation like the attach showed ? If so ,could you give some tips about it ? What's the problem could it be ? A couple of things... "libav" and "ffmpeg" are not the same project. So please

Re: [FFmpeg-user] How to output the MPEG-4 streaming to file?

2016-10-25 Thread Yuki Nakamura
2016-10-25 17:35 GMT+09:00 Carl Eugen Hoyos : > 2016-10-25 5:58 GMT+02:00 Yuki : > > > I want to output the MPEG-4 streaming to file. > > > > When try to output the MP4 stream to a file, "Invalid data > > found when processing input" will occur. > > Please (test current FFmpeg git head) provide yo

Re: [FFmpeg-user] How to output the MPEG-4 streaming to file?

2016-10-25 Thread Yuki
> Please (test current FFmpeg git head) provide your command > line including the complete, uncut console output. Provide command line. [centos@localhost Desktop]$ ffmpeg udp://@239.203.59.225:50100 ffmpeg version git-2016-10-25-c117343 Copyright (c) 2000-2016 the FFmpeg developers built with g

Re: [FFmpeg-user] Writing EXIF metadata

2016-10-25 Thread Erik Dobberkau
Am Dienstag, 25. Oktober 2016 schrieb Robert Krüger : > Hi, > > is it possible to add EXIF metadata like title or description to a JPG or > PNG image using ffmpeg on the command line (or via api but that's probably > for the other list)? > Hi Robert, if not, maybe exiftool is a viable alternativ

[FFmpeg-user] Writing EXIF metadata

2016-10-25 Thread Robert Krüger
Hi, is it possible to add EXIF metadata like title or description to a JPG or PNG image using ffmpeg on the command line (or via api but that's probably for the other list)? I did not find anything regarding that in the docs. Thanks in advance, Robert ___

Re: [FFmpeg-user] How to output the MPEG-4 streaming to file?

2016-10-25 Thread Carl Eugen Hoyos
2016-10-25 5:58 GMT+02:00 Yuki : > I want to output the MPEG-4 streaming to file. > > When try to output the MP4 stream to a file, "Invalid data > found when processing input" will occur. Please (test current FFmpeg git head) provide your command line including the complete, uncut console output.