Hello im new in here, i hope somebody has a anwser for me.
i want to check with your guys to see if i do the right way, because the total bitrate getting lower. And after the extract i cant see the video bitrate with mediainfo
Feralserver
i have a UHD 4k HDR movie that i have extract, TrueHD - AC3 - Video by this commandffmpeg version N-89882-g4dbae00bac-static
ffmpeg -i input.mkv -map 0:0 -map 0:1 -map 0:2 -c copy encode.mkvThen i add the subtitles.srt to the same dir and rundStream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default)
Stream #0:1(eng): Audio: truehd, 48000 Hz, 7.1, s32 (24 bit) (default)
Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s
but what i dont understand, is when i use the first command to extract video and audio, the total bitrate has been a but lower then the originale file?ffmpeg -i encode.mkv -i eng.srt -map 0:0 -map 0:1 -map 0:2 -map 1:0 -c copy encodefinish.mkv
originale: 56.6
Extract: 56.0
+ Reply to Thread
Results 1 to 6 of 6
-
-
The original MKV had a bitrate of 56.6 ... which unit? Mbps, probably? So it lost about 600 kbps. Did it contain any other streams you did not copy? Or did the video possibly contain some stuffing not to get below a minimum bitrate ... depends on how the original MKV was created, which additional data it contains from a really original source.
-
Yes, 56.6 Mbps. Yes, it contains subtitles .pgs and chapter.
i can see that the bitrate one truehd and ac3 is the same and filesize to. it just wonders me that I cant see the bitrate of the movie not even with FFmpeg -i input.mkv |& grep Stream or mediainfo with rutorrent.
Cant it be the subtitles can make the difference? -
Question is does the file size change accordingly, if not then MediaInfos estimation of the bitrate is simply wrong. (not that big of a deal not that uncommon)
users currently on my ignore list: deadrats, Stears555, marcorocchini -
Org: 41.2 GB
Rip: 40.8 GB
Only subs extract.
i have just look at one PGS subtitles,
NUMBER_OF_BYTES : 17437857
That is about 16.6 MB
There are 30 subtitles.
16x30 = 1.6GB but some subtitles are less site and maybe som are bigger. idk. But maybe isLast edited by UnlikeME; 4th Feb 2018 at 03:33.
-
30 picture based subtitles + may be some header optimization can account for 400MB
Also 30*16.6 = 498 not 1600.users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Reencoding video to a lower bitrate: downsample first?
By pachura in forum Video ConversionReplies: 3Last Post: 31st Mar 2017, 12:14 -
Bitrate is lower than expected after conversion
By pdun459 in forum Video ConversionReplies: 8Last Post: 21st Sep 2016, 19:59 -
How to lower the pitch of the audio with ffmpeg?
By MissLoac in forum AudioReplies: 1Last Post: 20th Jul 2015, 07:13 -
Better quality at same bitrate: higher vs. lower resolution?
By pxstein in forum Video ConversionReplies: 4Last Post: 18th Mar 2015, 03:24 -
How to let ffmpeg run with lower (not lowest) CPU priority?
By pxstein in forum Newbie / General discussionsReplies: 1Last Post: 12th Sep 2013, 02:16