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 ffmpeg only and you should communicate with
> ffmpeg-user@ffmpeg.org for all user and usage related questions.

Your reply is confusing. I will attempt to clarify:

libav-u...@ffmpeg.org is the mailing list for user questions involving
the FFmpeg libraries.

ffmpeg-user@ffmpeg.org is the mailing list for user questions involving
the FFmpeg command-line interface tools.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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 i have the following command:
>
> > ffmpeg -y -loglevel info  -f lavfi -i aevalsrc=0  -f rawvideo  -pix_fmt
> > rgb24 -video_size 1280x720 -framerate=25 -i "-"  -f flv -acodec aac
> -vcodec
>
> I don't think this is supposed to work.
>
> > h264_nvenc  -profile:v high -vf "fps=25,format=yuv420p" -minrate 3000k
>
> Careful with the fps filter: If input fps == output fps, don't use it to be
> on the safe side.
>
> > -maxrate 3000k -bufsize 6000k output.mp4
>
> -g should set the keyframe interval.
>
> Carl Eugen
>

Carl,
Why we should be careful with the fps filter?
What's wrong with it?

Anatol
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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 processing input" will occur.
> > 
> > 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

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 copy -f mpegts 
stream_dump.ts

Also, MPEG4 Part-2 is a codec, not a format.

ffmpeg -codecs | grep 'MPEG-4 part 2'

-Reuben
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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 
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 ffmpeg 
only and you should communicate with ffmpeg-user@ffmpeg.org for all user and 
usage related questions.


Now you say you've attached something. Well, your e-mail didn't come with 
anything. Could you please send a new e-mail to "ffmpeg-user@ffmpeg.org" and 
with a complete command line of what you were trying to do, possibly some 
samples and a clean description of what you are trying to do?


And please try to avoid asking what has already been answered through the 
documentation, the examples and the various guides at 
https://ffmpeg.org/documentation.html


Thank you.

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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 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 gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-4)
  configuration: --prefix=/usr/local/ffmpeg_build
--extra-cflags=-I/usr/local/ffmpeg_build/include
--extra-ldflags=-L/usr/local/ffmpeg_build/lib
--bindir=/usr/local/ffmpeg_build/bin --pkg-config-flags=--static
--enable-gpl --enable-nonfree --enable-libfreetype --enable-libx264
--enable-libx265 --enable-libfdk-aac --enable-libmp3lame --enable-libopus
--enable-libvorbis --enable-libtheora --enable-libvpx --enable-libass
  libavutil  55. 33.100 / 55. 33.100
  libavcodec 57. 63.103 / 57. 63.103
  libavformat57. 55.100 / 57. 55.100
  libavdevice57.  0.103 / 57.  0.103
  libavfilter 6. 64.100 /  6. 64.100
  libswscale  4.  1.100 /  4.  1.100
  libswresample   2.  2.100 /  2.  2.100
  libpostproc54.  0.100 / 54.  0.100
[NULL @ 0x36681a0] Unable to find a suitable output format for 'udp://@
239.203.59.225:50100'
udp://@239.203.59.225:50100: Invalid argument


I executed 'ffmpeg -formats', it does not include MPEG-4 Part 2 demuxing
supported.
This is wrong?

File formats:
 D. = Demuxing supported
 .E = Muxing supported
 --
 D  3dostr  3DO STR
  E 3g2 3GP2 (3GPP2 file format)
  E 3gp 3GP (3GPP file format)
 D  4xm 4X Technologies
  E a64 a64 - video for Commodore 64
 D  aa  Audible AA format files
 D  aac raw ADTS AAC (Advanced Audio Coding)
 DE ac3 raw AC-3
 D  acm Interplay ACM
 D  act ACT Voice file format
 D  adf Artworx Data Format
 D  adp ADP
 D  ads Sony PS2 ADS
  E adtsADTS AAC (Advanced Audio Coding)
 DE adx CRI ADX
 D  aea MD STUDIO audio
 D  afc AFC
 DE aiffAudio IFF
 D  aix CRI AIX
 DE alawPCM A-law
 D  alias_pix   Alias/Wavefront PIX image
 DE amr 3GPP AMR
 D  anm Deluxe Paint Animation
 D  apc CRYO APC
 D  ape Monkey's Audio
 DE apngAnimated Portable Network Graphics
 D  aqtitle AQTitle subtitles
 DE asf ASF (Advanced / Active Streaming Format)
 D  asf_o   ASF (Advanced / Active Streaming Format)
  E asf_stream  ASF (Advanced / Active Streaming Format)
 DE ass SSA (SubStation Alpha) subtitle
 DE ast AST (Audio Stream)
 DE au  Sun AU
 DE avi AVI (Audio Video Interleaved)
  E avm2SWF (ShockWave Flash) (AVM2)
 D  avr AVR (Audio Visual Research)
 D  avs AVS
 D  bethsoftvid Bethesda Softworks VID
 D  bfi Brute Force & Ignorance
 D  bfstm   BFSTM (Binary Cafe Stream)
 D  bin Binary text
 D  binkBink
 DE bit G.729 BIT file format
 D  bmp_pipepiped bmp sequence
 D  bmv Discworld II BMV
 D  boa Black Ops Audio
 D  brender_pix BRender PIX image
 D  brstm   BRSTM (Binary Revolution Stream)
 D  c93 Interplay C93
 DE caf Apple CAF (Core Audio Format)
 DE cavsvideo   raw Chinese AVS (Audio Video Standard) video
 D  cdg CD Graphics
 D  cdxlCommodore CDXL video
 D  cinePhantom Cine
 D  concat  Virtual concatenation script
  E crc CRC testing
  E dashDASH Muxer
 DE dataraw data
 DE daudD-Cinema audio
 D  dcstr   Sega DC STR
 D  dds_pipepiped dds sequence
 D  dfa Chronomaster DFA
 DE dirac   raw Dirac
 DE dnxhd   raw DNxHD (SMPTE VC-3)
 D  dpx_pipepiped dpx sequence
 D  dsf DSD Stream File (DSF)
 D  dsicin  Delphine Software International CIN
 D  dss Digital Speech Standard (DSS)
 DE dts raw DTS
 D  dtshd   raw DTS-HD
 DE dv  DV (Digital Video)
 D  dv1394  DV1394 A/V grab
 D  dvbsub  raw dvbsub
 D  dvbtxt  dvbtxt
  E dvd MPEG-2 PS (DVD VOB)
 D  dxa DXA
 D  ea  Electronic Arts Multimedia
 D  ea_cdataElectronic Arts cdata
 DE eac3raw E-AC-3
 D  epafEnsoniq Paris Audio File
 D  exr_pipepiped exr sequence
 DE f32be   PCM 32-bit floating-point big-endian
 DE f32le   PCM 32-bit floating-point little-endian
  E f4v 

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 gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-4)
  configuration: --prefix=/usr/local/ffmpeg_build
--extra-cflags=-I/usr/local/ffmpeg_build/include
--extra-ldflags=-L/usr/local/ffmpeg_build/lib
--bindir=/usr/local/ffmpeg_build/bin --pkg-config-flags=--static
--enable-gpl --enable-nonfree --enable-libfreetype --enable-libx264
--enable-libx265 --enable-libfdk-aac --enable-libmp3lame --enable-libopus
--enable-libvorbis --enable-libtheora --enable-libvpx --enable-libass
  libavutil  55. 33.100 / 55. 33.100
  libavcodec 57. 63.103 / 57. 63.103
  libavformat57. 55.100 / 57. 55.100
  libavdevice57.  0.103 / 57.  0.103
  libavfilter 6. 64.100 /  6. 64.100
  libswscale  4.  1.100 /  4.  1.100
  libswresample   2.  2.100 /  2.  2.100
  libpostproc54.  0.100 / 54.  0.100
[NULL @ 0x36681a0] Unable to find a suitable output format for
'udp://@239.203.59.225:50100'
udp://@239.203.59.225:50100: Invalid argument


I executed 'ffmpeg -formats', it does not include MPEG-4 Part 2 demuxing
supported.
This is wrong?

File formats:
 D. = Demuxing supported
 .E = Muxing supported
 --
 D  3dostr  3DO STR
  E 3g2 3GP2 (3GPP2 file format)
  E 3gp 3GP (3GPP file format)
 D  4xm 4X Technologies
  E a64 a64 - video for Commodore 64
 D  aa  Audible AA format files
 D  aac raw ADTS AAC (Advanced Audio Coding)
 DE ac3 raw AC-3
 D  acm Interplay ACM
 D  act ACT Voice file format
 D  adf Artworx Data Format
 D  adp ADP
 D  ads Sony PS2 ADS
  E adtsADTS AAC (Advanced Audio Coding)
 DE adx CRI ADX
 D  aea MD STUDIO audio
 D  afc AFC
 DE aiffAudio IFF
 D  aix CRI AIX
 DE alawPCM A-law
 D  alias_pix   Alias/Wavefront PIX image
 DE amr 3GPP AMR
 D  anm Deluxe Paint Animation
 D  apc CRYO APC
 D  ape Monkey's Audio
 DE apngAnimated Portable Network Graphics
 D  aqtitle AQTitle subtitles
 DE asf ASF (Advanced / Active Streaming Format)
 D  asf_o   ASF (Advanced / Active Streaming Format)
  E asf_stream  ASF (Advanced / Active Streaming Format)
 DE ass SSA (SubStation Alpha) subtitle
 DE ast AST (Audio Stream)
 DE au  Sun AU
 DE avi AVI (Audio Video Interleaved)
  E avm2SWF (ShockWave Flash) (AVM2)
 D  avr AVR (Audio Visual Research)
 D  avs AVS
 D  bethsoftvid Bethesda Softworks VID
 D  bfi Brute Force & Ignorance
 D  bfstm   BFSTM (Binary Cafe Stream)
 D  bin Binary text
 D  binkBink
 DE bit G.729 BIT file format
 D  bmp_pipepiped bmp sequence
 D  bmv Discworld II BMV
 D  boa Black Ops Audio
 D  brender_pix BRender PIX image
 D  brstm   BRSTM (Binary Revolution Stream)
 D  c93 Interplay C93
 DE caf Apple CAF (Core Audio Format)
 DE cavsvideo   raw Chinese AVS (Audio Video Standard) video
 D  cdg CD Graphics
 D  cdxlCommodore CDXL video
 D  cinePhantom Cine
 D  concat  Virtual concatenation script
  E crc CRC testing
  E dashDASH Muxer
 DE dataraw data
 DE daudD-Cinema audio
 D  dcstr   Sega DC STR
 D  dds_pipepiped dds sequence
 D  dfa Chronomaster DFA
 DE dirac   raw Dirac
 DE dnxhd   raw DNxHD (SMPTE VC-3)
 D  dpx_pipepiped dpx sequence
 D  dsf DSD Stream File (DSF)
 D  dsicin  Delphine Software International CIN
 D  dss Digital Speech Standard (DSS)
 DE dts raw DTS
 D  dtshd   raw DTS-HD
 DE dv  DV (Digital Video)
 D  dv1394  DV1394 A/V grab
 D  dvbsub  raw dvbsub
 D  dvbtxt  dvbtxt
  E dvd MPEG-2 PS (DVD VOB)
 D  dxa DXA
 D  ea  Electronic Arts Multimedia
 D  ea_cdataElectronic Arts cdata
 DE eac3raw E-AC-3
 D  epafEnsoniq Paris Audio File
 D  exr_pipepiped exr sequence
 DE f32be   PCM 32-bit floating-point big-endian
 DE f32le   PCM 32-bit floating-point little-endian
  E f4v F4V Adobe Flash Video
 DE f64be   PCM 64-bit floating-point big-endian
 DE f64le   PCM 64-bit floating-point little-endian
 DE fbdev   Linux framebuffer
 DE ffm FFM (FFserver live feed)
 DE ffmetadata  FFmpeg metadata in text
  E fifo

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 alternative...

Erik
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[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
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".