I'm trying to split up some mpeg2 (.mpg) files into m2v and ac3 files (for audio adjustment before burning), and I've done a whole bunch of them over the past few weeks just fine. Now I am getting this error when I try extracting the video:
Code: Select all
bash: $'\357\273\277tcextract': command not foundCode: Select all
tcextract -i File.mpg -t vob -x mpeg2 > File.m2vI *DID* however recently change to the above profile from the Gnome profile extension, when I changed myself over to e17 a couple weeks ago. That's one of the few changes I believe could have caused this issue...
My flags for transcode, ffmpeg, and mjpegtools haven't changed though, excepting for the lack of pulseaudio.
Code: Select all
[ebuild R ] media-video/ffmpeg-0.10.2 USE="X aac alsa bzip2 encode hardcoded-tables jpeg2k mmx mp3 sdl truetype vorbis x264 xvid zlib -3dnow -3dnowext -aacplus (-altivec) -amr -ass -avx -bindist -cdio (-celt) -cpudetection -debug -dirac -doc -faac -frei0r -gnutls -gsm -ieee1394 -jack -libv4l -mmxext -modplug (-neon) -network -openal -openssl -oss -pic -pulseaudio -rtmp -schroedinger -speex -ssse3 -static-libs -test -theora -threads -v4l -vaapi -vdpau (-vis) -vpx" FFTOOLS="aviocat cws2fws ffeval graph2dot ismindex pktdumper qt-faststart trasher" 0 kB
[ebuild R ] media-video/mjpegtools-2.0.0-r2 USE="dv gtk mmx png quicktime sdl -dga -sdlgfx -static-libs -v4l" 0 kB
[ebuild R ] media-video/transcode-1.1.7 USE="X a52 aac alsa dv dvd iconv jpeg mmx mp3 mpeg ogg quicktime sdl sse sse2 truetype vorbis x264 xml xvid -3dnow (-altivec) -imagemagick -lzo -mjpeg (-nuv) -oss (-pic) -postproc -theora -v4l" 0 kB
