[FFmpeg-trac] #7460(undetermined:new): ffmpeg output filename

FFmpeg trac at avcodec.org
Sun Sep 30 21:27:46 EEST 2018


#7460: ffmpeg output filename
-------------------------------------+-------------------------------------
             Reporter:  user243      |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by llogan):

 You can already do this by using ffprobe and simple scripting to name the
 output file. ffprobe example to get `service_provider`:

 {{{
 ffprobe -loglevel error -show_entries program_tags=service_provider -of
 csv=p=0 file.ts
 }}}

 Given this simple alternative solution, and because I've never seen other
 users ask for this, I have my doubts that anyone will implement this
 feature request. However, feel free to submit a patch that implements this
 if you are technically inclined, or you can always post a bounty or
 sponsor the implementation.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7460#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list