Only PCM audio available when transcoding DVD's?
Kaya Saman <[email protected]> Wed, 14 Dec 2011 18:13:07 +0200
| Newsgroups | gmane.comp.video.dvdrip.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I've recently installed DVD::RIP from the yum repo's on my Fedora 15 x64 system. All the latest versions of dvd-rip and transcode where installed however upon ripping a title I had this error: -------------------------------- Job 'Transcode video - title #2, pass 1' failed with error message: Command exits with failure code: Command: mkdir -m 0775 -p '/home/kaya/dvdrip-data/A.P.E.X./tmp' && cd /home/kaya/dvdrip-data/A.P.E.X./tmp && mkdir -p /home/kaya/dvdrip-data/A.P.E.X./avi/002 && execflow -n 19 transcode -H 10 -a 0 -x vob,null -i \/home\/kaya\/dvdrip\-data\/A\.P\.E\.X\.\/vob\/002\/ -w 1008,50 -F mpeg4 -A -N 0x2000 -f 25.000 -B 12,10,8 -R 1 -y ffmpeg,null -o /dev/null --progress_meter 2 --progress_rate 25 && echo EXECFLOW_OK Output: ft=-1 decodebuf=6 filterbuf=3 encodebuf=11 [[31;1maudio_trans.c[0m][31;1m critical[0m: Sorry, only PCM audio is supported for processing [...] encoding=1 frame=147000 first=0 last=-1 fps=126.480 done=-1.000000 timestamp=5880.000 timeleft=-1 decodebuf=0 filterbuf=1 encodebuf=19 [[31;1maudio_trans.c[0m][31;1m critical[0m: Sorry, only PCM audio is supported for processing [[31;1maudio_trans.c[0m][31;1m critical[0m: Sorry, only PCM audio is supported for processing [[31;1maudio_trans.c[0m][31;1m critical[0m: Sorry, only PCM audio is supported for processing [[31;1maudio_trans.c[0m][31;1m critical[0m: Sorry, only PCM audio is supported for processing [[31;1maudio_trans.c[0m][31;1m critical[0m: Sorry, only PCM audio is supported for processing sh: line 1: 30880 Segmentation fault execflow -n 19 transcode -H 10 -a 0 -x vob,null -i \/home\/kaya\/dvdrip\-data\/A\.P\.E\.X\.\/vob\/002\/ -w 1008,50 -F mpeg4 -A -N 0x2000 -f 25.000 -B 12,10,8 -R 1 -y ffmpeg,null -o /dev/null --progress_meter 2 --progress_rate 25 -------------------------------- Now I used DVD::RIP a long time ago back on a PIV system running Debian 3.x or 4.x and worked fine then. I thought as running the: transcode -H 10 -a 0 -x vob,null -i \/home\/kaya\/dvdrip\-data\/A\.P\.E\.X\.\/vob\/002\/ -w 1008,50 -F mpeg4 -A -N 0x2000 -f 25.000 -B 12,10,8 -R 1 -y ffmpeg,null -o /dev/null --progress_meter command manually from the CLI yielded the same error that the issue might be with transcode... I decided to remove transcode 1.1.5 using rpm -e --nodeps and compile 1.1.0 from source. I ran: ./configure --enable-alsa --enable-a52 --enable-faac as I thought there might be some issue with the AC3' codec not being compiled into the package. I still get the same error however and I can't work my way around it! DVD's play fine using Mplayer and Xine, I've tested and everything works including the sound. Debug shows this output for dvd-rip: Program Version ------------------------------- dvd::rip 0.98.11 transcode 1.1.0 ImageMagick 6.6.5 ffmpeg 0.7.6-rpmfusion, xvid4conf not installed subtitle2pgm 0.3 lsdvd 0.16 rar 2.71 mplayer cvs ogmtools 1.5 dvdxchap 1.5 mjpegtools not installed xine 0.99.6 fping 2.4 hal not installed ------------------------------- I have been using these settings under transcode option: Video Container: AVI Video Codec: FFMPEG FFMPEG Codec: MPEG4 Video Framerate: 25fps 2-pass encoding Target media size: 1x 850MB Audio AC3' direct passthrough Can anyone help me? Thanks in advance!