Project

General

Profile

Transcoding Spwan

Added by schwarzkopf everday almost 5 years ago

hello i have configura the spawn profil with the

Comment line :

ffmpeg -analyzeduration 1M -probesize 1M -i pipe:0 -bitrate 3000k -bufsize 3000k -c:v libx264 -b:v 3000k -vf "yadif=1:-1:1, scale=1280:720" -profile:v baseline -preset:v faster -c:a aac -c:s copy -f mpegts pipe:1

but my speak its not italian its english what can do to cange the language audio on italian i make acc profile language italian but not work its only english


Replies (6)

RE: Transcoding Spwan - Added by schwarzkopf everday almost 5 years ago

thx but not understand i make this but not working

ffmpeg -analyzeduration 1M -probesize 1M -i pipe:0 -bitrate 3000k -bufsize 3000k -c:v libx264 -b:v 3000k -vf "yadif=1:-1:1, scale=1280:720 input.mkv" -map 0 -map -0:a:1 -c:v copy -c:a copy "output.mkv" -profile:v baseline -preset:v faster pipe:1

RE: Transcoding Spwan - Added by saen acro almost 5 years ago

-0:a:1

Minus symbol remove stream.
Remove "-"

RE: Transcoding Spwan - Added by schwarzkopf everday almost 5 years ago

i make now this comment line bunt not working not open the stream

ffmpeg -analyzeduration 1M -probesize 1M -i pipe:0 -bitrate 3000k -bufsize 3000k -c:v libx264 -b:v 3000k -vf "yadif=1:-1:1, scale=1280:720 input.mkv" -map 0 -map -c:v copy -c:a copy "output.mkv" -profile:v baseline -preset:v faster pipe:1

RE: Transcoding Spwan - Added by saen acro almost 5 years ago

is your logic on vacantion?

your line

ffmpeg -analyzeduration 1M -probesize 1M -i pipe:0 -bitrate 3000k -bufsize 3000k -c:v libx264 -b:v 3000k -vf "yadif=1:-1:1, scale=1280:720 input.mkv" -map 0 -map -0:a:1 -c:v copy -c:a copy "output.mkv" -profile:v baseline -preset:v faster pipe:1

need to be

ffmpeg -analyzeduration 1M -probesize 1M -i pipe:0 -bitrate 3000k -bufsize 3000k -c:v libx264 -b:v 3000k -vf "yadif=1:-1:1, scale=1280:720 input.mkv" -map 0 -map 0:a:1 -c:v copy -c:a copy "output.mkv" -profile:v baseline -preset:v faster pipe:1

RE: Transcoding Spwan - Added by schwarzkopf everday almost 5 years ago

it test now this line but not working not starting stream

ffmpeg -analyzeduration 1M -probesize 1M -i pipe:0 -bitrate 3000k -bufsize 3000k -c:v libx264 -b:v 3000k -vf "yadif=1:-1:1, scale=1280:720 input.mkv" -map 0 -map 0:a:1 -c:v copy -c:a copy "output.mkv" -profile:v baseline -preset:v faster pipe:1

    (1-6/6)