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
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.
>>
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
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
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
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
> 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
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.
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
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
_
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
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
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
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
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
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
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
17 matches
Mail list logo