Newest 'ffmpeg' Questions - Stack Overflow
Les articles publiés sur le site
-
ffmpeg - is there a way to -map 0:m:language:eng if it exists, otherwise use the default ?
9 avril 2016, par momoIf a source has 'eng' as an audio track, use that, otherwise use the default or audio track zero?
Is this possible?
I have tried:
-map 0:m:language:eng? -map 0:a:0?
But that ends up always using the default one.
-
How to compile and use FFMPEG library in Android Studio ?
9 avril 2016, par destroyer25ti'm newbie in Android Developing. I need use some video library to decompose my video. I have chose FFMPEG, and faced with a question - how integrate ffmpeg to my application and how to use it? I have Android Studio on Windows.
-
How to use Runtime permission with FFMPEG Library
9 avril 2016, par AnilGetting Error of no load library .so file when i started performing any action on video using FFMPEG Command.
-
How to convert .raw audio input to .m4a with ffmpeg ?
9 avril 2016, par Pedro Henrique Cavallieri FranI have this ffmpeg command:
ffmpeg -i testing.m4a -acodec pcm_s16le -f rawvideo tentative.raw
I'd like to know the command to convert tentative.raw back to testing.m4a.
-
Extract playable parts from unfinished torrent video ?
9 avril 2016, par MostafaZ4Torrents download files by pieces.
Is it possible to extract downloaded parts from unfinished torrent of a movie into a video that contains only the downloaded parts??