Guest User

Untitled

a guest
Apr 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. /usr/bin/ffmpeg -re -i /home/arpu/Downloads/Tagesschau_in_100_Sekunden_11.12.01_20-00_ardeinsfestival_1.mpg.avi -f rawvideo -vcodec rawvideo -vf scale=320:240,format=rgb24 /dev/video2 -ac 2 -f s16be test.mp3
  2. ffmpeg version 0.7.2-4:0.7.2-1ubuntu1, Copyright (c) 2000-2011 the Libav developers
  3. built on Oct 2 2011 15:13:26 with gcc 4.6.1
  4. configuration: --extra-version='4:0.7.2-1ubuntu1' --arch=amd64 --prefix=/usr --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --enable-libvpx --enable-runtime-cpudetect --enable-vaapi --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
  5. libavutil 51. 7. 0 / 51. 7. 0
  6. libavcodec 53. 5. 0 / 53. 5. 0
  7. libavformat 53. 2. 0 / 53. 2. 0
  8. libavdevice 53. 0. 0 / 53. 0. 0
  9. libavfilter 2. 4. 0 / 2. 4. 0
  10. libswscale 2. 0. 0 / 2. 0. 0
  11. libpostproc 52. 0. 0 / 52. 0. 0
  12. Input #0, avi, from '/home/arpu/Downloads/Tagesschau_in_100_Sekunden_11.12.01_20-00_ardeinsfestival_1.mpg.avi':
  13. Metadata:
  14. encoder : transcode-1.0.7
  15. Duration: 00:10:58.96, start: 0.000000, bitrate: 899 kb/s
  16. Stream #0.0: Video: mpeg4, yuv420p, 640x360 [PAR 1:1 DAR 16:9], 25 tbr, 25 tbn, 25 tbc
  17. Stream #0.1: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s
  18. File '/dev/video2' already exists. Overwrite ? [y/N] y
  19. File 'test.mp3' already exists. Overwrite ? [y/N] y
  20. [buffer @ 0x1337260] w:640 h:360 pixfmt:yuv420p
  21. [ffsink @ 0x1336520] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed filter 1 format' and the filter 'out'
  22. [scale @ 0x1338c60] w:640 h:360 fmt:yuv420p -> w:320 h:240 fmt:rgb24 flags:0x4
  23. [scale @ 0x1353160] w:320 h:240 fmt:rgb24 -> w:320 h:240 fmt:yuv420p flags:0x4
  24. Output #0, rawvideo, to '/dev/video2':
  25. Metadata:
  26. encoder : Lavf53.2.0
  27. Stream #0.0: Video: rawvideo, yuv420p, 320x240 [PAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 25 tbc
  28. Output #1, s16be, to 'test.mp3':
  29. Metadata:
  30. encoder : Lavf53.2.0
  31. Stream #1.0: Audio: pcm_s16be, 44100 Hz, stereo, s16, 1411 kb/s
  32. Stream mapping:
  33. Stream #0.0 -> #0.0
  34. Stream #0.1 -> #1.0
  35. Press ctrl-c to stop encoding
  36. ^Cframe= 55 fps= 25 q=0.0 Lsize= 0kB time=2.20 bitrate= 0.0kbits/s
  37. video:6188kB audio:387kB global headers:0kB muxing overhead -100.000000%
Add Comment
Please, Sign In to add comment