View Single Post
Old 25th May 2020, 02:25   #1889  |  Link
lordalibaski
Registered User
 
Join Date: May 2016
Posts: 88
Hi guys just encountered a small problem now I have just converted one file perfectly fine it has the exact same audio profiles has this one

Code:
Format                         : MPEG-PS
File size                      : 8.57 GiB
Duration                       : 2 h 5 min
Overall bit rate mode          : Variable
Overall bit rate               : 9 812 kb/s

Video
ID                             : 224 (0xE0)
Format                         : MPEG Video
Format version                 : Version 2
Format profile                 : Main@Main
Format settings                : CustomMatrix / BVOP
Format settings, BVOP          : Yes
Format settings, Matrix        : Custom
Format settings, GOP           : M=3, N=12
Format settings, picture struc : Frame
Duration                       : 2 h 5 min
Bit rate mode                  : Variable
Bit rate                       : 9 450 kb/s
Width                          : 720 pixels
Height                         : 576 pixels
Display aspect ratio           : 4:3
Frame rate                     : 25.000 FPS
Standard                       : PAL
Color space                    : YUV
Chroma subsampling             : 4:2:0
Bit depth                      : 8 bits
Scan type                      : Interlaced
Scan order                     : Top Field First
Compression mode               : Lossy
Bits/(Pixel*Frame)             : 0.911
Time code of first frame       : 00:00:13:11
Time code source               : Group of pictures header
GOP, Open/Closed               : Closed
Stream size                    : 8.17 GiB (95%)

Audio
ID                             : 189 (0xBD)-128 (0x80)
Format                         : AC-3
Format/Info                    : Audio Coding 3
Commercial name                : Dolby Digital
Muxing mode                    : DVD-Video
Duration                       : 2 h 5 min
Bit rate mode                  : Constant
Bit rate                       : 256 kb/s
Channel(s)                     : 2 channels
Channel layout                 : L R
Sampling rate                  : 48.0 kHz
Frame rate                     : 31.250 FPS (1536 SPF)
Compression mode               : Lossy
Delay relative to video        : -192 ms
Stream size                    : 229 MiB (3%)
I used the exact same method of encoding, I need to encode it so it will play on a Apple Mac hence the aac setting.



I just tried to convert it but got this error

Code:
Error Audio encoding 1 using eac3to 3.34 (2.1.1.5)

Audio encoding 1 using eac3to 3.34 returned error exit code: 1 (0x1)

It's unclear what the exit code means, in case it's a Windows system error then it possibly means:

Incorrect function


-------------------- Audio encoding 1 using eac3to 3.34 --------------------

C:\Users\\Desktop\StaxRip\Apps\Audio\eac3to\eac3to.exe "C:\Users\\Desktop\To Convert
\1988 Technics DMC World DJ Finals_temp\1988 Technics DMC World DJ Finals ID1 -192ms.ac3" "C:\
Users\\Desktop\To Convert\1988 Technics DMC World DJ Finals_temp
\1988 Technics DMC World DJ Finals ID1_a1.m4a" -quality=0.4 -192ms -progressnumbers

The format of the source file could not be detected.

StaxRip.ErrorAbortException: Audio encoding 1 using eac3to 3.34 returned error exit code: 1 (0x1)

It's unclear what the exit code means, in case it's a Windows system error then it possibly means:

Incorrect function


-------------------- Audio encoding 1 using eac3to 3.34 --------------------

C:\Users\\Desktop\StaxRip\Apps\Audio\eac3to\eac3to.exe "C:\Users\\Desktop\
To Convert\1988 Technics DMC World DJ Finals_temp\
1988 Technics DMC World DJ Finals ID1 -192ms.ac3" "C:\Users\\Desktop\
To Convert\1988 Technics DMC World DJ Finals_temp\
1988 Technics DMC World DJ Finals ID1_a1.m4a" -quality=0.4 -192ms -progressnumbers

The format of the source file could not be detected.


   at StaxRip.Proc.Start() in D:\Projekte\VB\staxrip\General\Proc.vb:line 367
   at StaxRip.GUIAudioProfile.Encode() in D:\Projekte\VB\staxrip\General\AudioProfile.vb:line 698
   at StaxRip.GlobalClass._Closure$__._Lambda$__41-0() in D:\Projekte\VB\staxrip\General\GlobalClass.vb:line 215
   at System.Threading.Tasks.Parallel.<>c__DisplayClass4_0.<Invoke>b__0()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at StaxRip.GlobalClass.ProcessJob(String jobPath) in D:\Projekte\VB\staxrip\General\GlobalClass.vb:line 256
Any help is appreciated.
lordalibaski is offline