Ich habe ein Problem beim Konvertieren von HEVC-MP4-Dateien in MKV mit dem folgenden „MKV Unprocessed“-Profil. Wenn ich die Ausgabedatei abspiele, bleibt das Video beim Frame nach etwa 3 Sekunden stehen, bis der Ton aufgeholt hat. Ich habe das sowohl mit MPC als auch mit VLC überprüft. Bei der ursprünglichen MP4 tritt das Problem nicht auf, und auch bei ffmpeg -i <inputMP4> -c copy <outputMKV> nicht.
Profil:
[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
Der PreCustomCommand stellt nur sicher, dass die SRT- oder VTT-Datei je nach Erweiterung gültig ist und verschiebt sie in den Zielordner, da ich sie nicht in MCEBuddy verarbeiten muss.
New Girl (2011) - S01E01 - Pilot.mp4-Orig-MKV-Stream_Default-2024-07-15T20-47-37.log (701.0 KB)
Ich lade Beispieldateien hoch, sobald FTP funktioniert.