Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Jan 5, 2019
1 parent ee5b76c commit a8369ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/video-info-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ $height = $videoInfo->getHeight();

$filesize = $videoInfo->getFileSize();

$videoBitrate = $videoInfo->getVideoBitrate();
$audioBitrate = $videoInfo->getAudioBitrate();
$videoBitrate = $videoInfo->getVideoBitrate();
$audioBitrate = $videoInfo->getAudioBitrate();

$videoCodec = $videoInfo->getVideoCodecName();
$audioCodec = $videoInfo->getAudioCodecName();
$videoCodec = $videoInfo->getVideoCodecName(); // h264
$audioCodec = $videoInfo->getAudioCodecName(); // aac


// ffprobe format: i.e 'mov,mp4,m4a,3gp,3g2,mj2'
Expand Down

0 comments on commit a8369ef

Please sign in to comment.