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
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
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...
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
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-
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
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
>
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