Advertisement
Guest User

Untitled

a guest
Oct 21st, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. louis@louis-laptop:~$ ffmpeg -i input.mpg -vcodec copy -acodec copy -ss 00:06:48 output.mpg
  2. Last message repeated 1 times
  3. [mpegts @ 0x16939a0] PES packet size mismatch
  4. Last message repeated 2 times
  5. Input #0, mpegts, from 'input.mpg':
  6. Duration: 10:40:17.55, start: 38329.419867, bitrate: 698 kb/s
  7. Program 1
  8. Stream #0.0[0xb40]: Video: h264 (High), yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 66.31 fps, 50 tbr, 90k tbn, 100 tbc
  9. Stream #0.1[0xb41](dan): Audio: mp2, 48000 Hz, stereo, s16, 192 kb/s
  10. Stream #0.2[0xb42](dan): Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
  11. Stream #0.3[0xb49](dan): Subtitle: [6][0][0][0] / 0x0006
  12. [mpeg @ 0x16997e0] VBV buffer size not set, muxing may fail
  13. Output #0, mpeg, to 'output.mpg':
  14. Metadata:
  15. encoder : Lavf53.21.0
  16. Stream #0.0: Video: libx264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=2-31, 90k tbn, 50 tbc
  17. Stream #0.1(dan): Audio: mp2, 48000 Hz, stereo, 192 kb/s
  18. Stream mapping:
  19. Stream #0.0 -> #0.0
  20. Stream #0.1 -> #0.1
  21. Press ctrl-c to stop encoding
  22. frame= 0 fps= 0 q=-1.0 Lsize= 0kB time=10000000000.00 bitrate= 0.0kbits/s
  23. video:0kB audio:0kB global headers:0kB muxing overhead -nan%
  24. louis@louis-laptop:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement