Advertisement
jgtrosh

Untitled

Jun 15th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.06 KB | None | 0 0
  1. $ ffmpeg -y -r:a 30 -i segoyann.avi -t 30 \
  2.          -:v copy -r:a 25 \
  3.          segoyann.temp.avi
  4.  
  5. ffmpeg version N-72939-g5b0f55a Copyright (c) 2000-2015 the FFmpeg developers
  6.   built with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  7.   configuration: --prefix=/home/gliksberg/bin/ffmpeg-build --enable-gpl --enable-nonfree --enable-pthreads --enable-libx264 --enable-libfaac --enable-libmp3lame
  8.   libavutil      54. 27.100 / 54. 27.100
  9.   libavcodec     56. 41.100 / 56. 41.100
  10.   libavformat    56. 36.100 / 56. 36.100
  11.   libavdevice    56.  4.100 / 56.  4.100
  12.   libavfilter     5. 17.100 /  5. 17.100
  13.   libswscale      3.  1.101 /  3.  1.101
  14.   libswresample   1.  2.100 /  1.  2.100
  15.   libpostproc    53.  3.100 / 53.  3.100
  16. [dvvideo @ 0x1c1bc60] AC EOB marker is absent pos=67
  17. [dvvideo @ 0x1c1bc60] AC EOB marker is absent pos=69
  18. Input #0, avi, from 'segoyann.avi':
  19.   Duration: 00:34:37.04, start: 0.000000, bitrate: 28879 kb/s
  20.     Stream #0:0: Video: dvvideo, yuv420p, 720x576 [SAR 16:15 DAR 4:3], 28800 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc
  21.     Stream #0:1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
  22. Output #0, avi, to 'segoyann.temp.avi':
  23.   Metadata:
  24.     ISFT            : Lavf56.36.100
  25.     Stream #0:0: Video: dvvideo (dvsd / 0x64737664), yuv420p, 720x576 [SAR 16:15 DAR 4:3], q=2-31, 28800 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc
  26.     Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p
  27.     Metadata:
  28.       encoder         : Lavc56.41.100 libmp3lame
  29. Stream mapping:
  30.   Stream #0:0 -> #0:0 (copy)
  31.   Stream #0:1 -> #0:1 (pcm_s16le (native) -> mp3 (libmp3lame))
  32. Press [q] to stop, [?] for help
  33. [avi @ 0x1c1b140] New audio stream 0:2 at pos:3241480 and DTS:1.3035s
  34. frame=  750 fps=0.0 q=-1.0 Lsize=  105839kB time=00:00:30.00 bitrate=28901.0kbits/s
  35. video:105469kB audio:313kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.053593%
  36.  
  37. ffmpeg -i segoyann.temp.avi
  38.  
  39. ffmpeg version N-72939-g5b0f55a Copyright (c) 2000-2015 the FFmpeg developers
  40.   built with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  41.   configuration: --prefix=/home/gliksberg/bin/ffmpeg-build --enable-gpl --enable-nonfree --enable-pthreads --enable-libx264 --enable-libfaac --enable-libmp3lame
  42.   libavutil      54. 27.100 / 54. 27.100
  43.   libavcodec     56. 41.100 / 56. 41.100
  44.   libavformat    56. 36.100 / 56. 36.100
  45.   libavdevice    56.  4.100 / 56.  4.100
  46.   libavfilter     5. 17.100 /  5. 17.100
  47.   libswscale      3.  1.101 /  3.  1.101
  48.   libswresample   1.  2.100 /  1.  2.100
  49.   libpostproc    53.  3.100 / 53.  3.100
  50. [avi @ 0x36fb3a0] non-interleaved AVI
  51. [dvvideo @ 0x36fbdc0] AC EOB marker is absent pos=67
  52. [dvvideo @ 0x36fbdc0] AC EOB marker is absent pos=69
  53. Input #0, avi, from 'segoyann.temp.avi':
  54.   Metadata:
  55.     encoder         : Lavf56.36.100
  56.   Duration: 00:00:30.04, start: 0.000000, bitrate: 28862 kb/s
  57.     Stream #0:0: Video: dvvideo (dvsd / 0x64737664), yuv420p, 720x576 [SAR 16:15 DAR 4:3], 28800 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc
  58.     Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 128 kb/s
  59. At least one output file must be specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement