Skip to content

issues Search Results · repo:floostack/transcoder language:Go

Filter by

23 results
 (74 ms)

23 results

infloostack/transcoder (press backspace or delete to remove)

type Options struct { Aspect *string `flag: -aspect ` Resolution *string `flag: -s ` VideoBitRate *string `flag: -b:v ` VideoBitRateTolerance ...
  • DukeAnn
  • 1
  • Opened 
    on Mar 16, 2022
  • #35

Hi, How can I run option HW accel Cuda? I m trying but not working.
  • hieutm1
  • 1
  • Opened 
    on Oct 10, 2021
  • #31

Could you write a library that would allow easily converting a Video to a series of Go Images, and back? That would be greatly appreciated!
  • Nv7-GitHub
  • Opened 
    on Jul 9, 2021
  • #30

Concat operation does not appear to be possible, either with a filelist method: ffmpeg -f concat -i filelist.txt -c copy out1.mp4 OR concat protocol method: ffmpeg -i concat:vid2.mp4|vid1.mp4 -c copy ...
  • vadim-frosting
  • Opened 
    on Jun 27, 2021
  • #28

Is it possible to have a working example on how to use metadata, especially the duration. While testing this module, I get an empty string for duration. transcoder := ffmpeg.New(ffmpegConf).Input(in) ...
  • fouadkada
  • 1
  • Opened 
    on Apr 14, 2021
  • #26

Hey does this have the ability to stream the desktop to IP:PORT? via tcp or is not avliable
  • Dontmindmes
  • Opened 
    on Feb 4, 2021
  • #25

Hi, What I want to do is basically modify subtitle files attached to a video (.mkv file format to be more precise) This includes adding one or more subtitle streams to a video (soft-sub), force-enabling ...
  • agitated-einstein
  • Opened 
    on Jan 9, 2021
  • #24

I cannot merge video files using concat demuxer because ffprobe throws an error. RUN ERROR: error executing (ffprobe) with args ([-i ./videos/list.txt -print_format json -show_format -show_streams -show_error]) ...
  • FlameInTheDark
  • 1
  • Opened 
    on Dec 28, 2020
  • #22

ffmpeg/options.go:100 if vm, ok := value.(map[string]string{}); ok { should be if vm, ok := value.(map[string]interface{}); ok {
  • JingFaC
  • Opened 
    on Dec 14, 2020
  • #21

Hi there, I was trying to use your code and i found this in your code: // InputPipe ... func (t *Transcoder) InputPipe(w *io.WriteCloser, r *io.ReadCloser) transcoder.Transcoder { if t.input == nil ...
  • bennyscetbun
  • 1
  • Opened 
    on Nov 25, 2020
  • #19
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub