View Full Version : PCM Audio Not Supported
vipin
25th October 2008, 05:30
Hi,
Your homepage shows that this program supports
"AC3, DTS, PCM, MPA input audio tracks"
but unfortunately for me PCM audio was not supported. I was trying to convert this file to avi:--
Video: MPEG2 Video 720x480 (4:3) 29.97fps 7800Kbps [Video]
Audio: PCM 48000Hz stereo 1536Kbps [Audio]
Subtitle: DVD Subpicture [Subtitle]
but all I got was AVI file without any sound. I was trying to use MP3 Audio.
AutoGK is a great software and I have never seen this program getting failed but this time it couldn't convert.
Please help.
thanx
vipin
gizmo27
25th October 2008, 20:50
Another solution : try with the ac3 file
manono
25th October 2008, 21:09
What makes you think there is an AC3 file?
If AutoGK doesn't work with your PCM WAV file (is there a log that confirms what you say?), I'd convert the PCM WAV to MP3 myself, and then mux it into the finished AVI.
vipin
26th October 2008, 06:41
I have found the solution.
Actually it was .m2v file, AutoGK opened the file and even converted it but there was not audio.
But since it was actually a DVD Video file so I renamed it to .VOB file and it worked!
So it was just file renaming.
AutoGK recognised .m2v extension but couldn't recognise the audio in it (dunno why) but .vob worked fine.
thanx
vipin
http://img20.imageshack.us/img20/4301/firstuz1.jpg (http://imageshack.us)
http://img20.imageshack.us/img20/firstuz1.jpg/1/w710.png (http://g.imageshack.us/img20/firstuz1.jpg/1/)
http://img20.imageshack.us/img20/8074/secondvk0.jpg (http://imageshack.us)
http://img20.imageshack.us/img20/secondvk0.jpg/1/w709.png (http://g.imageshack.us/img20/secondvk0.jpg/1/)
The Log File for the .m2v extension was this:---
--------------------------------------------------
[10/26/2008 10:23:20] AutoGK 2.45
[10/26/2008 10:23:20] OS: WinXP (5.1.2600).2
[10/26/2008 10:23:20] Job started.
[10/26/2008 10:23:20] Input file: C:\DVD Videos Collection\Shania Twain - Ka-Ching!.m2v
[10/26/2008 10:23:20] Output file: F:\Shania Twain - Ka-Ching!.avi
[10/26/2008 10:23:20] Output codec: XviD
[10/26/2008 10:23:20] Audio: none
[10/26/2008 10:23:20] Subtitles: none
[10/26/2008 10:23:20] Format: AVI
[10/26/2008 10:23:20] Target size: 82Mb
[10/26/2008 10:23:20] Started encoding.
[10/26/2008 10:23:20] Demuxing and indexing.
[10/26/2008 10:23:28] Processing file: C:\DVD Videos Collection\Shania Twain - Ka-Ching!.m2v
[10/26/2008 10:23:28] Source resolution: 720x480
[10/26/2008 10:23:28] Found NTSC source.
[10/26/2008 10:23:28] Source aspect ratio: 4:3
[10/26/2008 10:23:28] Analyzing source.
[10/26/2008 10:24:48] Source has percentage of interlacing in motion areas: 56.94
[10/26/2008 10:24:48] Source has percentage of telecined patterns: 4.18
[10/26/2008 10:24:48] Source has percentage of progressive patterns: 18.47
[10/26/2008 10:24:48] Source has percentage of interlaced patterns: 77.35
[10/26/2008 10:24:48] Source is considered to be interlaced.
[10/26/2008 10:24:48] Output will contain 6946 frames
[10/26/2008 10:24:48] Overhead: 0 bytes (0.00 Mb)
[10/26/2008 10:24:48] Video size: 85,983,232 bytes (82.00 Mb)
[10/26/2008 10:24:48] Running compressibility test.
[10/26/2008 10:24:48] Writing the following script to F:\agk_tmp\Shania Twain - Ka-Ching!_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneldeint.dll")
movie = mpeg2source("F:\agk_tmp\Shania Twain - Ka-Ching!.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 0.888888888888889
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 640
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
LeakKernelDeInt(movie,order=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(52,15)
===========================================================
[10/26/2008 10:31:29] Duration was: 6 minutes 40 seconds
[10/26/2008 10:31:29] Speed was: 5.03 fps.
[10/26/2008 10:31:29] Compressibility percentage is: 92.60
[10/26/2008 10:31:29] Chosen resolution is: 720x544 ( AR: 1.32 )
[10/26/2008 10:31:29] Predicted comptest value is: 72.63%
[10/26/2008 10:31:29] Running first pass.
[10/26/2008 10:31:29] Writing the following script to F:\agk_tmp\Shania Twain - Ka-Ching!_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneldeint.dll")
movie = mpeg2source("F:\agk_tmp\Shania Twain - Ka-Ching!.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 0.888888888888889
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 720
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
LeakKernelDeInt(movie,order=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
===========================================================
[10/26/2008 10:44:47] Duration was: 13 minutes 18 seconds
[10/26/2008 10:44:47] Speed was: 8.70 fps.
[10/26/2008 10:44:47] Expected quality of first pass size: 71.83%
[10/26/2008 10:44:47] Running second pass.
[10/26/2008 11:04:09] Duration was: 19 minutes 22 seconds
[10/26/2008 11:04:09] Speed was: 5.98 fps.
[10/26/2008 11:04:09] Job finished. Total time: 40 minutes 49 seconds
--------------------------------------------------------
Guest
26th October 2008, 07:08
Why did you rip it as an M2V instead of a VOB?
setarip_old
26th October 2008, 07:38
@vipin
Hi!AutoGK recognised .m2v extension but couldn't recognise the audio in it (dunno why) but .vob worked fine.Probably because an ".M2V" extender is indicative of a video(only) stream...
vipin
26th October 2008, 13:16
thanx everyone, problem solved.
Guest
26th October 2008, 14:37
vipin,
Why did you rip it as an M2V instead of a VOB?
vipin
27th October 2008, 04:41
I thought converting to formats like MKV or M2V provides good quality, these days a lot of sites offer videos in these two formats suggesting that they are Blu-Ray formats providing very high quality. Actually I had only renamed it, didn't convert it actually so that's why the problem occurred.
thanx
manono
27th October 2008, 07:00
these days a lot of sites offer videos in these two formats suggesting that they are Blu-Ray formats
It suggests no such thing. If your source was a VOB (before you renamed it) it has nothing to do with Blu-Ray. Renaming it as M2V doesn't make it Blu-Ray.
Actually I had only renamed it, didn't convert it actually so that's why the problem occurred.
As setarip_old said, an M2V is a video-only elementary stream and there's no reason at all that AutoGK should look for audio within it. So this whole thread is pointless, you're the cause of your own problems, and your accusation against AutoGK that it doesn't really support WAV audio is completely unfounded.
vipin
27th October 2008, 07:18
As setarip_old said, an M2V is a video-only elementary stream and there's no reason at all that AutoGK should look for audio within it. So this whole thread is pointless, you're the cause of your own problems, and your accusation against AutoGK that it doesn't really support WAV audio is completely unfounded.
If m2v is really Video only stream, then why Media Player Classic, VLC Media Player support audio inside it???? There are other commercial software's available like ImToo that were able to do the job. And freeware softwares likes SUPER that recognised the audio inside it...
I was just surprised why AutoGK couldn't recognise it, and I am not framing any charge against AutoGK, I love this software, I was just curious to know why it happened and nothing else.
setarip_old
27th October 2008, 08:23
Some programs simply accept the extender as being accurate and deal with the file accordingly. Other programs read header information from the file and use that to determine what the actual file format is...
CWR03
27th October 2008, 12:45
If m2v is really Video only stream, then why Media Player Classic, VLC Media Player support audio inside it????
It has nothing to do with "support." I can take any video file that can be played in MPC, change the extension to anything I want, and still play it in MPC. I can even change it to .dll and still drag-and-drop it onto MPC, and a .dll file is hardly a known video format.
As manono said, AutoGK made the assumption that you had a valid .m2v (Video only) file and didn't bother looking for audio channels.
Guest
27th October 2008, 13:24
@vipin
Your story about ripping a DVD and renaming the VOB to M2V because you thought that would make it blu-ray is implausible. And "Shania Twain Ka-Ching!.m2v" is a torrent download.
Struck for rule 6.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.