Guest User

Untitled

a guest
Oct 22nd, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. [alsa @ 0x9bcd420]Estimating duration from bitrate, this may be inaccurate
  2. Input #0, alsa, from 'hw:3':
  3. Duration: N/A, start: 69930.998994, bitrate: N/A
  4. Stream #0.0: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
  5. [video4linux2 @ 0x9bf5d30]Estimating duration from bitrate, this may be inaccurate
  6. Input #1, video4linux2, from '/dev/video0':
  7. Duration: N/A, start: 1307111377.654173, bitrate: -2147483 kb/s
  8. Stream #1.0: Video: rawvideo, yuyv422, 720x576, -2147483 kb/s, 1000k tbr, 1000k tbn, 1000k tbc
  9. [ac3 @ 0x9bf9590]No channel layout specified. The encoder will guess the layout, but it might be incorrect.
  10. Output #0, avi, to 'test5.avi':
  11. Metadata:
  12. ISFT : Lavf52.64.2
  13. Stream #0.0: Video: mpeg4, yuv420p, 720x576, q=2-31, 6000 kb/s, 25 tbn, 25 tbc
  14. Stream #0.1: Audio: ac3, 44100 Hz, stereo, s16, 128 kb/s
  15. Stream mapping:
  16. Stream #1.0 -> #0.0
  17. Stream #0.0 -> #0.1
  18. Press [q] to stop encoding
  19. frame= 1283 fps= 25 q=2.3 Lsize= 38677kB time=51.32 bitrate=6173.9kbits/s
  20. **video:37755kB audio:846kB** global headers:0kB muxing overhead 0.198922%
  21.  
  22. [alsa @ 0x8ede420]Estimating duration from bitrate, this may be inaccurate
  23. Input #0, alsa, from 'hw:3,0':
  24. Duration: N/A, start: 70395.998935, bitrate: N/A
  25. Stream #0.0: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
  26. [ac3 @ 0x8eebac0]No channel layout specified. The encoder will guess the layout, but it might be incorrect.
  27. Output #0, avi, to 'test5.avi':
  28. Metadata:
  29. ISFT : Lavf52.64.2
  30. Stream #0.0: Audio: ac3, 44100 Hz, stereo, s16, 128 kb/s
  31. Stream mapping:
  32. Stream #0.0 -> #0.0
  33. Press [q] to stop encoding
  34. size= 227kB time=13.62 bitrate= 136.8kbits/s
  35. **video:0kB audio:213kB** global headers:0kB muxing overhead 6.902375%
  36.  
  37. [video4linux2 @ 0x91d6420]Estimating duration from bitrate, this may be inaccurate
  38. Input #0, video4linux2, from '/dev/video0':
  39. Duration: N/A, start: 1307112044.025687, bitrate: -2147483 kb/s
  40. Stream #0.0: Video: rawvideo, yuyv422, 720x576, -2147483 kb/s, 1000k tbr, 1000k tbn, 1000k tbc
  41. Output #0, avi, to 'test5.avi':
  42. Metadata:
  43. ISFT : Lavf52.64.2
  44. Stream #0.0: Video: mpeg4, yuv420p, 720x576, q=2-31, 12000 kb/s, 25 tbn, 25 tbc
  45. Stream mapping:
  46. Stream #0.0 -> #0.0
  47. Press [q] to stop encoding
  48. frame= 388 fps= 25 q=2.0 Lsize= 12963kB time=15.52 bitrate=6842.5kbits/s
  49. **video:12949kB audio:0kB** global headers:0kB muxing overhead 0.114584%
  50.  
  51. htpc@htpc-01:/proc/asound/G350/pcm0c$ more info
  52. card: 3
  53. device: 0
  54. subdevice: 0
  55. stream: CAPTURE
  56. id: USB Audio
  57. name: USB Audio
  58. subname: subdevice #0
  59. class: 0
  60. subclass: 0
  61. subdevices_count: 1
  62. subdevices_avail: 1
  63.  
  64. ls /dev/video*
  65.  
  66. ffmpeg -f alsa -i default -itsoffset 00:00:00 -f video4linux2 -s 1280x720 -r 25 -i /dev/video0 out.avi
  67.  
  68. ffmpeg -f alsa -ac 2 -i hw:1,0 -f video4linux2 -i /dev/video0 -acodec ac3 -ab
  69. 128k -f matroska -s 1280x720 -vcodec libx264 -preset ultrafast -qp 16 testsize.mkv
  70.  
  71. ffmpeg -y -f alsa -i default -f v4l2 -i /dev/video0 -acodec aac -strict -2 -ac 1 -b:a 64k -vcodec libx264 -b:v 300k -r 30 -g 30 prueba1.mp4
Add Comment
Please, Sign In to add comment