avconv
avconv copied to clipboard
Simply spawns an avconv process with any parameters and streams the results to you (meta data + conversion progress)
Results
2
avconv issues
Sort by
recently updated
recently updated
newest added
I have got > write EPIPE WriteWrap.afterWrite I don't know why and how to solve this. this is my parameter: ``` let avconv_params = [ "-i","pipe:0", "-r","25", "-ss","1", "-frames:v","1", "-f","image2",...
When converting pure audio files `avconv`'s progress output looks like this: `size= 9788kB time=411.62 bitrate= 194.8kbits/s` and the `findTime`-function returns `undefined`.