I can't for the life of me get the input format correct for reading with ffmpeg.
The following example in the documentation does not work for me.
```output.file(
  %external(process="ffmpeg -i pipe:0 -f avi pipe:1",video=true),
  "/tmp/test.avi", s)```

Can I get a hint about how I should read in with ffmpeg? i have tried various 
combinations of input formats, avi demuxer, rawvideo, pcm_16le...

Also, is it possible to `output.external`  with video, similarly to ho the 
external decoder works (just no pipe back in to liquidsoap) ?
@smimram i've noticed you've been responsible for a lot of the video output 
stuff. Any hints?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/789
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to