Guest User

Untitled

a guest
May 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ffmpeg -i recording.mp4 -c libx264 output.flv
  2.  
  3. ffmpeg -i output.flv -ss 00:00:00.000 -t 00:00:01.000 -c copy output2.mp4
  4.  
  5. Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
  6.  
  7. Duration: 00:00:26.96, start: 0.080000, bitrate: 126 kb/s
  8. Stream #0:0: Video: h264 (High), yuv420p, 640x480, 25 fps, 25 tbr, 1k tbn, 50 tbc
  9.  
  10. ffmpeg -ss 00:00:03.000 -t 00:00:01.000 -i output.flv -c copy output2.mp4
Add Comment
Please, Sign In to add comment