Post subject: TASEncodingPackage Problem
geniusmind
He/Him
Joined: 6/6/2012
Posts: 38
Location: new york
Hello everyone. I was following the guide to encode a video and when running the global.bat it gave me this error message v:image_type framebased v:field_order not specified v:pixel_type YV12 avs2pipemod[info]: benchmarking 89159 frames video. avs2pipemod[info]: [elapsed 2585.639 sec] 89109/89159 frames [ 99%][34.463fps] benchmark result: total elapsed time is 2586.703 sec [34.468fps] -------------------------------- Encoding 10bit444 downloadable -------------------------------- avs [info]: 1920x1080p 3:4 @ 60000/1001 fps (cfr) timecode [info]: automatic timebase generation 1001/2541180000 x264 [error]: Effective timebase denominator 2541180000 exceeds H.264 maximum x264 [error]: x264_encoder_open failed mkvmerge v6.4.1 ('Omega Point') built on Sep 16 2013 22:05:10 Error: The file './temp/video.mkv' has unknown type. Please have a look at the supported file types ('mkvmerge --list-types') and contact the author Moritz Bunkus <moritz> if your file type is supported but not recognized properly. ************************************************************* * * * Nero AAC Encoder * * Copyright 2009 Nero AG * * All Rights Reserved Worldwide * * * * Package build date: Feb 18 2010 * * Package version: 1.5.4.0 * * * * See -help for a complete list of available parameters. * avs2pipemod[info]: * * writing 1487.469 seconds of 48000 Hz, 2 channel audio. ************************************************************* ./programs/sox WARN wav: Length in output .wav header will be wrong since can't seek to fix it Processed 1374 seconds...Processed 1375 seconds...Processed 1376 seconds...Processed 1377 seconds...Processed 1378 seconds...Processed 1379 seconds...Processed 1380 seconds...Processed 1381 seconds...Processed 1382 seconds...Processed 1383 seconds...Processed 1384 seconds...Processed 1ProcesPrProcessed 1400 seconds...nds...Processed 1393 seconds...Processed 1394 seconds...Processed 1395 seconds...Processed 1397 seconds...Processed 1401 secondsProcessed 14Processed 1409 seconds...03 seconds...Processed 1404 seconds...Processed 1405 seconds...Processed 1410 seconds...Processed 1411 seconds...Processed 1412 seconds...Processed 1413ProcProcProcProcessed 1424 seconds...rocessed 1415 seconds...Processed 1417 seconds...Processed 1420 seconds...Processed 1423 seconds...Processed 1425 seconds...Processed 1426 seconds...Processed 1427 seconds...ProcesseProceProceProceProceProceProcessed 1468 seconds...d 1430 seconds...Processed 1432 seconds...Processed 1439 seconds...Processed 1450 seconds...Processed 1453 seconds...Processed 1457 seconds...Processed 1469 ProcesProcessed 14ProcesProcesProcesavs2pipemod[info]: finished, wrote 1487.469 seconds [100%].ds...Processed 1479 seconds...Processed 1487 seconds... avs2pipemod[info]: total elapsed time is 30.958 sec. It have something to do with the mvkmerger that does not support the file, but i really don't understand what i am doing wrong. BTW i chose option 4 to render the video in different type of format such as .mkv .mp4 ect.
Site Admin, Skilled player (1237)
Joined: 4/17/2010
Posts: 11280
Location: RU
Post MediaInfo of your dump you're attempting to encode.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
geniusmind
He/Him
Joined: 6/6/2012
Posts: 38
Location: new york
General Complete name : C:\Users\admin\Desktop\TASEncodingPackage\movie.avi Format : AVI Format/Info : Audio Video Interleave Format profile : OpenDML File size : 54.4 GiB Duration : 24mn 45s Overall bit rate : 315 Mbps TCOD : 0 TCDO : 14854840000 Video ID : 0 Format : Lagarith Codec ID : LAGS Duration : 24mn 45s Bit rate : 313 Mbps Width : 1 920 pixels Height : 1 080 pixels Display aspect ratio : 16:9 Frame rate : 59.940 fps Color space : RGB Bit depth : 8 bits Bits/(Pixel*Frame) : 2.517 Stream size : 54.1 GiB (99%) Audio ID : 1 Format : PCM Format settings, Endianness : Little Format settings, Sign : Signed Codec ID : 1 Duration : 24mn 45s Bit rate mode : Constant Bit rate : 1 536 Kbps Channel(s) : 2 channels Sampling rate : 48.0 KHz Bit depth : 16 bits Stream size : 272 MiB (0%) Alignment : Aligned on interleaves Interleave, duration : 250 ms (14.98 video frames) Interleave, preload duratio : 250 ms
Site Admin, Skilled player (1237)
Joined: 4/17/2010
Posts: 11280
Location: RU
Hmm, such a huge file, but that error is about timecodes, which I've never seen break. For the sake of testing, try a lowres version of that dump and just run the script again, maybe something got corrupted when generating timecodes. Anyway, how did you dump it?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
geniusmind
He/Him
Joined: 6/6/2012
Posts: 38
Location: new york
I use lagarith lossless codec in bizhawk. What i did since it was multiple file i went to this program called sony vegas pro and did an uncompress file with the lagarith codec, I am assuming this is the problem
Site Admin, Skilled player (1237)
Joined: 4/17/2010
Posts: 11280
Location: RU
For multisegment input, use AppendSegment() from encode.avs. It takes base of the filename, first segment number, last segment number and format, like if you have all segments numbers appended with zero up to 3 digits, you use "%03.0f", if zero is not appended, just go with "%1.0f".
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.