Re: [FFmpeg-user] Build error with libmp3lame and libshine.

2015-11-06 Thread batguano999
On Fri, 06 Nov 2015 22:21:04 + wrote > > > Hi > There is a build error when I try to compile FFmpeg with libmp3lame and > libshine. The error message says... /home/user/build/lib/libmp3lame.a(takehiro.o):(.rodata+0x0): multiple definition of

[FFmpeg-user] re-wrap BluRay M2TS as MP4

2015-11-06 Thread John Pilgrim
Hi all, What would the correct ffmpeg invocation be to re-wrap an h264 M2TS file (from a non-commercial BluRay disc) into an MP4 file **without** recompressing the h264 data? Similarly, what would the correct ffmpeg invocation be to re-wrap an mpeg2video M2TS file (from a non-commercial BluRay

Re: [FFmpeg-user] re-wrap BluRay M2TS as MP4

2015-11-06 Thread Adrian .
ffmpeg -i m2.ts -c copy out.mp4 On 11/06/15 11:29, John Pilgrim wrote: Hi all, What would the correct ffmpeg invocation be to re-wrap an h264 M2TS file (from a non-commercial BluRay disc) into an MP4 file **without** recompressing the h264 data? Similarly, what would the correct ffmpeg

[FFmpeg-user] Build error with libmp3lame and libshine.

2015-11-06 Thread batguano999
Hi There is a build error when I try to compile FFmpeg with libmp3lame and libshine. Any ideas how can I stop this? My build script is here ---> http://pastebin.com/raw.php?i=6RtfTN0L Using 32 bit Ubuntu-12.04 Linux. ___ ffmpeg-user mailing list