Advertisement
Guest User

Untitled

a guest
Jun 7th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. macbook:thebeatels elad$ /usr/local/bin/ffmpeg -y -shortest -i "pan160_4/PRIVATE/AVCHD/BDMV/STREAM/00002.MTS" -vf '[in]fifo[t0];[t0]scale=1280:720[t1];[t1]fifo[out]' -q:v 0 -r 30 -g 1 -c:v mpeg2video -b:v 10000k -an "pan160_4_00002.mp4"
  2. ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Jun 7 2013 10:15:17 with Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
  4. configuration: --prefix=/usr/local/Cellar/ffmpeg/1.2.1 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-libfreetype --enable-libtheora --enable-libvorbis --enable-libvpx --enable-librtmp --enable-ffplay --enable-frei0r
  5. libavutil 52. 18.100 / 52. 18.100
  6. libavcodec 54. 92.100 / 54. 92.100
  7. libavformat 54. 63.104 / 54. 63.104
  8. libavdevice 54. 3.103 / 54. 3.103
  9. libavfilter 3. 42.103 / 3. 42.103
  10. libswscale 2. 2.100 / 2. 2.100
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 2.100 / 52. 2.100
  13. [mpegts @ 0x7f94e282a200] PES packet size mismatch
  14. Input #0, mpegts, from 'pan160_4/PRIVATE/AVCHD/BDMV/STREAM/00002.MTS':
  15. Duration: 00:25:07.64, start: 0.801700, bitrate: 22754 kb/s
  16. Program 1
  17. Stream #0:0[0x1011]: Video: h264 (High) (HDMV / 0x564D4448), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
  18. Stream #0:1[0x1100]: Audio: pcm_bluray (HDMV / 0x564D4448), 48000 Hz, stereo, s16, 1536 kb/s
  19. Output #0, mp4, to 'pan160_4_00002.mp4':
  20. Metadata:
  21. encoder : Lavf54.63.104
  22. Stream #0:0: Video: mpeg2video (a[0][0][0] / 0x0061), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 10000 kb/s, 15360 tbn, 30 tbc
  23. Stream mapping:
  24. Stream #0:0 -> #0:0 (h264 -> mpeg2video)
  25. Press [q] to stop, [?] for help
  26. av_interleaved_write_frame(): File too largeme=00:20:18.40 bitrate=28194.6kbits/s dup=6093 drop=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement