Use -bsf:v to avoid issues with unsupported audio
commit7323e9f98682cf3d2344dd2c022f2efff34f85df
authorScott Dial <scott@scottdial.com>
Mon, 14 Nov 2016 06:01:21 +0000 (14 01:01 -0500)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2016 06:01:21 +0000 (14 01:01 -0500)
tree894547d109fff48a3f466293be392e579d3a489a
parent9fdbd7e87da2da7ce5ded6f38348e422cec6d11c
Use -bsf:v to avoid issues with unsupported audio

Previously, using -bsf would sometimes give an error for an unsupported codec (e.g., ac3 for h264_mp4toannexb, since h264_mp4toannexb is intended only to repack H264 video from an mp4 file). Using of the ":v" suffix isolates the use of the bitstream filter to only the video stream as the code really intended.
plugins/video/transcode.py