I have a ts video file with one audio track and would like to add another one without changing the video quality. I tried avidemux and mkvtoolnix but both of them are messing with bitrate and changing quality of the video. What should I try next?
+ Reply to Thread
Results 1 to 11 of 11
-
-
with at least mkvtoolnix you are wrong. it's not an encoder and can't change the video bitrate. all it does it take what you feed it and re-wrap it in mkv.
--
"a lot of people are better dead" - prisoner KSC2-303 -
Original file:
Video
ID : 2214 (0x8A6)
Menu ID : 463 (0x1CF)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3
Format settings : CABAC / 3 Ref Frames
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : 27
Duration : 1 h 46 min
Bit rate : 3 300 kb/s
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 FPS
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan type, store method : Separated fields
Scan order : Top Field First
Bits/(Pixel*Frame) : 0.318
Stream size : 2.45 GiB (91%)
Color range : Limited
Color primaries : BT.601 PAL
Transfer characteristics : BT.470 System B/G
Matrix coefficients : BT.470 System B/G
After mkvtoolnix processing:
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3
Format settings : CABAC / 3 Ref Frames
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 1 h 46 min
Bit rate : 2 874 kb/s
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Frame rate : 50.000 FPS
Original frame rate : 25.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan type, store method : Separated fields
Scan order : Top Field First
Bits/(Pixel*Frame) : 0.139
Stream size : 2.13 GiB (96%)
Default : Yes
Forced : No
Color range : Limited
Color primaries : BT.601 PAL
Transfer characteristics : BT.470 System B/G
Matrix coefficients : BT.470 System B/G
--------------------------------------------------------------------
Perhaps I should change some settings in mkvtoolnix. -
something is wrong .. MKVtoolnix cannot do that .. it is only a remux software and it adds some characteristics (tags) .. or it is in avidemux that it is doing this .. In avidemux use the option video/audio output: 'copy' ..
責任者-MDX -
The actual video bitrate does not change. Mediainfo is unreliable for this. It's not really reading the bitrate, it's just "guessing" based on some parameters
If you demux both the original, and tsmuxer output, the elementary video stream will be the same size. (There might be a few bytes difference from metadata and header changes, but the decoded image will be bit for bit identical, and you can verify that with 3rd or 4th test such as PSNR, SSIM)
Similar Threads
-
Remux MPG audio file to add 2nd audio track
By danielmak in forum MacReplies: 0Last Post: 9th Nov 2018, 00:49 -
Add an AAC audio track to video file
By yardline in forum Video ConversionReplies: 2Last Post: 1st Mar 2017, 04:12 -
FFMBC: how to add an audio track?
By marcorocchini in forum Newbie / General discussionsReplies: 9Last Post: 5th Jan 2017, 04:28 -
How to add a second hard subtitle track to AVI file...
By alfiebear in forum SubtitleReplies: 1Last Post: 3rd Jun 2016, 03:15 -
Add audio track to M4V that already has a variable number of audio tracks
By ppomes in forum LinuxReplies: 5Last Post: 5th May 2015, 19:21