Advertisement
Guest User

Untitled

a guest
Aug 16th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. $ ffmpeg -i Spiel\ mit.swf -c:v copy -an Spiel5.mkv
  2. ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jun 9 2012 15:43:10 with llvm_gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
  4. configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --arch=x86_64 --enable-runtime-cpudetect
  5. libavutil 51. 54.100 / 51. 54.100
  6. libavcodec 54. 23.100 / 54. 23.100
  7. libavformat 54. 6.100 / 54. 6.100
  8. libavdevice 54. 0.100 / 54. 0.100
  9. libavfilter 2. 77.100 / 2. 77.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 15.100 / 0. 15.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [swf @ 0x7fa81a006600] max_analyze_duration 5000000 reached at 5000000
  14. [swf @ 0x7fa81a006600] Estimating duration from bitrate, this may be inaccurate
  15. Input #0, swf, from 'Spiel mit.swf':
  16. Duration: 00:27:32.64, start: 0.000000, bitrate: 127 kb/s
  17. Stream #0:0: Video: flv1, yuv420p, 480x352, 25 fps, 25 tbr, 25 tbn
  18. Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s
  19. Output #0, matroska, to 'Spiel5.mkv':
  20. Metadata:
  21. encoder : Lavf54.6.100
  22. Stream #0:0: Video: flv1 (FLV1 / 0x31564C46), yuv420p, 480x352, q=2-31, 25 fps, 1k tbn, 25 tbc
  23. Stream mapping:
  24. Stream #0:0 -> #0:0 (copy)
  25. Press [q] to stop, [?] for help
  26. frame= 0 fps=0.0 q=-1.0 Lsize= 1kB time=00:00:00.00 bitrate= 0.0kbits/s
  27. video:0kB audio:0kB global headers:0kB muxing overhead inf%
  28. Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement