Re: [FFmpeg-user] MKV to MP4

2015-12-01 Thread Jack Tucker
s=454 q=-1.0 size= 37435kB time=00:00:19.39 bitrate=15814.1kbits/s > Date: Tue, 1 Dec 2015 18:31:36 +0100 > From: barsn...@gmx.net > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] MKV to MP4 > > On Tue, Dec 01, 2015 at 03:09:42 +, Jack Tucker wrote: > > I a

[FFmpeg-user] MKV to MP4

2015-12-01 Thread Jack Tucker
Hi, I am trying to convert a MKV into m4p using Windows, every time I do it has issues with codec. Which line of code canI I use which will work? I have tried for %%a in ("*.mkv") do ffmpeg.exe -i "%%a" -vcodec copy -acodec copy "%%~na .mp4" but no luck and ffmpeg -i input.mkv -c:v copy -c:a copy