[FFmpeg-user] FFMPEG dynamic FrameRate Parameter with -c copy option

2018-09-06 Thread Axit Soni
Hi Team, I am converting my H264 data into MP4 file using -c copy option without re-encoding. "*ffmpeg -i -c copy temp.mp4*" I don't know on which FrameRate my input "H264_input_fifo" is giving me data means its varying based on some different condition over different time period. If I don't p

Re: [FFmpeg-user] ffmpeg compile error on ubuntu

2018-09-06 Thread Remo Rayamajhi
In the newest veraion of FFMPEG compilation it gives error on yasm , liboam , as well as on libfdk_ aac codecs ... even i install correctly the with no erroe on those codecs and libraries so i tried with the older version . is there any way so i successfully install ffmpeg with no errors. On Th

Re: [FFmpeg-user] Unusable audio after conversion

2018-09-06 Thread racer
Hi Gyan and Carl Eugen Wow, I didn't expect that quick of an answer, that actually solves the problem. I love you guys. Seriously, you have no idea, how much time I spent googling and trial and erroring the sh** out of this one. Who would have thought. Thank you thank you thank you. Have a good o

Re: [FFmpeg-user] Unusable audio after conversion

2018-09-06 Thread Carl Eugen Hoyos
2018-09-06 20:37 GMT+02:00, ra...@gmx.ch : > I have a problem converting audio from PCM (s24be) stereo > to AAC (or anything youtube can use) in an mp4 container. (How is it possible that you are the third one in a little over a week to report a regression that's nearly twelve years old and nobod

Re: [FFmpeg-user] Unusable audio after conversion

2018-09-06 Thread Gyan Doshi
On 07-09-2018 12:07 AM, ra...@gmx.ch wrote: Hi, I hope you're all well I have a problem converting audio from PCM (s24be) stereo to AAC (or anything youtube can use) in an mp4 container. converted_by_ffmpeg.mp4 [ffmpeg -i input.mp4 -c:v copy -c:a aac -b:a 384k -ac 2 output.mp4] Perhaps

[FFmpeg-user] Unusable audio after conversion

2018-09-06 Thread racer
Hi, I hope you're all well I have a problem converting audio from PCM (s24be) stereo to AAC (or anything youtube can use) in an mp4 container. input.mp4 * Is from a blackmagic hyperdeck studio mini * Plays flawlessly in VLC * When uploaded to youtube, only noise is audibl

[FFmpeg-user] Overwriting metadata with other existing metadata

2018-09-06 Thread Zoe Blade
Hi! So I've got a lot of FLAC files, meticulously maintained using MusicBrainz's Picard. And from those, I derive a lot of messier, not at all meticulously maintained MP3 files. I do this using FFMPEG rather than LAME because it preserves the metadata. FFMPEG is great for this conversion. S

Re: [FFmpeg-user] ffmpeg compile error on ubuntu

2018-09-06 Thread Carl Eugen Hoyos
2018-09-06 13:09 GMT+02:00, Remo Rayamajhi : > > Hello I m using ubuntu server 16.04 , I need to compile the ffmpeg . > > I tried to install it from > https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu I don't think so... > each time I got error > message on yasm nsam , libfdk , and now I m gtt

Re: [FFmpeg-user] Concatenation of two file does not work correctly

2018-09-06 Thread Cecil Westerhof
I found a solution, but I got another one back. I converted the two videos with: ffmpeg -i pauline.mov -acodec aac -vcodec copy pauline.mp4 Now the concatenation works. But there where a few other files that also had to be concatenated. For example: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'j

Re: [FFmpeg-user] Concatenation of two file does not work correctly

2018-09-06 Thread Carl Eugen Hoyos
> Am 06.09.2018 um 16:39 schrieb Cecil Westerhof : > My version: > ffmpeg version 3.2.12-1~deb9u1 Please test current FFmpeg git head and report back. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/f

[FFmpeg-user] Concatenation of two file does not work correctly

2018-09-06 Thread Cecil Westerhof
I have two mov files I want to concatenate. The first: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'pauline.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf57.56.101 Duration: 00:00:40.09, start: 0.00, bitrate: 5149 kb/

[FFmpeg-user] ffmpeg compile error on ubuntu

2018-09-06 Thread Remo Rayamajhi
Hello I m using ubuntu server 16.04 , I need to compile the ffmpeg . I tried to install it from https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu , each time I got error message on yasm nsam , libfdk , and now I m gtting error License: nonfree and unredistributable Creating config.mak, co