Michael Niedermayer wrote:
On Mon, Apr 13, 2015 at 04:36:18PM -0500, David Favor wrote:
David Favor wrote:
David Favor wrote:
The following command:
ffmpeg -i clip.mts -c:v copy -c:a copy clip.mp4 (or clip.mov)
seems to incorrectly write container values for fps + tbr which
causes .mp4
David Favor wrote:
David Favor wrote:
The following command:
ffmpeg -i clip.mts -c:v copy -c:a copy clip.mp4 (or clip.mov)
seems to incorrectly write container values for fps + tbr which
causes .mp4/.mov files to play with very odd jerky movements.
https://trac.ffmpeg.org/ticket/974
David Favor wrote:
The following command:
ffmpeg -i clip.mts -c:v copy -c:a copy clip.mp4 (or clip.mov)
seems to incorrectly write container values for fps + tbr which
causes .mp4/.mov files to play with very odd jerky movements.
https://trac.ffmpeg.org/ticket/974 seems to be a ticket
David Favor wrote:
The following command:
ffmpeg -i clip.mts -c:v copy -c:a copy clip.mp4 (or clip.mov)
seems to incorrectly write container values for fps + tbr which
causes .mp4/.mov files to play with very odd jerky movements.
imac> avinfo clip.mts
clip.mts
length: 00:01:00
ion 2.6.2-2015-04-13-71430-g4d74c8d Copyright (c) 2000-2015 the
FFmpeg developers
built with Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
configuration: --cc=/usr/bin/clang --prefix=/david-favor/osx-10.9.5 --mandir=/david-favor/osx-10.9.5/share/man --enable-gpl --enable-yasm --ar
Thilo Borgmann wrote:
Hi,
as reported by David Favor, the AVFoundation device is not yet listed by "ffmpeg
-devices".
This patch fixes that. Please Apply.
-Thilo
Many thanks for the patch... ffmpeg -devices looks to be working now...
David-Favor-iMac> ffmpeg -devices
ffmpeg
Additional information related to my first message.
Building with gcc produces no trace of avfoundation support in full help.
Building with clang shows...
AVFoundation input device AVOptions:
-list_devices .D.. list available devices (from 0 to 1)
(default 0)
true
easy... Ugh... Not so...
Here's the problem... (All examples using latest git pull.)
David-Favor-iMac# git describe
n2.0-10562-g229a1e8
First... let's see if configure knows enough to ferret out avfoundation...
David-Favor-iMac# ./configure --list-indevs
alsa
Andreas Cadhalpun wrote:
Hi all,
some of you may have noticed a weird ffmpeg package in the NEW queue[1].
Let me explain:
... ... ...
and make kittens cry...
... ... ...
Primary reason for Debian kittens crying right now... is ffmpeg being missing...