Advertisement
Guest User

Untitled

a guest
May 1st, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. command:
  2.  
  3. ffmpeg -f concat -i ac3.txt -c copy output.ac3
  4.  
  5. text file has:
  6.  
  7. file disc1.ac3
  8. file disc2.ac3
  9.  
  10.  
  11. first file:
  12.  
  13. General
  14. Complete name : disc1.ac3
  15. Format : AC-3
  16. Format/Info : Audio Coding 3
  17. File size : 117 MiB
  18. Duration : 2h 7mn
  19. Overall bit rate mode : Constant
  20. Overall bit rate : 128 Kbps
  21.  
  22. Audio
  23. Format : AC-3
  24. Format/Info : Audio Coding 3
  25. Mode extension : CM (complete main)
  26. Format settings, Endianness : Big
  27. Duration : 2h 7mn
  28. Bit rate mode : Constant
  29. Bit rate : 128 Kbps
  30. Channel(s) : 2 channels
  31. Channel positions : Front: L R
  32. Sampling rate : 48.0 KHz
  33. Bit depth : 16 bits
  34. Compression mode : Lossy
  35. Stream size : 117 MiB (100%)
  36.  
  37.  
  38. second file:
  39.  
  40. General
  41. Complete name : disc2.ac3
  42. Format : AC-3
  43. Format/Info : Audio Coding 3
  44. File size : 186 MiB
  45. Duration : 2h 15mn
  46. Overall bit rate mode : Constant
  47. Overall bit rate : 192 Kbps
  48.  
  49. Audio
  50. Format : AC-3
  51. Format/Info : Audio Coding 3
  52. Format profile : Dolby Digital
  53. Mode extension : CM (complete main)
  54. Format settings, Endianness : Big
  55. Duration : 2h 15mn
  56. Bit rate mode : Constant
  57. Bit rate : 192 Kbps
  58. Channel(s) : 2 channels
  59. Channel positions : Front: L R
  60. Sampling rate : 48.0 KHz
  61. Bit depth : 16 bits
  62. Compression mode : Lossy
  63. Stream size : 186 MiB (100%)
  64.  
  65.  
  66. output:
  67.  
  68. General
  69. Complete name : output.ac3
  70. Format : AC-3
  71. Format/Info : Audio Coding 3
  72. File size : 303 MiB
  73. Duration : 5h 31mn
  74. Overall bit rate mode : Constant
  75. Overall bit rate : 128 Kbps
  76.  
  77. Audio
  78. Format : AC-3
  79. Format/Info : Audio Coding 3
  80. Mode extension : CM (complete main)
  81. Format settings, Endianness : Big
  82. Duration : 5h 31mn
  83. Bit rate mode : Constant
  84. Bit rate : 128 Kbps
  85. Channel(s) : 2 channels
  86. Channel positions : Front: L R
  87. Sampling rate : 48.0 KHz
  88. Bit depth : 16 bits
  89. Compression mode : Lossy
  90. Stream size : 303 MiB (100%)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement