Hello what makes mkvtoolnix different from ffmeg.
I asked help for my ts to mkv remuxing and i got help. ( https://forum.videohelp.com/showthread.php?t=392621 )
Now i have another issue that is when remuxing with mkvtoolnix mkv gets audio bitrate visible for mediainfo usage.
When remuxing with ffmpeg it doesnt show xxx kb/s info at all. Is there anything that could fix this issue.
Audio format is AAC if that helps.
+ Reply to Thread
Results 1 to 5 of 5
-
Last edited by Learning2do; 23rd Mar 2019 at 05:13. Reason: Added forgotten audio format information
-
By default mkvtoolnix writes statistic tags for every track including average bitrate. MediaInfo can read and use them. You can map the metadata from source to target in ffmpeg but beware that the tags are copied and their values become invalid e.g. if you re-encode a track.
https://gitlab.com/mbunkus/mkvtoolnix/wikis/Track-statistics-tags -
Hello what makes mkvtoolnix different from ffmeg.
What does your ffmpeg call look like that you use for remuxing?
Did you use the audio bitstream filter? (depending on your usage it might be needed,... https://ffmpeg.org/ffmpeg-bitstream-filters.html#aac_005fadtstoasc)
---
Nevermind, sneaker was faster,..users currently on my ignore list: deadrats, Stears555, marcorocchini -
-
Im feeling totally lost. I have managed edit @pandy version that i got earlier to have author and description metainformation.
for %%a in ("*.ts") do ffmpeg -i "%%a" -map 0 -c copy -metadata:s:a:0 language=fin -metadata Author="AuthorName" -metadata description="FileDescrtion" "%%~na.mkv"
pauseLast edited by Learning2do; 26th Mar 2019 at 13:49.
Similar Threads
-
How to delete metadata (author, artist, etc.) from MKV file
By Ragnarok10 in forum Newbie / General discussionsReplies: 2Last Post: 21st Apr 2018, 18:35 -
Panasonic DVD Camera VDR-D100 DVDs conversion metadata issue
By Jxck in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 1Last Post: 16th Nov 2017, 20:01 -
Help getting mkv files to play on Xbox One media player - Audio Issue
By Ohoopee in forum AudioReplies: 1Last Post: 3rd Oct 2016, 19:39 -
MKV Metadata Tags
By EspressoMachine in forum Newbie / General discussionsReplies: 2Last Post: 2nd Feb 2016, 13:08 -
how to edit mp4/mkv metadata in windows?
By mrjayviper in forum Video ConversionReplies: 6Last Post: 30th Jun 2015, 20:13