Re: [FFmpeg-user] FFmpeg unable to copy subtitles due to 'unsupported codec'?

2015-11-27 Thread Henk D. Schoneveld
1st I thought I had read, my mistake, you downloaded it from YouTube but, you said you downloaded it from iTunes, now I realise that these files are copy protected, so it ain’t possible to do what you want. On 27 Nov 2015, at 17:03, Aahan Krish wrote: > Hi Henk, > >> AFAIK you

Re: [FFmpeg-user] Marge 2 videos (side by side)

2015-11-27 Thread Masud Rana
Thanks so much. It works perfectly!! On Thu, Nov 26, 2015 at 10:18 PM, Lou wrote: > On Thu, 26 Nov 2015 21:34:38 +0100 > Masud Rana wrote: > > > Dear support, > > I am using the following command to marge 2 videos side by side. > > ffmpeg -i *left.mp4*

[FFmpeg-user] FFMPEG INSTALLATION PROBLEM

2015-11-27 Thread Mounika A
Hi, while installing ffmpeg on mac to build a project we are facing this below issue when executing the below command "./install-ffmpeg.sh" install finished. Downloading ffmpeg-2.0.2.tar.bz2 % Total% Received % Xferd Average Speed TimeTime Time Current

Re: [FFmpeg-user] FFmpeg unable to copy subtitles due to 'unsupported codec'?

2015-11-27 Thread Aahan Krish
Hi Henk, > AFAIK you should tell ffmpeg which streams you want. Not the ones to > disregard. > And for every Stream what it should do with it. > To get only 0.1 and 0.2 AC3 and h264 > ffmpeg -i file.mp4 c:v copy -c:a copy -map 0:2 -map 0:1 file-out.mp4 Like I said I need all streams (video,

Re: [FFmpeg-user] libvpx-vp9 (and libx264) not using all 4 real cores (no HT CPU)

2015-11-27 Thread D
Here's the normal: http://pastebin.com/wyt56q4B And here's with debug: http://pastebin.com/WxfRDKPP (Upgraded to Ubuntu 15.10 that's why you see "gcc 5.2.1") It was a bit slower this time after OS Upgrade -- same command and everything otherwise: Ubuntu 15.04: 3m22 Ubuntu 15.10: 3m45 Anyway,

Re: [FFmpeg-user] libvpx-vp9 (and libx264) not using all 4 real cores (no HT CPU)

2015-11-27 Thread D
Nevermind, libx264 isn't doing much better: ffmpeg-git-20151124-64bit-static$ time ./ffmpeg -i a.mp4 -c:v libx264 -crf 23 -threads 1 -c:a libvorbis b.mp4 real9m14.621s ffmpeg-git-20151124-64bit-static$ time ./ffmpeg -i a.mp4 -c:v libx264 -crf 23 -threads 2 -c:a libvorbis b.mp4 real

[FFmpeg-user] FFmpeg unable to copy subtitles due to 'unsupported codec'?

2015-11-27 Thread Aahan Krish
I've got an mp4 file with these streams (via `ffmpeg -i file.mp4`): Stream #0.0(eng): Audio: aac, 48000 Hz, stereo, fltp, 125 kb/s (default) Stream #0.1(eng): Audio: ac3, 48000 Hz, 5.1, fltp, 384 kb/s Stream #0.2(eng): Video: h264 (Main), yuv420p, 1280x568, 4027 kb/s, PAR 1:1 DAR

[FFmpeg-user] ffmpeg's Dolby Pro Logic feature is leaking center channel into surround channel

2015-11-27 Thread TBUFFestival
From: Projection Journeyman The full scope of my situation can be found here: http://superuser.com/questions/1006255/ffmpegs-dolby-pro-logic-feature-is-leaking-center-channel-into-surround-channel?noredirect=1 Including all things we have tried and why we need to do this, but just to quickly

Re: [FFmpeg-user] libvpx-vp9 (and libx264) not using all 4 real cores (no HT CPU)

2015-11-27 Thread James Darnley
On 2015-11-27 13:29, D wrote: > Nevermind, libx264 isn't doing much better: Have you posted the full output of ffmpeg somewhere in this thread? signature.asc Description: OpenPGP digital signature ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] FFmpeg unable to copy subtitles due to 'unsupported codec'?

2015-11-27 Thread Henk D. Schoneveld
On 27 Nov 2015, at 14:57, Aahan Krish wrote: > I've got an mp4 file with these streams (via `ffmpeg -i file.mp4`): > >Stream #0.0(eng): Audio: aac, 48000 Hz, stereo, fltp, 125 kb/s (default) >Stream #0.1(eng): Audio: ac3, 48000 Hz, 5.1, fltp, 384 kb/s >Stream