LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-07-2005, 07:09 PM   #1
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,326

Rep: Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920
transcode crash


hi lq:

i am trying to use transcode to back-up a dvd in another format. i am using transcode because when i use dvd::rip it will hang with a balck pop-up window and won't do anything. i decided to go hardcore with transcode:
Code:
[schneidz@lq]$ transcode -a 1 -y xvid,xvid -F mpeg4 -M 2 -N 0x55 -s 3 -w 650,75,90 -b 64 -B 12,10,8 -i /mnt/dos/stuff/sin_city/video_ts/vts3/vts_03_2.vob -o sc-temp.avi
transcode v0.6.9 (C) 2001-2003 Thomas Oestreich
[transcode] auto-probing source /mnt/dos/stuff/sin_city/video_ts/vts3/vts_03_2.vob (ok)
[transcode] V: import format    | MPEG-2  (V=vob|A=vob)
[transcode] V: AV demux/sync    | (2) initial MPEG sequence / enforce frame rate[transcode] V: import frame     | 720x480  1.50:1  encoded @ 16:9
[transcode] V: new aspect ratio | 640x384  1.67:1 (-B)
[transcode] V: bits/pixel       | 0.110 (low)
[transcode] V: decoding fps,frc | 23.976,1
[transcode] A: import format    | 0x2001  AC3/A52      [48000,16,2]  448 kbps
[transcode] A: export format    | 0x55    MPEG layer-3 [48000,16,2]   64 kbps
[transcode] V: encoding fps,frc | 23.976,1
[transcode] A: bytes per frame  | 8008 (8008.000000)
[transcode] A: adjustment       | 0@1000
[transcode] A: rescale stream   | 3.000
[transcode] V: IA32 accel mode  | sse2 (sse2 sse mmxext mmx asm)
[transcode] V: video buffer     | 10 @ 720x480
[import_vob.so] v0.5.9 (2003-07-22) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)
[export_xvid2.so] v0.3.10 (2003-07-30) (video) XviD 0.9.x (aka API 2.1 series)
| (audio) MPEG/AC3/PCM
[import_vob.so] tccat -i "/mnt/dos/stuff/sin_city/video_ts/vts3/vts_03_2.vob" -t vob -d 0 -S 0 | tcdemux -a 1 -x ac3 -S 0 -M 2 -d 0 | tcextract -t vob -a 1 -x ac3 -d 0 | tcdecode -x a52 -d 0 -A 0
[import_vob.so] tccat -i "/mnt/dos/stuff/sin_city/video_ts/vts3/vts_03_2.vob" -t vob -d 0 -S 0 | tcdemux -s 0x81 -x mpeg2 -S 0 -M 2 -f 23.976024 -P /tmp/fileApCYOr   -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0
No accelerated IMDCT transform found
No ./xvid2.cfg nor ~/.transcode/xvid2.cfg file found, falling back to hardcoded
defaults
(aud_aux.c) using lame-3.93 MMX
[demuxer.c] (pid=8913) '0x00000000' not yet supported0:05, ( 0| 0| 9)
[demuxer.c] (pid=8910) '0x00000000' not yet supported0:27, ( 0| 0| 9)
encoding frames [000000-000734],  16.73 fps, EMT: 0:00:30, ( 0| 0| 1)
clean up | frame threads | unload modules | cancel signal | internal threads | done
[transcode] clipped 2455 audio samples
[transcode] encoded 735 frames (2 dropped, 0 cloned), clip length  30.66 s
[schneidz@lq]$
this keeps crashing after 30 seconds of encoding. any ideas.

thanks,
 
Old 10-08-2005, 07:16 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
doesn't look like a crash to me./.. looks like the stream really is that long... you wouldn't normally encode from vob files directly, dvd videos span multiple vob files in all sorts of weird ways. normally you (well.. I) would treat the whole directory as a dvd including the ifo files from the dvd.
 
Old 10-08-2005, 02:08 PM   #3
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,326

Original Poster
Rep: Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920
thanks acid, well transcode stops 30s into this vob (and about 9 mins into another one. i showed 'vts_03_2.vob' as an example.)

not sure what you mean about the ifo's. i did this:
[schneidz@lq]$ transcode -a 1 -y xvid,xvid -F mpeg4 -M 2 -N 0x55 -s 3 -w 650,75,90 -b 64 -B 12,10,8 -i /mnt/dos/stuff/sin_city/video_ts/vts3/ -o sc-temp.avi

where i end up with an avi that is 19:15 (18:45 from vts_03_1.vob and the first 30 seconds of vts_03_2.vob)

anyone know a lot alot about transcode and output parameters?
 
Old 05-06-2006, 06:23 PM   #4
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,326

Original Poster
Rep: Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920
hi i ran this command on this directory and it hangs forever (not doing anything):

Code:
[schneidz@OEMComputer BACKUP]$ ll video_ts
total 7274304
-rwxrwxrwx    1 root     root     1073307648 May  6 17:02 vts_02_1.vob
-rwxrwxrwx    1 root     root     1073203200 May  6 17:06 vts_02_2.vob
-rwxrwxrwx    1 root     root     1073205248 May  6 17:11 vts_02_3.vob
-rwxrwxrwx    1 root     root     1073672192 May  6 17:20 vts_02_4.vob
-rwxrwxrwx    1 root     root     1073434624 May  6 17:28 vts_02_5.vob
-rwxrwxrwx    1 root     root     1073465344 May  6 17:36 vts_02_6.vob
-rwxrwxrwx    1 root     root     1008523264 May  6 17:43 vts_02_7.vob
[schneidz@OEMComputer BACKUP]$ transcode -a 1 -y xvid,xvid -F mpeg4 -M 2 -N 0x55 -s 3 -w 650,75,90 -b 64 -B 12,10,8 -i /mnt/dos/stuff/BACKUP/VIDEO_TS/ -o bak.avi
transcode v0.6.9 (C) 2001-2003 Thomas Oestreich
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Couldn't find device name.
libdvdread: Can't open file VIDEO_TS.IFO.
[transcode] auto-probing source /mnt/dos/stuff/BACKUP/VIDEO_TS/ (ok)
[transcode] V: import format    | MPEG-2  (V=vob|A=vob)
[transcode] V: AV demux/sync    | (2) initial MPEG sequence / enforce frame rate[transcode] V: import frame     | 720x480  1.50:1  encoded @ 16:9
[transcode] V: new aspect ratio | 640x384  1.67:1 (-B)
[transcode] V: bits/pixel       | 0.110 (low)
[transcode] V: decoding fps,frc | 23.976,1
[transcode] A: import format    | 0x2001  AC3/A52      [48000,16,2]
[transcode] A: export format    | 0x55    MPEG layer-3 [48000,16,2]   64 kbps
[transcode] V: encoding fps,frc | 23.976,1
[transcode] A: bytes per frame  | 8008 (8008.000000)
[transcode] A: adjustment       | 0@1000
[transcode] A: rescale stream   | 3.000
[transcode] V: IA32 accel mode  | sse2 (sse2 sse mmxext mmx asm)
[transcode] V: video buffer     | 10 @ 720x480
[import_vob.so] v0.5.9 (2003-07-22) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)
[export_xvid2.so] v0.3.10 (2003-07-30) (video) XviD 0.9.x (aka API 2.1 series)
| (audio) MPEG/AC3/PCM
[import_vob.so] tccat -i "/mnt/dos/stuff/BACKUP/VIDEO_TS/" -t vob -d
0 -S 0 | tcdemux -a 1 -x ac3 -S 0 -M 2 -d 0 | tcextract -t vob -a 1 -x ac3 -d 0
| tcdecode -x a52 -d 0 -A 0
[import_vob.so] tccat -i "/mnt/dos/stuff/BACKUP/VIDEO_TS/" -t vob -d
0 -S 0 | tcdemux -s 0x81 -x mpeg2 -S 0 -M 2 -f 23.976024 -P /tmp/file8zFryJ   -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0
No accelerated IMDCT transform found
No ./xvid2.cfg nor ~/.transcode/xvid2.cfg file found, falling back to hardcoded
defaults
(aud_aux.c) using lame-3.93 MMX
can someone help me figure out why it is hanging on this step?

thanks,
schneidz
 
Old 05-07-2006, 01:50 AM   #5
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,326

Original Poster
Rep: Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920Reputation: 920
here's something new. it ended with this:

Code:
(aud_aux.c) using lame-3.93 MMX
 
clean up | frame threads | unload modules | cancel signal | internal threads | done
[transcode] encoded 0 frames (167674 dropped, 0 cloned), clip length   0.00 s
[schneidz@OEMComputer BACKUP]$
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Crash, Crash, Crash, Crash and You Guessed it Crash! little_penguin SUSE / openSUSE 8 07-04-2005 09:34 AM
how to use transcode... Scrag Linux - Software 1 02-26-2005 11:39 PM
X.Org crash........very odd crash..... doctorzoidberg Linux - Software 11 01-07-2005 07:38 PM
kde crash, then other crash, now weird problems true_atlantis Linux - Laptop and Netbook 1 04-28-2004 12:01 AM
xmms crash xine crash mplayer crash paledread Linux - Software 9 03-09-2004 07:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration