Advertisement
Guest User

Untitled

a guest
Aug 9th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. >ffmpeg -i bb.flv -vcodec copy -acodec copy -f mp4 bb.mp4
  2. ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Aug 7 2012 03:09:12 with gcc 4.6.2
  4. configuration: --pkg-config=pkg-config --prefix=/home/td/software/packages/win
  5. 32 --enable-memalign-hack --arch=x86 --target-os=mingw32 --cross-prefix=i686-w64
  6. -mingw32- --enable-libmp3lame --enable-libx264 --enable-w32threads --disable-pth
  7. reads --enable-gpl
  8. libavutil 51. 54.100 / 51. 54.100
  9. libavcodec 54. 23.100 / 54. 23.100
  10. libavformat 54. 6.100 / 54. 6.100
  11. libavdevice 54. 0.100 / 54. 0.100
  12. libavfilter 2. 77.100 / 2. 77.100
  13. libswscale 2. 1.100 / 2. 1.100
  14. libswresample 0. 15.100 / 0. 15.100
  15. libpostproc 52. 0.100 / 52. 0.100
  16. Input #0, flv, from 'bb.flv':
  17. Metadata:
  18. major_brand : isom
  19. minor_version : 512
  20. compatible_brands: isomiso2avc1mp41
  21. encoder : Lavf54.3.100
  22. Duration: 00:04:36.26, start: 0.024000, bitrate: 536 kb/s
  23. Stream #0:0: Video: h264 (High), yuv420p, 1280x720, 398 kb/s, 30 tbr, 1k tbn
  24. , 60 tbc
  25. Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s
  26. File 'bb.mp4' already exists. Overwrite ? [y/N] y
  27. Output #0, mp4, to 'bb.mp4':
  28. Metadata:
  29. major_brand : isom
  30. minor_version : 512
  31. compatible_brands: isomiso2avc1mp41
  32. encoder : Lavf54.6.100
  33. Stream #0:0: Video: h264 (![0][0][0] / 0x0021), yuv420p, 1280x720, q=2-31, 3
  34. 98 kb/s, 1k tbn, 1k tbc
  35. Stream #0:1: Audio: mp3 (i[0][0][0] / 0x0069), 44100 Hz, stereo, 128 kb/s
  36. Stream mapping:
  37. Stream #0:0 -> #0:0 (copy)
  38. Stream #0:1 -> #0:1 (copy)
  39. Press [q] to stop, [?] for help
  40. frame= 8058 fps=0.0 q=-1.0 Lsize= 18122kB time=00:04:36.07 bitrate= 537.7kbits
  41. /s
  42. video:13445kB audio:4313kB global headers:0kB muxing overhead 2.044014%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement