Advertisement
Guest User

FFMPEG FLV1 Convert Error

a guest
Feb 17th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.24 KB | None | 0 0
  1.  ffmpeg -i /tmp/open-uri20130218-25320-1rb781j.flv sample.mp4
  2. ffmpeg version git-2013-02-08-0d194ee Copyright (c) 2000-2013 the FFmpeg developers
  3.   built on Feb  8 2013 13:03:19 with gcc 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
  4.   configuration: --enable-gpl --enable-libass --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3
  5.   libavutil      52. 17.101 / 52. 17.101
  6.   libavcodec     54. 91.102 / 54. 91.102
  7.   libavformat    54. 61.104 / 54. 61.104
  8.   libavdevice    54.  3.103 / 54.  3.103
  9.   libavfilter     3. 35.101 /  3. 35.101
  10.   libswscale      2.  2.100 /  2.  2.100
  11.   libswresample   0. 17.102 /  0. 17.102
  12.   libpostproc    52.  2.100 / 52.  2.100
  13. Input #0, flv, from '/tmp/open-uri20130218-25320-1rb781j.flv':
  14.   Metadata:
  15.     creationdate    : Sun Feb 17 17:07:39
  16.   Duration: 00:00:09.93, start: 0.000000, bitrate: 166 kb/s
  17.     Stream #0:0: Video: flv1, yuv420p, 320x240, 1k tbr, 1k tbn, 1k tbc
  18.     Stream #0:1: Audio: speex, 16000 Hz, mono
  19. File 'sample.mp4' already exists. Overwrite ? [y/N] y
  20. Invalid sample format '(null)'
  21. Error opening filters!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement