View Single Post
Old 15th May 2011, 14:31   #3  |  Link
gigirex
Registered User
 
Join Date: Jun 2010
Posts: 2
Get crazy!!

Thanks, Brazil2, but this is exactly what I means when I say "get crazy!":

C:\>ffmpeg -i in.mkv -vcodec copy -acodec copy -scodec copy output.mp4
FFmpeg version git-c9e16a9-Sherpya, Copyright (c) 2000-2011 the FFmpeg developers
built on Feb 4 2011 07:04:01 with gcc 4.2.5 20090330 (prerelease) [Sherpya]
libavutil 50. 37. 0 / 50. 37. 0
libavcore 0. 16. 1 / 0. 16. 1
libavcodec 52.109. 0 / 52.109. 0
libavformat 52. 95. 0 / 52. 95. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1. 74. 0 / 1. 74. 0
libswscale 0. 12. 0 / 0. 12. 0
libpostproc 51. 2. 0 / 51. 2. 0
[matroska,webm @ 01a6c1d0] Estimating duration from bitrate, this may be inaccurate
Seems stream 0 codec frame rate differs from container frame rate: 47.95 (20000000/417083) -> 24.00 (24/1)
Input #0, matroska,webm, from 'in.mkv':
Duration: 00:40:03.77, start: 0.000000, bitrate: 1536 kb/s
Stream #0.0(eng): Video: h264 (High), yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 23.98 fps, 24 tbr, 1k tbn, 47.95 tbc
Stream #0.1(eng): Audio: dca (DTS), 48000 Hz, 5.1, s16, 1536 kb/s [mp4 @ 03fa5260] track 1: could not find tag, codec not currently supported in container
Output #0, mp4, to 'output.mp4':
Metadata:
encoder: Lavf52.95.0
Stream #0.0(eng): Video: libx264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2 -31, 10000k tbn, 23.98 tbc
Stream #0.1(eng): Audio: [0][0][0][0] / 0x0000, 48000 Hz, 5.1, 1536 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Could not write header for output file #0 (incorrect codec parameters ?)

Please, I need a SIMPLE method for transcoding losslessly!

Last edited by gigirex; 15th May 2011 at 14:34.
gigirex is offline   Reply With Quote