I’m having an issue when I convert HEVC MP4 files to MKV using the below MKV Unprocessed profile. When I play the output file the video is frozen at the frame about 3 seconds in until the audio catches up. I’ve verified on both MPC and VLC. This does not happen on the original MP4 and if I do a ffmpeg -i <inputMP4> -c copy <outputMKV>
.
Profile:
[MKV Unprocessed]
Description=No video processing, just changing the container to MKV.
order=ffmpeg,copy
AllowAllCopyRemuxing=true
copy-ext=.ts
copy-remuxto=.mkv
copy-audiodelay=skip
ffmpeg-general=-threads 0 -v verbose
ffmpeg-video=-c:v copy -map 0:v -sn
ffmpeg-audio=-c:a copy -map 0:a
ffmpeg-audioac3=-c:a copy -map 0:a
ffmpeg-ext=.mkv
ffmpeg-audiodelay=skip
PreConversionCommercialRemover=true
FixedResolution=true
SkipCropping=true
AutoDeinterlace=false
DisableEncoderReordering=true
PreCustomCommandPath="C:\Program Files\PowerShell\7\pwsh.exe"
PreCustomCommandParameters="\\NAS\Video\Temp\Subtitle-CopyVerify.ps1" -SourcePath "%originalfilepath%" -SourceFileBaseName "%originalfilename%" -DestinationPath "%destinationpath%" -DestinationFileBaseName "%convertedfilename%"
PreCustomCommandPeriod=0
PreCustomCommandCritical=false
PreCustomCommandUiSession=false
PreCustomCommandUiSession=false
PreCustomCommandShowWindows=false
PreCustomCommandExitCodeCheck=false
The PrecustomCommand is only to ensure that the srt or vtt is valid based on extension and move it to destination location as I don’t need them processed in MCEBuddy.
New Girl (2011) - S01E01 - Pilot.mp4-Orig-MKV-Stream_Default-2024-07-15T20-47-37.log (701.0 KB)
Will upload sample files when I get ftp to work.