You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert format of output.MTS to .mp4 ffmpeg -i output.MTS -q 0 intro.mp4
The text was updated successfully, but these errors were encountered:
gitcommitshow
changed the title
Unspecified pixel format error : The file from combine.sh seems to be corrupt
Unspecified pixel format error : on recursive combine.sh operation
Jun 6, 2020
The script
combine.sh
gives an output that seems to work but applying any further combine operation on trimmed part of that output are problematicHow to reproduce the error
combine.sh
to combine two videos.mp4
)ffmpeg -i outputFrom1.mp4 -ss 00:05 -to 00:17 -c copy problematicVideo.mp4
combine.sh
operation onproblematicVideo.mp4
Result:
How
combine.sh
works as of this issue creation dateffmpeg -i clip.flv -q 0 clip.MTS
ffmpeg -i intro.flv -q 0 intro.MTS
At this point all files have same fps and timescale(90k)
? filesToJoin.txt : file intro.MTS \n file clip.MTS \n file outro.MTS
ffmpeg -f concat -i filesToJoin.txt -c copy output.MTS
ffmpeg -i output.MTS -q 0 intro.mp4
The text was updated successfully, but these errors were encountered: