[FFmpeg-user] commonplace newbie question

2016-07-01 Thread Dave Stevens
I have a sequence of still that I make into a movie using ffmpeg. I'd like to use the GPU to speed the conversion but don't know if I can or how to do so. The images are 5 megapixel jpegs and the output is 30fps mp4. A thousand frames takes about an hour using my old Opteron 2210. In the

[FFmpeg-user] feature request/suggestion: add support for dolby vision decoding :)

2016-07-01 Thread Andrew Sun
Hi all, I have been using FFmpeg for a while now, but I am quite new to the mailing lists, and I accidently chose the wrong one for mailing (Trac). Sorry about that. Anyway, one thing I noticed is the lack of a Dolby Vision decoder in libavcodec. Dolby Vision is a 12-bit HDR dual layer codec

Re: [FFmpeg-user] Converting several .webm files to mp3 with one command

2016-07-01 Thread Jim Shupert
On 7/1/2016 11:51 AM, Canadian Cyanide wrote: Hello, I have some .webm audio files in a folder that I would like to convert to mp3 without having to enter the name of each one individually. How would I go about doing that? Also, if I'm not supposed to be doing this by email, please direct me

Re: [FFmpeg-user] Can we solve the following problem with ffmpeg ?

2016-07-01 Thread Henk D. Schoneveld
On 01 Jul 2016, at 14:33, Vinay TS wrote: > Hello, > > I want to know if ffmpeg suite of tools can solve the following problem. > > a) I have a Video .mp4, with Subrip sub titles. [ .srt]. > > b) I stripped the audio stream from the video and want to use the srt for

Re: [FFmpeg-user] Converting several .webm files to mp3 with one command

2016-07-01 Thread Kieran O Leary
On 1 Jul 2016 6:08 p.m., "Canadian Cyanide" wrote: > > Hello, > > I have some .webm audio files in a folder that I would like to convert to > mp3 without having to enter the name of each one individually. How would I > go about doing that? Also, if I'm not supposed to

Re: [FFmpeg-user] Converting several .webm files to mp3 with one command

2016-07-01 Thread Carl Eugen Hoyos
Canadian Cyanide gmail.com> writes: > I have some .webm audio files in a folder that I would like to > convert to mp3 without having to enter the name of each one > individually. The ffmpeg cli needs the name of each file as input. Your shell should allow you to fill the file names in

[FFmpeg-user] Can we solve the following problem with ffmpeg ?

2016-07-01 Thread Vinay TS
Hello, I want to know if ffmpeg suite of tools can solve the following problem. a) I have a Video .mp4, with Subrip sub titles. [ .srt]. b) I stripped the audio stream from the video and want to use the srt for training my Automated speech recognition effort. c) I segmented the audio into

[FFmpeg-user] Converting several .webm files to mp3 with one command

2016-07-01 Thread Canadian Cyanide
Hello, I have some .webm audio files in a folder that I would like to convert to mp3 without having to enter the name of each one individually. How would I go about doing that? Also, if I'm not supposed to be doing this by email, please direct me to the correct place to ask a question. Thanks,

Re: [FFmpeg-user] Hash code hider project

2016-07-01 Thread deegag 2008
Hi Please i need hide the hash code appear on live ch How you can help me ? ‏‫من جهاز الـ iPhone الخاص بي‬ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email

Re: [FFmpeg-user] Compile ffmpeg on mips-qemu

2016-07-01 Thread Martin Vignali
> > What does gcc -v for the used compiler show? > gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/mips-linux-gnu/4.6/lto-wrapper Target: mips-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14'

Re: [FFmpeg-user] mkv concat list > non monotonically increasing

2016-07-01 Thread Jon bae
2016-07-01 14:18 GMT+02:00 Jon bae : > 2016-07-01 13:05 GMT+02:00 Carl Eugen Hoyos : > >> >> When asking for help here, please provide an actual command >> line (without variables) including its complete, uncut >> console output, don't forget to test current

Re: [FFmpeg-user] Compile ffmpeg on mips-qemu

2016-07-01 Thread Carl Eugen Hoyos
Martin Vignali gmail.com> writes: > > I compile inside qemu, so no cross-compile What does gcc -v for the used compiler show? What does "file ffmpeg" or "file ffmpeg.o" show? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Compile ffmpeg on mips-qemu

2016-07-01 Thread Martin Vignali
2016-06-30 23:33 GMT+02:00 Carl Eugen Hoyos : > Martin Vignali gmail.com> writes: > > > Configure result : > > ./configure --arch=mips64 --prefix=../build --disable-ffplay > > --disable-ffprobe --disable-ffserver --enable-zlib --disable-asm > > --disable-videotoolbox

Re: [FFmpeg-user] mkv concat list > non monotonically increasing

2016-07-01 Thread Jon bae
2016-07-01 13:05 GMT+02:00 Carl Eugen Hoyos : > > When asking for help here, please provide an actual command > line (without variables) including its complete, uncut > console output, don't forget to test current FFmpeg git > head. > > Ok I make a fresh new pull from ffmpeg.

Re: [FFmpeg-user] mkv concat list > non monotonically increasing

2016-07-01 Thread Carl Eugen Hoyos
Jon bae gmail.com> writes: > A more accurate output looks like this: When asking for help here, please provide an actual command line (without variables) including its complete, uncut console output, don't forget to test current FFmpeg git head. Carl Eugen

[FFmpeg-user] mkv concat list > non monotonically increasing

2016-07-01 Thread Jon bae
Hello everybody, we use for a fallback server ffmpeg to play a list of mkv files. For that I have a script witch generate the playlist and convert the clips in the right format. After that the script checks the new playlist, and when there comes errors it send me an email. I found out that in

Re: [FFmpeg-user] Duration Issues

2016-07-01 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > In addition to what Moritz wrote, please note that the input > option -t does not always work correctly. As Moritz had kindly found out and told me, the bug I was thinking of is already fixed (but wasn't it 2.8). Sorry for the noise, Carl Eugen