Problems with h264 transcoding operation
Posted: 29 Feb 2008 22:37
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
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