Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (65)

Sur d’autres sites (13936)

  • avfilter/vf_mix : improve speed of processing

    14 février 2022, par Paul B Mahol
    avfilter/vf_mix : improve speed of processing
    
    • [DH] libavfilter/vf_mix.c
  • how to improve ffmpeg encode speed for png to webm ?

    24 septembre 2021, par Xiang Chen

    I used the following computer command to get the webm format video, but the processing efficiency is too low. Is there a better way to deal with this problem.
ffmpeg -loop 1 -framerate 1 -i ${filename2}.png -i ${filename2}.mp3 -shortest -fflags +shortest -max_interleave_delta 100M ${dest_video_dir_1}${filename2}.webm

    


  • FFMPEG stuck on a single frame with speed less than 1x

    9 septembre 2021, par jot

    When i run the FFMPEG file, the speed is 1.5x and as it runs it becomes 1.4x,1.3x and so on. After a while when it goes below 1x, the frame is kind of stuck and it does not exit out. Any help is truly appreciated
This is my FFMPEG file

    


    ffmpeg -xerror -loglevel error -stimeout 1111111 -rtsp_transport tcp -v verbose -i "rtsp://admin:admin1234@10.8.0.14:81/cam/realmonitor?channel=1&subtype=1 "  -vf scale=352:288 -vcodec libx264  -sc_threshold 0 -f hls    -hls_flags delete_segments    -hls_time 2  -segment_time 2 -hls_list_size 2 C:\Apache24\htdocs\ipcam\video_1\stream.m3u8