Discussion:
[FFmpeg-user] Blocking frames with -acodec aac
Tato Rocker
2018-11-08 13:17:51 UTC
Permalink
I am making video conversions from .avi to .mp4. After updating the linux
kernel I can not use the library "libfaac" otherwise I am using the option
"-acodec aac -strict experimental" that works in most cases, but there are
certain videos that are blocked in a frame.

I'm looking for an alternative that can use the aac codec or try that if a
frame blocks the process, that frame can be ignored.

Thank you.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg.org
Carl Eugen Hoyos
2018-11-08 13:56:30 UTC
Permalink
Post by Tato Rocker
I am making video conversions from .avi to .mp4. After updating the linux
kernel I can not use the library "libfaac" otherwise I am using the option
"-acodec aac -strict experimental" that works in most cases, but there are
certain videos that are blocked in a frame.
Please provide such a video and explain how we can reproduce the issue.

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-re
Tato Rocker
2018-11-09 15:12:22 UTC
Permalink
Hi,

Sorry, right now I can´t send you a video. But I can indicate that I'm
trying to execute this command:
ffmpeg -i 20181107_101356_256.avi -aq 9 -bufsize 991835k -acodec aac
-strict -2 r1.mp4
While the program is running is showing the message: Past duration 0.993095
too large in every moment until the message
frame= 8275 fps=1032 q=28.0 size= 6659kB time=00:05:29.98 bitrate=
165.3kbits/s dup=3 drop=10
then the program seems be stopped however the process is running in the
operating system.

Thanks

Kind regards.
Post by Tato Rocker
Post by Tato Rocker
I am making video conversions from .avi to .mp4. After updating the linux
kernel I can not use the library "libfaac" otherwise I am using the
option
Post by Tato Rocker
"-acodec aac -strict experimental" that works in most cases, but there
are
Post by Tato Rocker
certain videos that are blocked in a frame.
Please provide such a video and explain how we can reproduce the issue.
Carl Eugen
_______________________________________________
ffmpeg-user mailing list
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg.org wi
Carl Eugen Hoyos
2018-11-09 15:20:54 UTC
Permalink
Post by Tato Rocker
Sorry, right now I can´t send you a video. But I can indicate that I'm
ffmpeg -i 20181107_101356_256.avi -aq 9 -bufsize 991835k
-acodec aac -strict -2 r1.mp4
Complete, uncut console output missing.

Please find out what "top-posting" means and avoid it here, Carl Eugen
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg

Loading...