Page 1 of 1

Problems with h264 transcoding operation

Posted: 29 Feb 2008 22:37
by nehjain
Hi .
I am trying to transcode a mpeg-2 file into h264 format and stream it using UDP . However i am getting a segmentation fault error upon doing this . Could any tell me how to identify what error is occuring .I am running RHEL 4 .
The command I am using is

vlc video1.mpg --sout '#transcode{vcodec=h264,acodec=mpga,vb=256,ab=128,deinterlace}:std{access=udp,mux=ts,dst=localhost:4000}'

and the error i am getting is
*****************************************
VLC media player 0.8.6d Janus
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
Segmentation fault


Please can anyone help me out ..
Thanks

Re: Problems with h264 transcoding operation

Posted: 29 Feb 2008 23:54
by Jean-Baptiste Kempf
Provide a backtrace of it, please.

Re: Problems with h264 transcoding operation

Posted: 01 Mar 2008 10:22
by nehjain
Hi.
The output message posted above is the only messages i get . What do you mean by backtracre . I tried the --enable-debug option , but that did not help . Also i had installed the rpm rather than build the source, so i dont know if enable-debug option is valid or not .


Thanks