Even if it would work with ffmpeg, it would solve my problem, i guess you asking because of a possibilty that something is wrong with the libs itself.
But maybe im doing something wrong in my code ...
 
I checked ffplay, it seems alright..
Then i transcoded with ffmpeg, with similar settings:
 
/usr/local/Cellar/ffmpeg/1.2.4/bin/ffmpeg -r 25 -i "Musterrolle_Bild_30_dnxhd36.mov" -ac 2 -strict experimental -s 1024x576  -pix_fmt yuv420p -vcodec libx264 -preset slow -profile:v baseline -level 31 -refs 1 -maxrate 10000000 -bufsize 10000000 -vb 8000000 -threads 0 -g 4 -r 25 "test.mp4" -y
 
But i seems good and the transcoding work ffmpeg application, so i guess i miss something, just what?
 
 
Gesendet: Freitag, 20. Juni 2014 um 14:28 Uhr
Von: "Carl Eugen Hoyos" <[email protected]>
An: [email protected]
Betreff: Re: [Libav-user] strange H264 audio sync behavior
Marco Sieber <l-spy@...> writes:

> But if i open it with Quicktime Player (v 10.x) i get a
> async audio after 5min

Do you see the same problem using ffmpeg (the application)?

Carl Eugen

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to