Re: [FFmpeg-user] How to add zoom in effect to a video?

2015-02-09 Thread Carl Eugen Hoyos
Alfredo Aiello stuzzo at gmail.com writes: ffmpeg -i small.mp4 -vf zoompan=z='min(zoom+0.0015,1.5)':d=125:s=640x360 Does it make a difference if you insert the scale filter? -vf scale=640x360,zoompan=z='min(zoom+0.0015,1.5)':d=125:s=640x360 Carl Eugen

Re: [FFmpeg-user] what's the best hardware build out?

2015-02-09 Thread jd1008
What about an AMD Octacore cpu optioned with highest amount of caches and highest clock speed available, and of course full complement of RAM that the mobo can handle? If you still want intel, then choose Intel Core i7-4790K @ 4.00GHz

Re: [FFmpeg-user] Frame rates and video accelerated

2015-02-09 Thread Werner Robitza
On Sat, Feb 7, 2015 at 6:05 PM, Cristiano Chieppa cristiano.chie...@gmail.com wrote: I save the raw frames (NALs) in a file (some frames grabbed from a camera) and I invoke the ffmpeg from the sw - like a batch program - to encode the raw H264 in MP4. The conversion works well. Out of

[FFmpeg-user] what's the best hardware build out?

2015-02-09 Thread jarhead4067
I'm a long-time developer/noob to FFMpeg, so bear with me. I've got a requirement for a system to split video files into thumbnails (1 thumbnail per second of video). The input video format will be all over the place (i.e. .mp4, .flv, etc), video length all over the place (30 seconds to 2

[FFmpeg-user] Regarding ffserver bitrate from the stats file stat.html

2015-02-09 Thread Tilak Varisetty
Hi users, I am wondering about the ffserver stats on stat.html page. There are two fields; Bit rate and Video kbits/s and I can see my video stream bit rate specified from ffmpeg in the field Video, but I see a low value of 128 kbits/s in the Bit rate field. The two fields are contradictory and

Re: [FFmpeg-user] Frame rates and video accelerated

2015-02-09 Thread Carl Eugen Hoyos
Werner Robitza werner.robitza at gmail.com writes: On Mon, Feb 9, 2015 at 9:10 PM, chieppa at elmaxsrl.it wrote: I'm pretty sure that the raw H264 hasn't the timestamps. The NAL units themselves, no, but AFAIK the SPS can indicate the time base according to the VUI information in Annex

Re: [FFmpeg-user] Add black on both side with 1024x576

2015-02-09 Thread Werner Robitza
On Mon, Feb 9, 2015 at 3:32 PM, thibault75 thiba...@capitalvision.fr wrote: I've got some video in 4/3 and other one in 16/9. I want to transcode this video to 1024x576 which is 16/9 ratio. If it's a 4/3 i want black to be add on each side of the video and if it's a 16/9 i just want video to

Re: [FFmpeg-user] Frame rates and video accelerated

2015-02-09 Thread Werner Robitza
On Mon, Feb 9, 2015 at 9:10 PM, chie...@elmaxsrl.it wrote: I'm pretty sure that the raw H264 hasn't the timestamps. The NAL units themselves, no, but AFAIK the SPS can indicate the time base according to the VUI information in Annex E of H.264. So you have to make sure that this is present

[FFmpeg-user] Răspuns: Răspuns: Cannot install ffmpeg Solaris

2015-02-09 Thread Dustinta Cristian
My e-mail client  didn't worked very well, and i could not attach items. Now works fine and i attached in.h file. Also i added --enable-shared parameter to configuration scrip and i got an error:  ld: fatal: relocations remain against allocatable but non-writable sectionscollect2: ld returned 1

Re: [FFmpeg-user] Wrong aspect ratio correction

2015-02-09 Thread Kimio Miyamura
2015/02/09 21:50, Carl Eugen Hoyos cehoyos at ag.or.at wrote: Kimio Miyamura xanadu at apost.plala.or.jp writes: configuration: Some comments regarding your configuration: The following are the default (and have no effect), you can remove them: --enable-postproc --enable-filters

Re: [FFmpeg-user] Wrong aspect ratio correction

2015-02-09 Thread Kimio Miyamura
2015/02/09 22:01, Kimio Miyamura xan...@apost.plala.or.jp wrote: If I add scale filter after crop filter i.e. -vf crop=650:480:103:0, scale=856:480, I get 4:3 aspect ratio video. It's not correct. Not 4:3 video. Just same as black band removed video... Best Regards, // Miya

Re: [FFmpeg-user] Wrong aspect ratio correction

2015-02-09 Thread Kimio Miyamura
2015/02/09 23:53, Carl Eugen Hoyos cehoyos at ag.or.at wrote: Carl Eugen Hoyos cehoyos at ag.or.at writes: Why did you have to disable the following options? --disable-indev=qtkit --disable-indev=x11grab_xcb --disable-outdev=sdl Allow me to clarify: There is nothing wrong with these

Re: [FFmpeg-user] what's the best hardware build out?

2015-02-09 Thread jd1008
PS: The AMD Octacore I was thinking of is http://www.cpu-world.com/CPUs/Bulldozer/AMD-FX-Series%20FX-9370.html#specs On 02/09/2015 12:13 PM, jd1008 wrote: What about an AMD Octacore cpu optioned with highest amount of caches and highest clock speed available, and of course full complement of

Re: [FFmpeg-user] what's the best hardware build out?

2015-02-09 Thread jd1008
Also, see http://versus.com/en/amd-fx-9370-vs-intel-core-i7-4790k On 02/09/2015 12:21 PM, jd1008 wrote: PS: The AMD Octacore I was thinking of is http://www.cpu-world.com/CPUs/Bulldozer/AMD-FX-Series%20FX-9370.html#specs On 02/09/2015 12:13 PM, jd1008 wrote: What about an AMD Octacore cpu

Re: [FFmpeg-user] Cannot install ffmpeg Solaris

2015-02-09 Thread Carl Eugen Hoyos
Dustinta Cristian dst_cristi_16-at-yahoo.ro at ffmpeg.org writes: Also i added --enable-shared parameter to configuration scrip and i got an error:  If you get a linking error when compiling FFmpeg and you request help on this mailing list, please run make V=1 ffmpeg twice and post the

Re: [FFmpeg-user] Cannot install ffmpeg Solaris

2015-02-09 Thread Carl Eugen Hoyos
Dustinta Cristian dst_cristi_16-at-yahoo.ro at ffmpeg.org writes: i attached in.h file. Thank you! Could you test a change to configure for me to fix the udp-related bug? If you change LABELED_BRAND_NAME in line 4286 into SOLARIS_BRAND_NAME, does it fix the udp compilation error, ie with

Re: [FFmpeg-user] Wrong aspect ratio correction

2015-02-09 Thread Carl Eugen Hoyos
Kimio Miyamura xanadu at apost.plala.or.jp writes: I have some wrong aspect rationed video which size is 856x480 pixel and 103 pixel black band on both side. I thought they can be corrected with -filter:v crop like the following: $ ffplay -i v01.wmv -vf crop=856:480:103:0 Did you try

Re: [FFmpeg-user] Wrong aspect ratio correction

2015-02-09 Thread Kimio Miyamura
2015/02/09 21:42, Carl Eugen Hoyos cehoyos at ag.or.at wrote: Kimio Miyamura xanadu at apost.plala.or.jp writes: I have some wrong aspect rationed video which size is 856x480 pixel and 103 pixel black band on both side. I thought they can be corrected with -filter:v crop like the

Re: [FFmpeg-user] what's the best hardware build out?

2015-02-09 Thread Shawn Evans
Thanks for the info! Yeah, I was considering the AMD 8-core chip over the i7-4790k, but everything I was reading was suggesting the i7 over the 9370. I was also wondering if disk would make any difference for this type of FFMpeg task, i.e. SSD over SATA? On Mon, Feb 9, 2015 at 1:27 PM, jd1008

Re: [FFmpeg-user] Wrong aspect ratio correction

2015-02-09 Thread Carl Eugen Hoyos
Carl Eugen Hoyos cehoyos at ag.or.at writes: Why did you have to disable the following options? --disable-indev=qtkit --disable-indev=x11grab_xcb --disable-outdev=sdl Allow me to clarify: There is nothing wrong with these options (one disables qtkit, one disables x11grab and the third

[FFmpeg-user] Răspuns: Cannot install ffmpeg Solaris

2015-02-09 Thread Dustinta Cristian
I changed LABELED_BRAND_NAME into SOLARIS_BRAND_NAME in configure file. Just a little remark it was line 4260 not 4286 : --- elif check_${pfx}cpp_condition sys/brand.h defined LABELED_BRAND_NAME; then ---  The problem still persist: libavformat/udp.c: In function