I'm performing demux on some files using ffmpeg with this command line :
ffmpeg.exe -i videoWithAudio.mp4 -c:v copy -an videoWithoutAudio.mp4
The result is good but there's some change within the metadata (before+after)
=====
Original
=====
Duration : 1 h 28 min
Bit rate : 7 732 kb/s
Maximum bit rate : 20.1 Mb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 25.000 FPS
====
Demux
====
Duration : 1 h 28 min
Source duration : 1 h 28 min
Bit rate : 7 421 kb/s
Maximum bit rate : 7 732 kb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 25.000 FPS
----------------------------
During the demux, the "maximum bitrate" is alter and the "source duration" is added.
looking at the metadata, Lavf58.76.100 is used with ffmpeg, can this be the problem ? or it's something else ?
Thanks
kalemvar
+ Reply to Thread
Results 1 to 4 of 4
-
-
Thanks for the reply
do you have a suggestion of demux command line ? that would be really helpful
Thanks
Similar Threads
-
EAC 1.6 & Lame 3.100.2.0 error
By shimonmor in forum AudioReplies: 4Last Post: 23rd Oct 2024, 11:32 -
Demux .mp4 (video+audio) to 2 separate files (video.mp4) + (audio.mp4)
By kalemvar1 in forum Video ConversionReplies: 3Last Post: 15th Dec 2021, 07:05 -
Error Playing h.264 mp4 in Chrome and Losslesscut
By Media-Tomb in forum Newbie / General discussionsReplies: 3Last Post: 7th Nov 2019, 21:41 -
Audacity 2.30 not working with Lame 3.100 or 3.99.5 error message
By hokkom in forum AudioReplies: 2Last Post: 7th Oct 2018, 14:44 -
ffmpeg convert from mkv to mp4 [matroska,webm @ 0x1d06640] Read error at
By blurry in forum Video ConversionReplies: 6Last Post: 15th Jan 2018, 05:36