View Single Post
Old 19th December 2018, 12:07   #7994  |  Link
jetro75
Registered User
 
Join Date: Dec 2010
Posts: 3
TSMuxeR error

Hello Guys need some help here, I start to use MultiAVCHD to convert MKV videos 8 years ago, every things fine but lately it give me some errors like this:

multiAVCHD.dat version: [04010767]
[11:26:28] Subtitle track #4 name: [forced]
[11:26:33] [AUTO-FIT]: Title#01 2755 kbps, 1920x1080 -> 1280x720 -> 1280x720

[11:26:38] Checking for available space and drive types (FAT32/NTFS)...
[11:26:39] Destination [E:]: NTFS, 3803302.6 MiB (3714.163 GiB) free space
[11:26:39] Temp folder [c:]: NTFS, 489123.37 MiB (477.66 GiB) free space

[11:26:39] Log started for multiAVCHD v4.1 (build 771)
[11:26:39] Selected output mode: Panasonic Viera TV / Camcoder (SDHC) (NTSC)

[11:26:39] Processing one title...
[11:26:39] Existing E:\Fantastici\AVCHD\ cannot be used as destination folder!
[11:26:39] Output will be written to: E:\Fantastici\AVCHD-20181219-112639
[11:26:41] Processing (F:\torrent\Harry Potter And The Deathly Hallows Part 1 2010 BDRip 1080p Ita Eng X265-NAHOM\Harry Potter And The Deathly Hallows Part 1.mkv)...
[11:26:41] This title is marked for reencoding / uncropping...
[11:26:41] Encoding process may take 10 min to 10 hours, so be patient...

[11:26:41] *** Initiating video encoding:

[11:26:41] *** Original : 1920x1080
[11:26:41] *** Crop : 0
[11:26:41] *** Resize : 1280x720
[11:26:41] *** Uncrop to : 1280x720
[11:26:41] *** Sharpen : 0
[11:26:41] *** Bitrate : 2755 kbps
[11:26:41] *** Frame rate: Original (23.976)
[11:26:41] *** Level : 4
[11:26:41] *** Quality : One pass (insane)
[11:26:41] *** SAR : 1:1
[11:26:41] *** DAR : 1280x720
[11:26:41] *** Profile : Blu-ray

[11:26:41] *** Stand-by for indexing (ffms2)...

[11:26:41] *** Encoding : One pass - content: [02:25:56]
[11:26:41] *** Encoding : x264 options: --preset ultrafast -B 2755 -I 48 --level 4 -i 24 -b 3 -m 0 -r 4 --ipratio 1.4 --vbv-bufsize 15000 --vbv-maxrate 14000 --qcomp 0.5 --threads auto --thread-input --aud --nal-hrd vbr --sar 1:1 --me dia --b-pyramid strict --slices 0 --weightp 0 --rc-lookahead 0 -o "c:\multiAVCHD\_TEMP\multiTEMP-20181219\Harry Potter And The Deathly Hallows Part 1.[1280x720-23.976].264" "c:\multiAVCHD\_TEMP\multiTEMP-20181219\20181219-112641-uncrop-running.avs"
[11:27:51] *** Speed : 2964.85 fps (elapsed: 00:01:10 - Realtime x 123.66)

[11:27:51] *** Transcoding failed!
[11:27:51] *** Check ffdshow/avisynth/haali (reinstall)!
[11:27:51] >>> Download links: http://multiforum.deanbg.com/viewtopic.php?f=7&t=17
[11:27:51] *** DEBUG: Try to play [c:\multiAVCHD\_TEMP\multiTEMP-20181219\20181219-112641-uncrop-running.avs] in MPC or other player, which supports AviSynth scripts and report the error to the author!


[11:27:51] tsMuxeR failed to process [F:\torrent\Harry Potter And The Deathly Hallows Part 1 2010 BDRip 1080p Ita Eng X265-NAHOM\Harry Potter And The Deathly Hallows Part 1.mkv]...

here avisynth script:

loadplugin("C:\multiAVCHD\tools\ffms2.dll")
filename="F:\torrent\Harry Potter And The Deathly Hallows Part 1 2010 BDRip 1080p Ita Eng X265-NAHOM\Harry Potter And The Deathly Hallows Part 1.mkv"
b = FFVideoSource(filename).LanczosResize( 1280,720)

#bordersizeX=int((1280-width(b))/2)
#bordersizeY=int((720-height(b))/2)
#AddBorders(b, bordersizeX, bordersizeY, bordersizeX, bordersizeY)


#b=last

b=b


return b.ConvertToYV12()

It say me: Check ffdshow/avisynth/haali (reinstall)!

I've reinstalled every thing bu errors still occurs sometimes with some video.

I've run Multitest it say all ok.

Any help would be apppreciated ty.
jetro75 is offline   Reply With Quote