[FFmpeg-trac] #9341(undetermined:closed): aselect: Invalid chars

FFmpeg trac at avcodec.org
Fri Jul 23 01:44:33 EEST 2021


#9341: aselect: Invalid chars
-------------------------------------+-------------------------------------
             Reporter:  xamarin      |                    Owner:  (none)
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:  invalid
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by xamarin):

 Thank you very much. Now worked perfectly fine using seconds even with
 decimals:

 {{{
 ffmpeg -report -y -i in.mp4 -vf
 "select='between(t,72.75,74)+between(t,644.7,670)',
 setpts=N/FRAME_RATE/TB" -af
 "aselect='between(t,72.75,74)+between(t,644.7,670)', asetpts=N/SR/TB" -c:v
 libx265 -x265-params pass=1 -b:v 1700k -c:a aac -b:a 160k -f mp4 NUL &&
 ffmpeg -y -i in.mp4 -vf
 "select='between(t,72.75,74)+between(t,644.7,670)',
 setpts=N/FRAME_RATE/TB" -af
 "aselect='between(t,72.75,74)+between(t,644.7,670)', asetpts=N/SR/TB" -c:v
 libx265 -x265-params pass=2 -b:v 1700k -c:a aac -b:a 160k -f mp4 out.mp4

 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9341#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list