Issue on some mp4 files (ffmpeg error 1)
Hi,
I'm trying to do some proper transcoding with Serviio 1.1 on MacOS.
Using Beeg plugin v9 (mind it's ADULD content below)
2 exemples:
fails with error 1
Works
Can some guru help-out here and explain what could be the issue?
Thanks!
I'm trying to do some proper transcoding with Serviio 1.1 on MacOS.
Using Beeg plugin v9 (mind it's ADULD content below)
2 exemples:
- Code:
ffmpeg -analyzeduration 10000000 -threads auto -i http://01.007i.net/480p/6081155.mp4 -y -copyts -c:v mpeg2video -qscale:v 1 -r 30000/1001 -g 15 -c:a ac3 -b:a 96k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts /var/folders/zt/_0b272cj20lfyfpnp8h7knrh0000gn/T/Serviio/transcoding-temp-1000000030001492-Tosh2012-ORIGINAL.stf
- Code:
ffmpeg -analyzeduration 10000000 -threads auto -i http://0.video.mystreamservice.com/480p/5538679.mp4 -y -copyts -c:v mpeg2video -qscale:v 1 -r 30000/1001 -g 15 -c:a ac3 -b:a 96k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts /var/folders/zt/_0b272cj20lfyfpnp8h7knrh0000gn/T/Serviio/transcoding-temp-1000000030007831-Tosh2012-ORIGINAL.stf
Can some guru help-out here and explain what could be the issue?
Thanks!