Re: [FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-14 Thread David Favor
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

Re: [FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-13 Thread David Favor
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

Re: [FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-13 Thread David Favor
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

Re: [FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-13 Thread David Favor
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

[FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-13 Thread David Favor
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

Re: [FFmpeg-devel] [PATCH] lavd/avfoundation: Add device category.

2014-08-15 Thread David Favor
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

Re: [FFmpeg-devel] Mac/OSX question about clang + avfoundation + indev support

2014-08-01 Thread David Favor
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

[FFmpeg-devel] Mac/OSX question about clang + avfoundation + indev support

2014-08-01 Thread David Favor
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

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-01 Thread David Favor
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...