[FFmpeg-user] ?????? ?????? incorrect fps and tbr

2015-07-17 Thread ??????????
I git cloned the newest version and compiled it, same output: ffprobe 6_F16_DUAL_AB\[WisMencoder\ Encoded\].avi ffprobe version N-73696-g8250943 Copyright (c) 2007-2015 the FFmpeg developers built with gcc 4.4.7 (Ubuntu/Linaro 4.4.7-1ubuntu2) configuration: libavutil 54. 28.100 / 54. 2

Re: [FFmpeg-user] 回复: 回复: incorrect fps and tbr

2015-07-17 Thread Moritz Barsnick
On Fri, Jul 17, 2015 at 19:05:19 +0800, 我是科学家 wrote: > Obviously, the fps and tbr are still wrong, I posted the file here: > http://pan.baidu.com/s/1eQIY63o I want to know how to get the correct > fps info to decode the stream. I don't understand the language on this site, and it seems to prompt

Re: [FFmpeg-user] 回复: 回复: incorrect fps and tbr

2015-07-17 Thread Henk D. Schoneveld
On 17 Jul 2015, at 13:05, 我是科学家 wrote: > I git cloned the newest version and compiled it, same output: > ffprobe 6_F16_DUAL_AB\[WisMencoder\ Encoded\].avi > ffprobe version N-73696-g8250943 Copyright (c) 2007-2015 the FFmpeg developers > built with gcc 4.4.7 (Ubuntu/Linaro 4.4.7-1ubuntu2) > c

Re: [FFmpeg-user] 回复: 回复: incorrect fps and tbr

2015-07-17 Thread Moritz Barsnick
On Fri, Jul 17, 2015 at 13:58:35 +0200, Henk D. Schoneveld wrote: > I don’t think these values are wrong, they are ver weird indeed. > I can play the file in VLC > I can encode the file into an mp4 container, and QuickTime player plays it > fine, also telling it’s 1000fps > I can also encode and f

Re: [FFmpeg-user] 回复: 回复: incorrect fps and tbr

2015-07-17 Thread James Darnley
On 2015-07-17 14:11, Moritz Barsnick wrote: > Whatever became of JavaScript-less downloads? ;-) (Yes, I tried to > access from the command line. D'uh. datafilehost isn't any better > though, IIRC.) You can't run a website these days without masses of javascript. You track where visitors came from

Re: [FFmpeg-user] Preserving color space for MOV container

2015-07-17 Thread Christian Johannesen
On Fri, Jul 17, 2015 at 2:48 AM, Carl Eugen Hoyos wrote: > Christian Johannesen gmail.com> writes: > > > I'm wondering if it is possible to preserve or set > > the color_space, color_transfer & color_primaries > > in a conversion to a MOV container format. > > You currently have to pass the foll

Re: [FFmpeg-user] Preserving color space for MOV container

2015-07-17 Thread Dave Rice
> On Jul 17, 2015, at 10:59 AM, Christian Johannesen > wrote: > > On Fri, Jul 17, 2015 at 2:48 AM, Carl Eugen Hoyos wrote: > >> Christian Johannesen gmail.com> writes: >> >>> I'm wondering if it is possible to preserve or set >>> the color_space, color_transfer & color_primaries >>> in a co

[FFmpeg-user] How to extract keyframes from a video with the original frame ids

2015-07-17 Thread Dave Lloyd
Hi all, I would like to do something like: ffmpeg -i -vf "select=eq(pict_type\,I)" -vsync vfr frame-%04d.jpg except that I would like the frame numbers to preserve the original frame ids, e.g., frame.jpg frame0005.jpg frame0011.jpg ...etc Is there a convenient way to do this with the exis

[FFmpeg-user] Timed Metadata extraction/insertions

2015-07-17 Thread Larsen, Peter
Hi, I have a question about timed metadata in mpeg-ts. Given a ts with timed-metadata like http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_16x9/gear1/main.ts How do I extract the timed-metadata information? I have tried ffmpeg -i main.ts -f ffmetadata metadata.txt Input #0, mpeg

Re: [FFmpeg-user] Preserving color space for MOV container

2015-07-17 Thread Christian Johannesen
On Fri, Jul 17, 2015 at 12:15 PM, Dave Rice wrote: > > > On Jul 17, 2015, at 10:59 AM, Christian Johannesen < > chrisjohanne...@gmail.com> wrote: > > > > On Fri, Jul 17, 2015 at 2:48 AM, Carl Eugen Hoyos > wrote: > > > >> Christian Johannesen gmail.com> writes: > >> > >>> I'm wondering if it is

Re: [FFmpeg-user] Error compiling ffmpeg through terminal in mac os x

2015-07-17 Thread Moritz Barsnick
On Thu, Jul 16, 2015 at 16:45:45 +0530, test id wrote: > [...] > --cross-prefix=/Users/samavesh/Desktop/android-ndk-r9/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/arm-linux-androideabi- You are giving configure this prefix. [...] > ./configure: line 822: > /Users/samavesh/De

Re: [FFmpeg-user] configure fails cross compiling ffmpeg to raspberry pi

2015-07-17 Thread James Darnley
On 2015-07-16 15:20, Linus S wrote: > root@XeonLatitude-E6400:~/pi/ffmpeg# > PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$PIBUILD/lib/pkgconfig CC=${CCPREFIX}gcc > CXX=${CCPREFIX}g++ ./configure --enable-cross-compile > --cross-prefix=${CCPREFIX} --arch=armel --target-os=linux --prefix=$PIBUILD > --extra-cfla