Advertisement
barjac

melt

Jul 18th, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. [baz@localhost bin]$ ./melt "/store/Video/Zx3/100_0866.MOV" -profile dv_pal_wide -consumer avformat:untitled.mpg progress=1 f=mpeg acodec=ac3 ab=384k ar=48000 vcodec=mpeg2video minrate=0 b=12000k bf=2 b_strategy=1 trellis=1 aspect=@16/9 threads=1 real_time=-1
  2. Current Frame: 158, percentage: 99
  3. [baz@localhost bin]$ ffprobe untitled.mpg
  4. ffprobe version 0.8, Copyright (c) 2007-2011 the FFmpeg developers
  5. built on Jun 24 2011 02:35:46 with gcc 4.5.2
  6. configuration: --prefix=/usr --enable-shared --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libxvid
  7. libavutil 51. 9. 1 / 51. 9. 1
  8. libavcodec 53. 7. 0 / 53. 7. 0
  9. libavformat 53. 4. 0 / 53. 4. 0
  10. libavdevice 53. 1. 1 / 53. 1. 1
  11. libavfilter 2. 23. 0 / 2. 23. 0
  12. libswscale 2. 0. 0 / 2. 0. 0
  13. libpostproc 51. 2. 0 / 51. 2. 0
  14. Input #0, mpeg, from 'untitled.mpg':
  15. Duration: 00:00:06.32, start: 1.000000, bitrate: 11966 kb/s
  16. Stream #0.0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 64:45 DAR 16:9], 104857 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
  17. [baz@localhost bin]$ ffplay untitled.mpg
  18. ffplay version 0.8, Copyright (c) 2003-2011 the FFmpeg developers
  19. built on Jun 24 2011 02:35:46 with gcc 4.5.2
  20. configuration: --prefix=/usr --enable-shared --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libxvid
  21. libavutil 51. 9. 1 / 51. 9. 1
  22. libavcodec 53. 7. 0 / 53. 7. 0
  23. libavformat 53. 4. 0 / 53. 4. 0
  24. libavdevice 53. 1. 1 / 53. 1. 1
  25. libavfilter 2. 23. 0 / 2. 23. 0
  26. libswscale 2. 0. 0 / 2. 0. 0
  27. libpostproc 51. 2. 0 / 51. 2. 0
  28. Input #0, mpeg, from 'untitled.mpg':
  29. Duration: 00:00:06.32, start: 1.000000, bitrate: 11966 kb/s
  30. Stream #0.0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 64:45 DAR 16:9], 104857 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
  31. 20.94 A-V: 0.000 s:0.0 aq= 0KB vq= 0KB sq= 0B f=0/0 0/0
  32. [baz@localhost bin]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement