Advertisement
Guest User

bucking_avconv

a guest
Jan 2nd, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. avconv -i 1.dashVideo -i 1.dashAudio -vcodec copy -acodec copy -map 0:0 -map 1:0 video.mkv
  2. avconv version 0.8.9-6:0.8.9-0ubuntu0.13.10.1, Copyright (c) 2000-2013 the Libav developers
  3. built on Nov 9 2013 19:09:46 with gcc 4.8.1
  4. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '1.dashVideo':
  5. Metadata:
  6. major_brand : dash
  7. minor_version : 0
  8. compatible_brands: iso6avc1mp41
  9. creation_time : 2013-12-31 14:51:51
  10. Duration: 00:12:11.00, start: 365.490333, bitrate: 811 kb/s
  11. Stream #0.0(und): Video: h264 (High), yuv420p, 1920x1080, 23.97 tbr, 90k tbn, 47.95 tbc
  12. Metadata:
  13. creation_time : 2013-12-31 14:51:51
  14. Input #1, mov,mp4,m4a,3gp,3g2,mj2, from '1.dashAudio':
  15. Metadata:
  16. major_brand : dash
  17. minor_version : 0
  18. compatible_brands: iso6mp41
  19. creation_time : 2013-12-31 14:51:56
  20. Duration: 00:12:11.19, start: 365.598186, bitrate: 63 kb/s
  21. Stream #1.0(und): Audio: aac, 44100 Hz, stereo, s16
  22. Metadata:
  23. creation_time : 2013-12-31 14:51:56
  24. File 'video.mkv' already exists. Overwrite ? [y/N] y
  25. Output #0, matroska, to 'video.mkv':
  26. Metadata:
  27. major_brand : dash
  28. minor_version : 0
  29. compatible_brands: iso6avc1mp41
  30. creation_time : 2013-12-31 14:51:51
  31. encoder : Lavf53.21.1
  32. Stream #0.0(und): Video: libx264, yuv420p, 1920x1080, q=2-31, 1k tbn, 90k tbc
  33. Metadata:
  34. creation_time : 2013-12-31 14:51:51
  35. Stream #0.1(und): Audio: libvo_aacenc, 44100 Hz, stereo
  36. Metadata:
  37. creation_time : 2013-12-31 14:51:56
  38. Stream mapping:
  39. Stream #0:0 -> #0:0 (copy)
  40. Stream #1:0 -> #0:1 (copy)
  41. Press ctrl-c to stop encoding
  42. frame= 0 fps= 0 q=-1.0 Lsize= 5715kB time=365.60 bitrate= 128.0kbits/s
  43. video:0kB audio:5605kB global headers:0kB muxing overhead 1.958774%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement