J’ai un problème lorsque je convertis des fichiers MP4 HEVC en MKV en utilisant le profil MKV Non traité ci-dessous. Lorsque je lis le fichier de sortie, la vidéo est figée sur l’image d’environ 3 secondes jusqu’à ce que l’audio rattrape. J’ai vérifié à la fois sur MPC et VLC. Cela ne se produit pas sur le MP4 original et si je fais un ffmpeg -i <inputMP4> -c copy <outputMKV>.
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
La commande PreCustomCommand sert uniquement à s’assurer que le srt ou vtt est valide selon l’extension et à le déplacer vers l’emplacement de destination car je n’ai pas besoin qu’ils soient traités dans MCEBuddy.
New Girl (2011) - S01E01 - Pilot.mp4-Orig-MKV-Stream_Default-2024-07-15T20-47-37.log (701,0 Ko)
Je téléchargerai des fichiers d’exemple quand le ftp fonctionnera.