Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. myCLIPrompt:~/Downloads/temp/clips$ mencoder -ss 00:43:13 -endpos 00:02:12 -oac copy -ovc copy The.Original.Video.[VTV].mp4 -o TheClip.mp4
  2.  
  3. MEncoder SVN-r33713-4.6.1 (C) 2000-2011 MPlayer Team
  4.  
  5. WARNING: OUTPUT FILE FORMAT IS _AVI_. See -of help.
  6. success: format: 0 data: 0x0 - 0x19148a83
  7. libavformat file format detected.
  8. [lavf] stream 0: video (h264), -vid 0
  9. [lavf] stream 1: audio (aac), -aid 0, -alang und
  10. VIDEO: [H264] 720x404 24bpp 29.970 fps 843.8 kbps (103.0 kbyte/s)
  11. [V] filefmt:44 fourcc:0x34363248 size:720x404 fps:29.970 ftime:=0.0334
  12. ==========================================================================
  13. Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
  14. AUDIO: 48000 Hz, 2 ch, s16le, 143.0 kbit/9.31% (ratio: 17880->192000)
  15. Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
  16. ==========================================================================
  17. videocodec: framecopy (720x404 24bpp fourcc=34363248)
  18. Audio format 0x4134504d is incompatible with '-oac copy', please try '-oac pcm' instead or use '-fafmttag' to override it.
  19.  
  20. Exiting...
  21.  
  22. avconv -i input.mp4 -ss 00:00:15 -t 00:00:10 -codec copy output.mp4
  23.  
  24. ffmpeg -i input.mp4 -ss 00:00:15 -t 00:00:10 -c:v copy -c:a copy output.mp4
  25.  
  26. ffmpeg -i InputFile -ss StartTime -t Duration Outputfiless
  27. ffmpeg -i input.mp4 -ss 00:07:38 -t 00:07:36 output.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement