Welcome, Guest. Please login or register.

Author Topic: FFmpeg on MorphOS  (Read 1614 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ami_stuffTopic starter

  • Full Member
  • ***
  • Join Date: May 2009
  • Posts: 100
    • Show only replies by ami_stuff
FFmpeg on MorphOS
« on: December 24, 2009, 05:52:06 PM »
Could someone who have MorphOS post output text from this command line:

FFmpeg -i zelda.flv


http://fabportnawak.free.fr/misc/ffmpeg.lha

http://samples.mplayerhq.hu/FLV/zelda.flv

?
 

Offline Fab

  • Full Member
  • ***
  • Join Date: Jun 2009
  • Posts: 217
    • Show only replies by Fab
Re: FFmpeg on MorphOS
« Reply #1 on: December 24, 2009, 06:35:23 PM »
ffmpeg -i file:ram:zelda.flv
FFmpeg version SVN-r20529, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  built on Nov 15 2009 00:16:01 with gcc 4.2.4 (Fedora 4.2.4-6)
  configuration:
  libavutil     50. 4. 0 / 50. 4. 0
  libavcodec    52.41. 0 / 52.41. 0
  libavformat   52.39. 2 / 52.39. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0. 7. 1 /  0. 7. 1

Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 12.00 (12/1)
Input #0, flv, from 'file:ram:zelda.flv':
  Duration: 00:00:29.67, start: 0.000000, bitrate: N/A
    Stream #0.0: Video: flv, yuv420p, 160x120, 12 tbr, 1k tbn, 1k tbc
    Stream #0.1: Audio: adpcm_swf, 22050 Hz, 1 channels, s16
At least one output file must be specified
 

Offline ami_stuffTopic starter

  • Full Member
  • ***
  • Join Date: May 2009
  • Posts: 100
    • Show only replies by ami_stuff
Re: FFmpeg on MorphOS
« Reply #2 on: December 24, 2009, 10:51:57 PM »
Thanks.