Difference between revisions of "Transcode"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
|||
(19 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | + | | http://download.berlios.de/tcforge/transcode-{{Transcode-Version}}.tar.bz2 | |
− | | http:// | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
---- | ---- | ||
− | {{Package-Introduction|Transcode is a fast, versatile and command-line based audio/video everything to everything converter. For a rundown of the features and capabilities, along with usage examples, visit the | + | {{Package-Introduction|Transcode is a fast, versatile and command-line based audio/video everything to everything converter. For a rundown of the features and capabilities, along with usage examples, visit the [http://www.transcoding.org/cgi-bin/transcode?Transcode_Wiki Transcode Wiki].|http://www.transcoding.org/}} |
== Dependencies == | == Dependencies == | ||
=== Required === | === Required === | ||
* [[FFmpeg]] | * [[FFmpeg]] | ||
− | |||
=== Recommended === | === Recommended === | ||
* [[LAME]] | * [[LAME]] | ||
− | === Optional | + | === Optional === |
* [[Pkg-config]] | * [[Pkg-config]] | ||
Line 55: | Line 43: | ||
* [[ImageMagick]] | * [[ImageMagick]] | ||
* [[libjpeg]] | * [[libjpeg]] | ||
+ | * [[libmpeg2]] | ||
== Configuration Information == | == Configuration Information == | ||
− | There are numerous configuration options listed below that you may want to use: | + | There are numerous, non-default configuration options listed below that you may want to use: |
− | + | {| style="text-align: left;" | |
− | + | |- | |
− | + | |<i>--enable-netstream:</i> enable network streaming support. | |
− | + | |- | |
− | + | |<i>--enable-freetype2:</i> build with freetype2 support. | |
− | + | |- | |
− | + | |<i>--enable-v4l:</i> enable v4l/v4l2 support. | |
− | + | |- | |
− | + | |<i>--enable-oss:</i> enable OSS support. | |
− | + | |- | |
− | + | |<i>--enable-libpostproc:</i> build with libpostproc support. | |
− | + | |- | |
− | + | |<i>--enable-avifile:</i> build with avifile support. | |
− | + | |- | |
− | + | |<i>--enable-ogg:</i> build with ogg support. | |
− | + | |- | |
− | + | |<i>--enable-vorbis:</i> build with vorbis support. | |
− | + | |- | |
+ | |<i>--enable-theora:</i> build with theora support. | ||
+ | |- | ||
+ | |<i>--enable-libdv:</i> build with libdv support. | ||
+ | |- | ||
+ | |<i>--enable-libquicktime:</i> build with libquicktime support. | ||
+ | |- | ||
+ | |<i>--enable-lzo:</i> build with lzo support. | ||
+ | |- | ||
+ | |<i>--enable-a52:</i> build with a52 support. | ||
+ | |- | ||
+ | |<i>--enable-a52-default-decoder</i> use a52 as the default decoder. | ||
+ | |- | ||
+ | |<i>--enable-libmpeg3:</i> build with libmpeg3 support. | ||
+ | |- | ||
+ | |<i>--enable-libxml2:</i> build with libxml2 support. | ||
+ | |- | ||
+ | |<i>--enable-mjpegtools:</i> build with mjpegtools support. | ||
+ | |- | ||
+ | |<i>--enable-sdl:</i> build with SDL support. | ||
+ | |- | ||
+ | |<i>--enable-libfame:</i> build with libfame support. | ||
+ | |- | ||
+ | |<i>--enable-imagemagick:</i> build with ImageMagick support | ||
+ | |- | ||
+ | |<i>--enable-libjpegmmx:</i> build with libjpegmmx support. | ||
+ | |} | ||
== Non-Multilib == | == Non-Multilib == | ||
− | + | Configure and compile the package: | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | LDFLAGS="-L${XORG_PREFIX}/lib" \ | |
− | |||
− | |||
./configure --prefix=/usr && | ./configure --prefix=/usr && | ||
make | make | ||
Line 100: | Line 107: | ||
== Multilib == | == Multilib == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | '''''Transcode installs no libraries, only plugins that Transcode uses. Therefore, only one installation is required.''''' | |
=== 64Bit === | === 64Bit === | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Configure and compile the package: | Configure and compile the package: | ||
− | |||
sed -i '/^deflib=/s:/lib:&64:' configure && | sed -i '/^deflib=/s:/lib:&64:' configure && | ||
− | CC="gcc ${BUILD64}" USE_ARCH=64 \ | + | CC="gcc ${BUILD64}" USE_ARCH=64 LDFLAGS="-L${XORG_PREFIX}/lib64" \ |
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
./configure --prefix=/usr \ | ./configure --prefix=/usr \ | ||
Line 154: | Line 127: | ||
= Contents = | = Contents = | ||
− | {| style="text-align: left | + | {|style="text-align: left" |
|-valign="top" | |-valign="top" | ||
− | ! Installed | + | !Installed Directories: |
− | | | + | |/usr/share/doc/transcode, /usr/lib/transcode |
|-valign="top" | |-valign="top" | ||
− | ! Installed | + | !Installed Programs: |
− | | | + | |tcextract, tcdecode, tcscan, tcdemux, tccat, tcprobe, tcxmlcheck, tcxpm2rgb, tcrequant, transcode, avifix, aviindex, avimerge, avisplit, avisync, tcmodinfo, tcmp3cut |
|-valign="top" | |-valign="top" | ||
− | ! Installed | + | !Installed Libraries: |
− | | | + | |import_nuv.la, import_v4l.la, import_v4l2.la, import_avi.la, import_mpeg2.la, import_vdrac3.la, import_ac3.la, import_dv.la, import_vob.la, import_raw.la, import_nvrec.la, import_yuv4mpeg.la, import_lav.la, import_null.la, import_sh.la, import_divx.la, import_mp3.la, import_dvd.la, import_mpeg3.la, import_mov.la, af6_decore.la, import_xml.la, import_mplayer.la, import_rawlist.la, import_ogg.la, import_xvid.la, import_ffmpeg.la, import_vnc.la, import_fraps.la, import_pvn.la, import_ffbin.la, import_oss.la, import_bsdav.la, import_yuv.la, export_xvid.so, export_ac3.la, export_debugppm.la, export_divx4.la, export_divx4raw.la, export_divx5.la, export_divx5raw.la, export_ffmpeg.la, export_lame.la, export_mp1e.la, export_mp2.la, export_null.la, export_ogg.la, export_pcm.la, export_ppm.la, export_pvn.la, export_raw.la, export_toolame.la, export_wav.la, export_xvid2.la, export_xvid3.la, export_xvid4.la, export_mjpeg.la, export_jpg.la, export_mov.la, export_yuv4mpeg.la, export_mpeg2enc.la, export_mp2enc.la, filter_divxkey.la, filter_extsub.la, filter_extsub2.la, filter_yuvdenoise.la, filter_yuvmedian.la, filter_pv.la, filter_subtitler.la, filter_29to23.la, filter_32detect.la, filter_32drop.la, filter_aclip.la, filter_ascii.la, filter_astat.la, filter_clone.la, filter_control.la, filter_cpaudio.la, filter_cshift.la, filter_cut.la, filter_decimate.la, filter_denoise3d.la, filter_detectclipping.la, filter_detectsilence.la, filter_dnr.la, filter_doublefps.la, filter_facemask.la, filter_fieldanalysis.la, filter_fields.la, filter_fps.la, filter_hqdn3d.la, filter_invert.la, filter_ivtc.la, filter_levels.la, filter_lowpass.la, filter_mask.la, filter_modfps.la, filter_msharpen.la, filter_nored.la, filter_normalize.la, filter_null.la, filter_resample.la, filter_skip.la, filter_slowmo.la, filter_smartbob.la, filter_smartdeinter.la, filter_smartyuv.la, filter_smooth.la, filter_tc_audio.la, filter_tc_video.la, filter_test.la, filter_testframe.la, filter_unsharp.la, filter_videocore.la, filter_whitebalance.la, filter_xsharpen.la, filter_yuy2toyv12.la, filter_dilyuvmmx.la, filter_text.la |
|} | |} | ||
+ | |||
+ | [[Category:Media Utilities]] |
Latest revision as of 20:58, 7 November 2010
Download Source: | http://download.berlios.de/tcforge/transcode-1.1.0.tar.bz2 |
---|
Contents
Introduction to Transcode
Transcode is a fast, versatile and command-line based audio/video everything to everything converter. For a rundown of the features and capabilities, along with usage examples, visit the Transcode Wiki.
Project Homepage: http://www.transcoding.org/
Dependencies
Required
Recommended
Optional
- Pkg-config
- X Window System
- XviD
- DivX4Linux
- LoRS/IBP
- MPlayer
- FreeType
- Avifile
- libogg
- libvorbis
- Theora
- libdvdread
- PVM3
- libdv
- libquicktime
- LZO2
- liba52
- LibMPEG3
- LibXML2
- MJPEG Tools
- SDL
- Gtk1
- libFAME
- ImageMagick
- libjpeg
- libmpeg2
Configuration Information
There are numerous, non-default configuration options listed below that you may want to use:
--enable-netstream: enable network streaming support. |
--enable-freetype2: build with freetype2 support. |
--enable-v4l: enable v4l/v4l2 support. |
--enable-oss: enable OSS support. |
--enable-libpostproc: build with libpostproc support. |
--enable-avifile: build with avifile support. |
--enable-ogg: build with ogg support. |
--enable-vorbis: build with vorbis support. |
--enable-theora: build with theora support. |
--enable-libdv: build with libdv support. |
--enable-libquicktime: build with libquicktime support. |
--enable-lzo: build with lzo support. |
--enable-a52: build with a52 support. |
--enable-a52-default-decoder use a52 as the default decoder. |
--enable-libmpeg3: build with libmpeg3 support. |
--enable-libxml2: build with libxml2 support. |
--enable-mjpegtools: build with mjpegtools support. |
--enable-sdl: build with SDL support. |
--enable-libfame: build with libfame support. |
--enable-imagemagick: build with ImageMagick support |
--enable-libjpegmmx: build with libjpegmmx support. |
Non-Multilib
Configure and compile the package:
LDFLAGS="-L${XORG_PREFIX}/lib" \ ./configure --prefix=/usr && make
Install the package:
make install
Multilib
Transcode installs no libraries, only plugins that Transcode uses. Therefore, only one installation is required.
64Bit
Configure and compile the package:
sed -i '/^deflib=/s:/lib:&64:' configure && CC="gcc ${BUILD64}" USE_ARCH=64 LDFLAGS="-L${XORG_PREFIX}/lib64" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr \ --libdir=/usr/lib64 && make
Install the package:
make install
Contents
Installed Directories: | /usr/share/doc/transcode, /usr/lib/transcode |
---|---|
Installed Programs: | tcextract, tcdecode, tcscan, tcdemux, tccat, tcprobe, tcxmlcheck, tcxpm2rgb, tcrequant, transcode, avifix, aviindex, avimerge, avisplit, avisync, tcmodinfo, tcmp3cut |
Installed Libraries: | import_nuv.la, import_v4l.la, import_v4l2.la, import_avi.la, import_mpeg2.la, import_vdrac3.la, import_ac3.la, import_dv.la, import_vob.la, import_raw.la, import_nvrec.la, import_yuv4mpeg.la, import_lav.la, import_null.la, import_sh.la, import_divx.la, import_mp3.la, import_dvd.la, import_mpeg3.la, import_mov.la, af6_decore.la, import_xml.la, import_mplayer.la, import_rawlist.la, import_ogg.la, import_xvid.la, import_ffmpeg.la, import_vnc.la, import_fraps.la, import_pvn.la, import_ffbin.la, import_oss.la, import_bsdav.la, import_yuv.la, export_xvid.so, export_ac3.la, export_debugppm.la, export_divx4.la, export_divx4raw.la, export_divx5.la, export_divx5raw.la, export_ffmpeg.la, export_lame.la, export_mp1e.la, export_mp2.la, export_null.la, export_ogg.la, export_pcm.la, export_ppm.la, export_pvn.la, export_raw.la, export_toolame.la, export_wav.la, export_xvid2.la, export_xvid3.la, export_xvid4.la, export_mjpeg.la, export_jpg.la, export_mov.la, export_yuv4mpeg.la, export_mpeg2enc.la, export_mp2enc.la, filter_divxkey.la, filter_extsub.la, filter_extsub2.la, filter_yuvdenoise.la, filter_yuvmedian.la, filter_pv.la, filter_subtitler.la, filter_29to23.la, filter_32detect.la, filter_32drop.la, filter_aclip.la, filter_ascii.la, filter_astat.la, filter_clone.la, filter_control.la, filter_cpaudio.la, filter_cshift.la, filter_cut.la, filter_decimate.la, filter_denoise3d.la, filter_detectclipping.la, filter_detectsilence.la, filter_dnr.la, filter_doublefps.la, filter_facemask.la, filter_fieldanalysis.la, filter_fields.la, filter_fps.la, filter_hqdn3d.la, filter_invert.la, filter_ivtc.la, filter_levels.la, filter_lowpass.la, filter_mask.la, filter_modfps.la, filter_msharpen.la, filter_nored.la, filter_normalize.la, filter_null.la, filter_resample.la, filter_skip.la, filter_slowmo.la, filter_smartbob.la, filter_smartdeinter.la, filter_smartyuv.la, filter_smooth.la, filter_tc_audio.la, filter_tc_video.la, filter_test.la, filter_testframe.la, filter_unsharp.la, filter_videocore.la, filter_whitebalance.la, filter_xsharpen.la, filter_yuy2toyv12.la, filter_dilyuvmmx.la, filter_text.la |