Re: [FFmpeg-user] c:v copy - output file is empty, nothing was encoded

2014-10-10 Thread Moritz Barsnick
On Thu, Oct 09, 2014 at 00:52:47 +0200, Peter Trompeter wrote: > so i do: ffmpeg -i snippet.h264 -r 25 -c:v copy snippet.mp4 > however, this does not seem to work. error message: Output file is empty, > nothing was encoded > ffmpeg version 1.2.6-7:1.2.6-1~trusty1 Copyright (c) 2000-2014 the FFmpe

[FFmpeg-user] c:v copy - output file is empty, nothing was encoded

2014-10-10 Thread Peter Trompeter
hi all, i've been trying to solve a strange problem but i'm not really getting anywhere, so i'm hoping to find an expert here ... basic situation is i have a raw h264 encoded video and want to mux it into an mp4 container. no audio. no re-encoding. so i do: ffmpeg -i snippet.h264 -r 25 -c:v cop