Re: [FFmpeg-user] IMX50 NTSC framesize differs to the SMPTE 356M-2001 Standard - why?

2015-06-16 Thread Christoph Gerstbauer
1.) Please can you tell me YOUR used syntaxes for IMX30/40/50 for PAL and NTSC? I want to compare it to mine. Mine look remarkably similar to yours except for the ommission of 'ilme' which makes no sense for an I frame only format. I don't think I've ever used 40M, we either use 50 or 30 but

Re: [FFmpeg-user] IMX50 NTSC framesize differs to the SMPTE 356M-2001 Standard - why?

2015-06-16 Thread tim nicholson
On 16/06/15 09:33, Christoph Gerstbauer wrote: > >>> 1.) Please can you tell me YOUR used syntaxes for IMX30/40/50 for PAL >>> and NTSC? I want to compare it to mine. >> Mine look remarkably similar to yours except for the ommission of 'ilme' >> which makes no sense for an I frame only format. >>

Re: [FFmpeg-user] IMX50 NTSC framesize differs to the SMPTE 356M-2001 Standard - why?

2015-06-16 Thread Christoph Gerstbauer
Hello Tim, for IMX30 PAL/NTSC I have the same values like you. whats your buffers/init_occupancy for IMX50 NTSC? Not sure I've ever had to do it, but a colleague uses an exact 5000 bit rate which gives a 1668334 buffer and frame size of 208541 if all figures are rounded to integers. These

Re: [FFmpeg-user] Converting .mov files playable on html5 players..but very slow

2015-06-16 Thread Henk D. Schoneveld
On 16 Jun 2015, at 05:13, Dani A wrote: > I am using the below command to covert the .mov files to play html5, but it > takes so much time..Is there another way to convert those files so they can > play on html5 players but fast to convert... > ffmpeg -i input.MOV -vf scale=720x406,setdar=16:9

Re: [FFmpeg-user] converting iphone .mov files to mp4 to played on HTML5 players like jwplayer!!

2015-06-16 Thread Henk D. Schoneveld
On 16 Jun 2015, at 02:48, Dani A wrote: > Thank you Carl, > Can ffmpeg check what angle the video was recorded and rotate accordingly?> > > Where can I find the 9.85.1 Examples? Sorry it should have been a link. Nevertheless using google with 9.85.1 Examples as search string gives FFmpeg Filte

[FFmpeg-user] Does FFmpeg support AVC-Intra (and/or x264) with 10bit bitdepth? (yuv422p10le)

2015-06-16 Thread Christoph Gerstbauer
Hello I have problems to generate AVC Intra files with full 10bit encoding. It shrinks automatically to yuv422p: Incompatible pixel format 'yuv422p10le' for codec 'libx264', auto-selecting format 'yuv422p' See complete command line here: C:\Users\gersti>ffmpegnew -i I:\AVC-INTRA\0_ffvhuff

Re: [FFmpeg-user] Does FFmpeg support AVC-Intra (and/or x264) with 10bit bitdepth? (yuv422p10le)

2015-06-16 Thread Malte Sanders
> I have problems to generate AVC Intra files with full 10bit encoding. > It shrinks automatically to yuv422p: Incompatible pixel format 'yuv422p10le' > for codec 'libx264', auto-selecting format 'yuv422p' Most likely your x264 was build using option --bit-depth=8. Have a look here http://video

[FFmpeg-user] Header files not found in libavformat/tls_securetransport.c

2015-06-16 Thread Danny Mitchell
This may be an mplayer problem, but it stops ffmpeg from compiling, so I'll ask here first. I've downloaded the latest source release of ffmpeg (2.7) and the snapshot linked at ffmpeg.org/download.html, and the latest mplayer snapshot from mplayerhq.hu. If I follow the instructions at trac.ffmpeg.

Re: [FFmpeg-user] Header files not found in libavformat/tls_securetransport.c

2015-06-16 Thread Carl Eugen Hoyos
Danny Mitchell gmail.com> writes: > This may be an mplayer problem, but it stops ffmpeg > from compiling, so I'll ask here first. > > I've downloaded the latest source release of ffmpeg > (2.7) and the snapshot linked at ffmpeg.org/download.html, > and the latest mplayer snapshot from mplayer

Re: [FFmpeg-user] what program to use to grab device and send to ffserver?

2015-06-16 Thread Carl Eugen Hoyos
Ricardo Kleemann americasnet.com> writes: > $ ffmpeg -f avfoundation -list_devices true -i "" > ffmpeg version 2.6.3 Copyright (c) 2000-2015 the FFmpeg developers I don't know if it'll make a difference for you but please test current FFmpeg git head before requesting help here. Carl Eugen _

Re: [FFmpeg-user] what program to use to grab device and send to ffserver?

2015-06-16 Thread Carl Eugen Hoyos
Ricardo Kleemann americasnet.com> writes: > I have a BlackMagic Design Ultrastudio mini recorder > connected to macbook pro thunderbolt. But it seems > the only program that recognizes the device is FMLE. What is FMLE? Why can't you feed whatever FMLE produces to ffmpeg (the application)? Car

[FFmpeg-user] significant lag and poor audio sync when combining audio and video

2015-06-16 Thread Neik
I am trying to combining audio and video for streaming from a Raspberry Pi. The audio leads the video by a few seconds, whether I stream the output or write it to a file. The command line is below, The ffmpeg log follows. raspivid -o - -t 0 -n -w 1280 -h 720 -fps 25 | ffmpeg -report -probesize

[FFmpeg-user] How to Comapile FFMPEG with MinGw on Windows 7 64 bit

2015-06-16 Thread sanjayjadhav7902
I have compiled FFMPEG code using MinGw and generated the ffmpeg.exe using the configure command *configure --enable-static --enable-ffmpeg --disable-yasm. and make command.* But I want to remove the avutil , avcodec and avformat functionality from this exe hence I am trying to build the exe usi

[FFmpeg-user] Flush & Latency Issue with Fragmented MP4 Creation

2015-06-16 Thread Gal Bar Mashiah
Hello, I'm creating a fragmented mp4 for html5 streaming, using the following command: -i rtsp://172.20.28.52:554/h264 -vcodec copy -an -f mp4 -reset_timestamps 1 -movflags empty_moov+default_base_moof+frag_keyframe -loglevel quiet - 1. "-i rtsp://172.20.28.52:554/h264" because the source is h264

Re: [FFmpeg-user] what program to use to grab device and send to ffserver?

2015-06-16 Thread Ricardo Kleemann
On Tue, Jun 16, 2015 at 9:03 AM, Carl Eugen Hoyos wrote: > Ricardo Kleemann americasnet.com> writes: > > > I have a BlackMagic Design Ultrastudio mini recorder > > connected to macbook pro thunderbolt. But it seems > > the only program that recognizes the device is FMLE. > > What is FMLE? > Why

[FFmpeg-user] Efficient way to extract AVFrame data when linesize > frame width

2015-06-16 Thread Daniel Moraes
Hello guys, I noticed that linesize of an AVFrame can be greater than the width of an YUV video, for example. After searching about the reason behind it, I saw that some decoders can be faster when linesize of the frame is multiple of 16, and in some cases, when linesize > frame width. When it hap

[FFmpeg-user] ffmpeg blue ray iso

2015-06-16 Thread Sense
I wonder is ffmpeg capable of creating a blue ray 3d iso from a mkv 3d movie, is yes, how? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user