Re: [FFmpeg-user] Help with ffmpeg code

2018-08-21 Thread Joshua Grauman
Hello, I'm trying to add code so the php/linux web video script that I'm using, will add a watermark upon each video upload. I've added this '$shell' line, in between the existing code lines here, with no success: $input_path = $full_dir . $file_upload['filename']; $shell = shell_exec("$ffmp

Re: [FFmpeg-user] Help with ffmpeg code

2018-08-21 Thread B James
Hello, I'm trying to add code so the php/linux web video script that I'm using, will add a watermark upon each video upload. I've added this '$shell' line, in between the existing code lines here, with no success: $input_path = $full_dir . $file_upload['filename']; $shell = shell_exec("$ffmpe

Re: [FFmpeg-user] How to decode an HEVC content with Hardware video decoder using FFmpeg

2018-08-21 Thread Mohammed Bey Ahmed Khernache
Yeah, in configure's output, there is no hwaccel enabled. "Enabled hwaccels:" line is empty. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...

Re: [FFmpeg-user] How to decode an HEVC content with Hardware video decoder using FFmpeg

2018-08-21 Thread Carl Eugen Hoyos
2018-08-21 16:50 GMT+02:00, Mohammed Bey Ahmed Khernache : > I tried again. I used the option "--list-hwaccels" to get the list of > hardware decoders that FFmpeg can support. This is not what I suggested, look at configure's output (not configure --help output). Please do not top-post here, Car

Re: [FFmpeg-user] How to decode an HEVC content with Hardware video decoder using FFmpeg

2018-08-21 Thread Mohammed Bey Ahmed Khernache
Thank you. I tried again. I used the option "--list-hwaccels" to get the list of hardware decoders that FFmpeg can support. I tried some of them, but I still get "Enabled hwaccels:" line empty. This is the command line I have used: ./configure --cross-prefix=/root/arm64-toolchains-r14b/bin/aarch64-

Re: [FFmpeg-user] How to decode an HEVC content with Hardware video decoder using FFmpeg

2018-08-21 Thread Carl Eugen Hoyos
2018-08-20 18:38 GMT+02:00, Mohammed Bey Ahmed Khernache : > ./configure > --cross-prefix=/root/arm64-toolchains-r14b/bin/aarch64-linux-android- > --sysroot=/root/arm64-toolchains-r14b/sysroot/ --arch=arm64 > --target-os=android --prefix="$HOME/ffmpeg_build" > --pkg-config-flags="--static" --extra

Re: [FFmpeg-user] Packet mismatch 45 41 41

2018-08-21 Thread Christian Schnellrieder
Thank you for adding the sample. I build a version from the current version and it works fine with the option -flv_ignore_prevtag 1 Thanks a lot, Christian Am Mo., 20. Aug. 2018 um 17:16 Uhr schrieb Carl Eugen Hoyos < ceffm...@gmail.com>: > 2018-08-20 14:29 GMT+02:00, Christian Schnellrieder >

Re: [FFmpeg-user] Recording MPEG-DASH live streams with FFmpeg

2018-08-21 Thread Jörg Beckmann
Thank you for your answer. With "-re" it's working as expected. BTW: HLS streams do not need "-re". Regards, Jörg -Ursprüngliche Nachricht- Von: ffmpeg-user Im Auftrag von Carl Eugen Hoyos Gesendet: Montag, 20. August 2018 17:34 An: FFmpeg user questions Betreff: Re: [FFmpeg-user] Re